Skip to content
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

Getting "Value of "AzureWebJobsStorage" app setting is invalid." banner while using managed identity #120878

Open
ikhtesam opened this issue Mar 18, 2024 · 6 comments

Comments

@ikhtesam
Copy link

I have done the set up as given in this https://techcommunity.microsoft.com/t5/apps-on-azure-blog/use-managed-identity-instead-of-azurewebjobsstorage-to-connect-a/ba-p/3657606 and my function works perfectly but I still see Value of "AzureWebJobsStorage" app setting is invalid. in the Overview blade of function app.

In the case of system assigned managed identity we use AzureWebJobsStorage__accountName: <storageAccountName> instead of AzureWebJobsStorage: <storage accounts connection string>. When I navigated to the error code(AZFD0002) page, I can see some description about the banner and suppress condition too but its only given for connection string and key vault references, there is no information about managed identity. I believe I am getting the message because I am using storage account name instead of connection string. It would be helpful if the error code page should have some information about managed identity condition too.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@Naveenommi-MSFT
Copy link
Contributor

@ikhtesam
Thanks for your feedback! We will investigate and update as appropriate.

@Nerdykidtech
Copy link

Thanks @ikhtesam, I am running into the exact same error message using a managed identity.

@tracetechnical
Copy link

Same issue here on a Windows Function App slot.

Massively frustrating when the function doesn't work as directly documented by MS!

@scrocquesel-ml150
Copy link

scrocquesel-ml150 commented Mar 27, 2024

Exact same issue with the following tutorial https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial (Dedicated plan / Linux) I removed the non necessary WEBSITE_CONTENTAZUREFILECONNECTIONSTRING

@Renyx1219
Copy link

I am also running into the same error message when using managed identity for 'AzureWebJobsStorage'.

@kemmis
Copy link

kemmis commented Apr 10, 2024

Same error here too. I'm using AzureWebJobsStorage__accountName and MI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants