-
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?
Conversation
we can access storage account via managed identity with this restriction 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.
|
@punam-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 6e7acc2: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
|
PR review team emailed author today |
|
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
|
Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
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.
Pull Request Overview
Updates documentation to clarify that managed identity-based storage connections using the __accountName syntax only work for Function Apps on dedicated App Service plans, not consumption or elastic premium plans.
- Adds clarification about App Service plan limitations for managed identity storage connections
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| > [!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. |
Copilot
AI
Sep 24, 2025
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).
| > 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 plan, not for Consumption and Elastic Premium, as they have the additional storage setting WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. |
|
|
||
| > [!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. |
Copilot
AI
Sep 24, 2025
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.
[nitpick] The added sentence creates a very long paragraph that's hard to read. Consider breaking this into a separate note or sentence for better readability: 'Also, this is only applicable for function apps which are provisioned in dedicated App Service plans, not for consumption and elastic premium plans 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`. |
we can access storage account via managed identity with this restriction
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.