Skip to content

Commit d20bf07

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into status-monitor-v2-articles-batch2
2 parents 508deec + 0d6e5a3 commit d20bf07

File tree

106 files changed

+367
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+367
-240
lines changed

articles/active-directory-b2c/active-directory-b2c-get-started-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Azure AD B2C requires you to register two applications that are used to sign up
7979
1. In **App registrations (Legacy)**, select **New application registration**.
8080
2. For **Name**, enter `ProxyIdentityExperienceFramework`.
8181
3. For **Application type**, choose **Native**.
82-
4. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `yourtenant` is your Azure AD B2C tenant.
82+
4. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `your-tenant-name` is your Azure AD B2C tenant.
8383
5. Click **Create**. After it's created, copy the application ID and save it to use later.
8484
6. On the Settings page, select **Required permissions**, and then select **Add**.
8585
7. Choose **Select an API**, search for and select **IdentityExperienceFramework**, and then click **Select**.

articles/active-directory/hybrid/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
href: tutorial-phs-backup.md
1919
- name: Concepts
2020
items:
21+
- name: Hybrid Identity
22+
items:
23+
- name: Cloud Governed Management for On-Premises Workloads
24+
href: cloud-governed-management-for-on-premises.md
2125
- name: Azure AD Connect and Connect Health
2226
items:
2327
- name: What is Azure AD Connect and Connect Health?

articles/active-directory/hybrid/cloud-governed-management-for-on-premises.md

Lines changed: 116 additions & 0 deletions
Large diffs are not rendered by default.
116 KB
Loading
42.3 KB
Loading
64.3 KB
Loading
56.4 KB
Loading
148 KB
Loading
63.9 KB
Loading

articles/api-management/powershell-create-service-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This quickstart describes the steps for creating a new API Management instance u
2929

3030
Log in to the Azure portal at https://portal.azure.com.
3131

32-
[!INCLUDE [cloud-shell-powershell.md](../../includes/cloud-shell-powershell.md)]
32+
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3333

3434
If you choose to install and use the PowerShell locally, this tutorial requires the Azure PowerShell module version 1.0 or later. Run `Get-Module -ListAvailable Az` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
3535

0 commit comments

Comments
 (0)