Skip to main content

Posts

Showing posts from July, 2016

How to register a new application in the Azure classic portal?

Sign in to the  Azure Management Portal  using your Office 365 Developer Site credentials. Click  Active Directory  on the left menu, then click on the  Directory  for your Office 365 developer site.       On the top menu, click  Applications. Click  Add  from the bottom menu. Click Add an application my organization is developing. Specify  the application name and select  WEB APPLICATION AND/OR WEB API   for  Type . Click the arrow icon on the bottom-right corner of the page. Specify a Sign-on URL and APP ID URI (E.g https://localhost:9443/commonauth) .  The App ID URI is a unique identifier for Azure AD to identify your app. It must be a unique value in your organization’s Azure AD . (For example, if your organization’s Mail ID is like " testUser@viveXYZ.onmicrosoft.com ", then App ID URI be like  https://viveXYZ.onmicrosoft.com/myNewApp ). Click the  checkbox  in th...

How to associate an Azure subscription with Office 365 account (Azure AD)?

  1.  Log on to the  Microsoft Azure Management portal  with your existing Azure credentials. 2. Select the  Active Directory  node, then select the  Directory  tab and, at the bottom of the screen, select  New.             3. On the  New  menu, select  Active Directory  >  Directory  >  Custom Create .              4. In  Add directory , in the  Directory  drop-down box, select  Use existing directory .       Check  I am ready to be signed out , and then select the check mark in the lower-right corner.                    This brings you back to the Azure Management Portal.  5. Log in with your Office 365 account information.       You will be prompted whether to use your directory with  Azure. Important ...