Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Failed To Update Web App Settings The Storage Uri Is Invalid

- 05 Jun 2018

When updating your Azure Function App storage account keys, if you specify the wrong key… You could get an error including the text:

Failed to update web app settings:  Bad Request  The storage URI is invalid ExtendedCode:04203 No valid combination of account information found

Capture

Fix

I found the older version of the key did not have the suffix listed.  When I generated the new key it did… thinking that it was invalid I removed it and then got this error.  Ensure that you copy and use the entire key as provided!

Example: DefaultEndpointsProtocol=https;AccountName=cs2d3de4593cb35x492dxa63;AccountKey=xxxxxxxxxxxxx==;EndpointSuffix=core.windows.net

 

Please drop me a note if you found this useful!

<< Go Back