Skip to content

Commit 714ea16

Browse files
author
Mukta Batra
committed
Updated the file name
1 parent 1f97c08 commit 714ea16

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/app-service/app-service-app-config-references.md renamed to articles/app-service/app-service-configuration-references.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get started with using App Configuration references in App Service, you'll fi
2323

2424
App Configuration references will use the app's system assigned identity by default, but you can [specify a user-assigned identity](#access-app-configuration-store-with-a-user-assigned-identity).
2525

26-
1. Enable the newly created identity to have the right set of access permissions on the App Configuration store. Update the [role assignments for your store](../azure-app-configuration/howto-integrate-azure-managed-service-identity.md#grant-access-to-app-configuration). You'll be assigning `App Configuration Data Reader` role to this identity, scoped over the resource..
26+
1. Enable the newly created identity to have the right set of access permissions on the App Configuration store. Update the [role assignments for your store](../azure-app-configuration/howto-integrate-azure-managed-service-identity.md#grant-access-to-app-configuration). You'll be assigning `App Configuration Data Reader` role to this identity, scoped over the resource.
2727

2828
> [!NOTE]
2929
> App Configuration references do not yet support network-restricted configuration stores.
@@ -230,3 +230,8 @@ Below is an example pseudo-template for a function app with App Configuration re
230230
If a reference isn't resolved properly, the reference value will be used instead. For the application settings, an environment variable would be created whose value has the `@Microsoft.AppConfiguration(...)` syntax. It may cause an error, as the application was expecting a configuration value instead.
231231

232232
Most commonly, this error could be due to a misconfiguration of the [App Configuration access policy](#granting-your-app-access-to-app-configuration). However, it could also be due to a syntax error in the reference or the Configuration key-value not existing in the store.
233+
234+
## Next steps
235+
236+
> [!div class="nextstepaction"]
237+
> [Reference Key vault secrets from App Service](./app-service-key-vault-references.md)

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
- name: Configure common settings
259259
href: configure-common.md
260260
- name: Reference settings from App Configuration (preview)
261-
href: app-service-app-config-references.md
261+
href: app-service-configuration-references.md
262262
- name: Configure ASP.NET
263263
href: configure-language-dotnet-framework.md
264264
- name: Configure ASP.NET Core

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
href: functions-how-to-use-azure-function-app-settings.md
405405
displayName: app setting, application setting
406406
- name: Reference function app settings from App Configuration (preview)
407-
href: ../app-service/app-service-app-config-references.md?toc=%2fazure%2fazure-functions%2ftoc.json
407+
href: ../app-service/app-service-configuration-references.md?toc=%2fazure%2fazure-functions%2ftoc.json
408408
- name: Set the runtime version
409409
href: set-runtime-version.md
410410
- name: Disable a function

0 commit comments

Comments
 (0)