Skip to content

Commit eaf0ed8

Browse files
committed
Test renaming tabs
1 parent 0dcb313 commit eaf0ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-connector/tutorial-connect-web-app-app-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Start by creating your Azure resources.
4949

5050
Follow these steps to create an App Service and deploy the sample app. Make sure you have the Subscription Contributor or Owner role.
5151

52-
### [SMI](#tab/smi)
52+
### [System-assigned managed identity (Recommended)](#tab/smi)
5353

5454
Create an app service and deploy the sample app that uses system-assigned managed identity to interact with App Config.
5555

@@ -72,7 +72,7 @@ Start by creating your Azure resources.
7272
| Resource group name | You'll use this resource group to organize all the Azure resources needed to complete this tutorial. | *service-connector-tutorial-rg* |
7373
| App service name | The app service name is used as the name of the resource in Azure and to form the fully qualified domain name for your app, in the form of the server endpoint `https://<app-service-name>.azurewebsites.com`. This name must be unique across all Azure and the only allowed characters are `A`-`Z`, `0`-`9`, and `-`. | *webapp-appconfig-smi* |
7474
75-
### [UMI](#tab/umi)
75+
### [User-assigned managed identity](#tab/umi)
7676
7777
Create an app service and deploy the sample app that uses user-assigned managed identity to interact with App Config.
7878
@@ -131,7 +131,7 @@ Start by creating your Azure resources.
131131
132132
### [Connection string](#tab/connectionstring)
133133
134-
> [!IMPORTANT]
134+
> [!WARNING]
135135
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
136136

137137
Create an app service and deploy the sample app that uses connection string to interact with App Config.

0 commit comments

Comments
 (0)