Skip to content

Commit ac26f2e

Browse files
committed
fix non/blocking issues
1 parent 8169d11 commit ac26f2e

15 files changed

+25
-25
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@
43604360
},
43614361
{
43624362
"source_path_from_root": "/articles/app-service/app-service-web-tutorial-connect-msi.md",
4363-
"redirect_url": "/azure/app-service/tutorial-connect-msi-sqldatabase",
4363+
"redirect_url": "/azure/app-service/tutorial-connect-msi-sql-database",
43644364
"redirect_document_id": false
43654365
},
43664366
{

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Alternatively:
8585
8686
## Rotation
8787
88-
If a version is not specified in the reference, then the app will use the latest version that exists in the key vault. When newer versions become available, such as with a rotation event, the app will automatically update and begin using the latest version within 24 hours. The delay is because App Service caches the values of the key vault references and re-fetches it every 24 hours. Any configuration changes to the app causes an immediate re-fetch of all referenced secrets.
88+
If a version is not specified in the reference, then the app will use the latest version that exists in the key vault. When newer versions become available, such as with a rotation event, the app will automatically update and begin using the latest version within 24 hours. The delay is because App Service caches the values of the key vault references and refetches it every 24 hours. Any configuration changes to the app causes an immediate refetch of all referenced secrets.
8989
9090
## Source Application Settings from Key Vault
9191

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ In this tutorial, you learned how to:
428428
Advance to the next tutorial to learn how to easily improve the security of your connection Azure SQL Database.
429429
430430
> [!div class="nextstepaction"]
431-
> [Access SQL Database securely using managed identities for Azure resources](tutorial-connect-msi-sqldatabase.md)
431+
> [Access SQL Database securely using managed identities for Azure resources](tutorial-connect-msi-sql-database.md)
432432
433433
More resources:
434434

articles/app-service/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ landingContent:
110110
- linkListType: tutorial
111111
links:
112112
- text: Secretless SQL Database access with managed identities
113-
url: tutorial-connect-msi-sqldatabase.md
113+
url: tutorial-connect-msi-sql-database.md
114114
- text: Secretless access of storage and Microsoft Graph with managed identities
115115
url: scenario-secure-app-overview.md
116116
- text: Connect securely to services with Key Vault secrets
117-
url: tutorial-connect-msi-keyvault.md
117+
url: tutorial-connect-msi-key-vault.md
118118
- text: Isolate network traffic for back-end connectivity
119119
url: tutorial-networking-isolate-vnet.md
120120
- text: Authenticate users
28.8 KB
Loading
Binary file not shown.

articles/app-service/overview-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ Update-AzFunctionApp -Name $functionAppName -ResourceGroupName $resourceGroupNam
522522
523523
## Next steps
524524

525-
- [Access SQL Database securely using a managed identity](tutorial-connect-msi-sqldatabase.md)
525+
- [Access SQL Database securely using a managed identity](tutorial-connect-msi-sql-database.md)
526526
- [Access Azure Storage securely using a managed identity](scenario-secure-app-access-storage.md)
527527
- [Call Microsoft Graph securely using a managed identity](scenario-secure-app-access-microsoft-graph-as-app.md)
528-
- [Connect securely to services with Key Vault secrets](tutorial-connect-msi-keyvault.md)
528+
- [Connect securely to services with Key Vault secrets](tutorial-connect-msi-key-vault.md)
529529

530530
[Microsoft.Azure.Services.AppAuthentication reference]: /dotnet/api/overview/azure/service-to-service-authentication

articles/app-service/overview-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ App Service authentication and authorization support multiple authentication pro
5050

5151
When authenticating against a back-end service, App Service provides two different mechanisms depending on your need:
5252

53-
- **Service identity** - Sign in to the remote resource using the identity of the app itself. App Service lets you easily create a [managed identity](overview-managed-identity.md), which you can use to authenticate with other services, such as [Azure SQL Database](/azure/sql-database/) or [Azure Key Vault](../key-vault/index.yml). For an end-to-end tutorial of this approach, see [Secure Azure SQL Database connection from App Service using a managed identity](tutorial-connect-msi-sqldatabase.md).
53+
- **Service identity** - Sign in to the remote resource using the identity of the app itself. App Service lets you easily create a [managed identity](overview-managed-identity.md), which you can use to authenticate with other services, such as [Azure SQL Database](/azure/sql-database/) or [Azure Key Vault](../key-vault/index.yml). For an end-to-end tutorial of this approach, see [Secure Azure SQL Database connection from App Service using a managed identity](tutorial-connect-msi-sql-database.md).
5454
- **On-behalf-of (OBO)** - Make delegated access to remote resources on behalf of the user. With Azure Active Directory as the authentication provider, your App Service app can perform delegated sign-in to a remote service, such as [Microsoft Graph API](../active-directory/develop/microsoft-graph-intro.md) or a remote API app in App Service. For an end-to-end tutorial of this approach, see [Authenticate and authorize users end-to-end in Azure App Service](tutorial-auth-aad.md).
5555

5656
## Connectivity to remote resources

0 commit comments

Comments
 (0)