Skip to content

Commit 2118ad1

Browse files
committed
fixed capitalization
1 parent 81928d3 commit 2118ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/migrate/tutorial-app-containerization-aspnet-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ After the container image is built, the next step is to deploy the application a
224224
2. If you parameterized application configurations, specify the secret store to use for the application. You can choose Azure Key Vault or App Service application settings to manage your application secrets. For more information, see [Configure connection strings](../app-service/configure-common.md#configure-connection-strings).
225225

226226
- If you selected App Service application settings to manage your secrets, select **Continue**.
227-
- If you want to use an Azure key vault to manage your application secrets, specify the key vault that you want to use.
228-
- If you don't have an Azure key vault or want to create a new key vault, you can create one by selecting **Create new Azure Key Vault**.
227+
- If you want to use an Azure Key Vault to manage your application secrets, specify the key vault that you want to use.
228+
- If you don't have an Azure Key Vault or want to create a new key vault, you can create one by selecting **Create new Azure Key Vault**.
229229
- The tool will automatically assign the necessary permissions for managing secrets via the key vault.
230230

231231
3. If you added more folders and selected the Azure file share option for persistent storage, specify the Azure file share to be used by the App Containerization tool during deployment. The tool will copy over the application folders that you configured for Azure Files and mount them on the application container during deployment. 

0 commit comments

Comments
 (0)