Skip to content

Conversation

@punam-msft
Copy link

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.

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.
@prmerger-automator
Copy link
Contributor

@punam-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 6e7acc2:

✅ Validation status: passed

File Status Preview URL Details
articles/azure-functions/functions-identity-based-connections-tutorial.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@ShannonLeavitt
Copy link
Contributor

@ggailey777

IMPORTANT: When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Mar 22, 2024
@AnnaMHuff
Copy link
Contributor

PR review team emailed author today

@v-dirichards
Copy link
Contributor

I sent an email to the content owner today.

@MicrosoftDocs/public-repo-pr-review-team

@v-dirichards
Copy link
Contributor

@ggailey777

Can you review this old PR and determine whether it needs to be closed or merged?

@MicrosoftDocs/public-repo-pr-review-team

Copy link
Contributor

Copilot AI left a 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.
Copy link

Copilot AI Sep 24, 2025

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).

Suggested change
> 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.

Copilot uses AI. Check for mistakes.

> [!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.
Copy link

Copilot AI Sep 24, 2025

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.'

Suggested change
> 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`.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants