-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Update functions-identity-based-connections-tutorial.md #121004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -316,7 +316,7 @@ Next you will update your function app to use its system-assigned identity when | |||||||||
| You've removed the storage connection string requirement for AzureWebJobsStorage by configuring your app to instead connect to blobs using managed identities. | ||||||||||
|
|
||||||||||
| > [!NOTE] | ||||||||||
| > The `__accountName` syntax is unique to the AzureWebJobsStorage connection and cannot be used for other storage connections. To learn to define other connections, check the reference for each trigger and binding your app uses. | ||||||||||
| > The `__accountName` syntax is unique to the AzureWebJobsStorage connection and cannot be used for other storage connections. To learn to define other connections, check the reference for each trigger and binding your app uses.Also this is only applicable for functionapps which are provisioned in dedicated appservice plan not for consumption and elastic premium as they have additional storage setting WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. | ||||||||||
|
||||||||||
| > The `__accountName` syntax is unique to the AzureWebJobsStorage connection and cannot be used for other storage connections. To learn to define other connections, check the reference for each trigger and binding your app uses.Also this is only applicable for functionapps which are provisioned in dedicated appservice plan not for consumption and elastic premium as they have additional storage setting WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. | |
| > The `__accountName` syntax is unique to the AzureWebJobsStorage connection and cannot be used for other storage connections. To learn to define other connections, check the reference for each trigger and binding your app uses. | |
| > | |
| > Also, this is only applicable for function apps which are provisioned in dedicated App Service plans. For consumption and elastic premium plans, there is an additional storage setting: `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space before 'Also' and missing capitalization. Should be: '...your app uses. Also this is only applicable for function apps...' Also, 'functionapps' should be 'function apps' (two words).