Tutorial by Examples: azur

Firstly, it's required to install Microsoft’s module ember-cli-azure-deploy. You need to be in your application root directory. npm install --save-dev -g ember-cli-azure-deploy azure-deploy init If you are using Yarn package manager you can simply install by: yarn global add ember-cli-azure-de...
Create a website on Azure using portal page Getting started The first thing to do is to login into your Azure account and go to your portal page. If you don't have yet an account, you can start a free trial here. After you have logged into your account, you can start following this guide. The ...
After spending more than 5 hours, i found this easy solution: -To verify that the system has a CUDA-capable GPU, run the following command: lspci | grep -i NVIDIA You will see output similar to the following example (showing an NVIDIA Tesla K80/M60 card): -Disabling the nouveau driver: sudo...
You can try Azure Functions for free by accessing the link: Try Azure Functions It will open the following page: For this trial, you can create your functions using C# or JavaScript, however Azure Functions also supports F#, Node.js, Python, PHP, batch, bash, or any executable. After selection ...
Create a new bot in Azure following this documentation Login into Azure and from Intelligence + Analytics category, select Bot Service and provide required information. Enter the required details for the bot, they are identical to the required details of an App Service,for example App Name, Subs...
This sample demonstrates the use of AD B2C for securing an AngularJS based web and mobile app. Refer https://github.com/NewtonJoshua/Azure-ADB2C-Angularjs-sample Azure AD B2C Azure AD B2C is a cloud identity management solution for your web and mobile applications. It is a highly available global...
Create an Azure AD B2C Directory Note the Domain name, it'll be used as the tenantName. Register your application Follow the instructions to create an application and enable both Web App and Native client. Refer Register a web application and Register a mobile/native application Enter th...
The Azure AD B2C login screen can be customized to suit our branding. Refer Customizing the UI Refer https://github.com/NewtonJoshua/Azure-ADB2C-Angularjs-sample In this sample we have two customized UI screens, AD B2C Sign in ansd Sign up page: adCustomPages/unified.html AD B2C Password reset...
Refer the example here: https://github.com/NewtonJoshua/Azure-ADB2C-Angularjs-sample Azure AD B2C Azure AD B2C is a cloud identity management solution for your web and mobile applications. It is a highly available global service that scales to hundreds of millions of identities. Mobile app - ADAL...
Refer the example in https://github.com/NewtonJoshua/Azure-ADB2C-Angularjs-sample Web app implementation uses Hello.js that performs identity management with Azure AD B2C . Hello.js is a client-side JavaScript SDK for authenticating with OAuth2 web services and querying REST APIs. jwtHelper of ang...

Page 2 of 2