Skip to content

Commit 062322a

Browse files
authored
Updated 'AccountName' to 'StorageAccountName' to avoid confusion.
In the last step of System-Assigned Identity association with Function. AccountName is used, which is a bit confusing, I changed it to 'StorageAccountName' because only Storage Account Name is required. Article need another update, because it is mentioned as following: ## Use managed identity for AzureWebJobsStorage (Preview) Next you will use the system-assigned identity you configured in the previous steps for the `AzureWebJobsStorage` connection. But in this article, author showed to configure user-assigned identity not 'system-assigned identity'. The above line should have link of article, where 'system-assigned-identity' creation is shown.
1 parent f50ebd7 commit 062322a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-identity-based-connections-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In order to use Azure Key Vault, your app will need to have an identity that can
106106

107107
1. Select **Save**. It might take a minute or two for the role to show up when you refresh the role assignments list for the identity.
108108

109-
The identity will now be able to read secrets stored in the vault. Later in the tutorial, you will add additional role assignments for different purposes.
109+
The identity will now be able to read secrets stored in the key vault. Later in the tutorial, you will add additional role assignments for different purposes.
110110

111111
### Generate a template for creating a function app
112112

@@ -304,7 +304,7 @@ Next you will update your function app to use its system-assigned identity when
304304
| Option | Suggested value | Description |
305305
| ------------ | ---------------- | ----------- |
306306
| **Name** | AzureWebJobsStorage__accountName | Update the name from **AzureWebJobsStorage** to the exact name `AzureWebJobsStorage__accountName`. This setting tells the host to use the identity instead of looking for a stored secret. The new setting uses a double underscore (`__`), which is a special character in application settings. |
307-
| **Value** | Your account name | Update the name from the connection string to just your **AccountName**. |
307+
| **Value** | Your account name | Update the name from the connection string to just your **StorageAccountName**. |
308308

309309
This configuration will let the system know that it should use an identity to connect to the resource.
310310

0 commit comments

Comments
 (0)