Skip to content

Commit 501fa3f

Browse files
committed
fixing numbering
1 parent 80700df commit 501fa3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ To set up a managed identity in the portal, you first create an application and
4444

4545
1. Create an App Services instance in the [Azure portal](https://portal.azure.com) as you normally do. Go to it in the portal.
4646

47-
2. Scroll down to the **Settings** group in the left pane, and select **Identity**.
47+
1. Scroll down to the **Settings** group in the left pane, and select **Identity**.
4848

49-
3. On the **System assigned** tab, switch **Status** to **On** and select **Save**.
49+
1. On the **System assigned** tab, switch **Status** to **On** and select **Save**.
5050

51-
4. Answer **Yes** when prompted to enable system assigned managed identity.
51+
1. Answer **Yes** when prompted to enable system assigned managed identity.
5252

5353
![Set managed identity in App Service](./media/set-managed-identity-app-service.png)
5454

@@ -130,7 +130,7 @@ To set up a managed identity in the portal, you first create an application and
130130
```
131131
---
132132

133-
4. To use both App Configuration values and Key Vault references, update *Program.cs* as shown below. This code creates a new `KeyVaultClient` using an `AzureServiceTokenProvider` and passes this reference to a call to the `UseAzureKeyVault` method.
133+
1. To use both App Configuration values and Key Vault references, update *Program.cs* as shown below. This code creates a new `KeyVaultClient` using an `AzureServiceTokenProvider` and passes this reference to a call to the `UseAzureKeyVault` method.
134134

135135
### [.NET Core 2.x](#tab/core2x)
136136

0 commit comments

Comments
 (0)