My Goal is to Enable System-Assigned Managed Identity in Azure Storage Accounts (target Azure resource) to allow keyless SDK access (e.g., BlobServiceClient with DefaultAzureCredential) from Azure ML Studio notebooks (file) for saving AI training model states, without disrupting workflow.
Problem: the Azure Portal UI does not match instructions from Microsoft Documentation or any of the Support Services-Troubleshooting or Copilot.
Documentations instructs to: select "Identity" under "Settings" within the "Storage Account" to manage identity: User or System-Managed.
NO IDENTITY BLADE EXISTS under the SETTINGS within the target resource: Under the SETTINGS blade the only options are: Configuration, Data Lake Gen2 Upgrade, Resource Sharing (CORS), Advisor Recommendations, Endpoints, and Locks.
MY ACTIONS:
- Ensured all prerequisites for Managed-Identity have been met and confirmed: Account/Subscription, Resource Permission, Target Azure Resource Setup.
- Reset Google Chrome browser history: cookies and cache.
- Followed Microsoft Documentation guidelines and Support Service instructions.
- Checked other resources in the Azure Portal to verify if/if-not the problem is localized to the target resource only. *Note: ALL Azure RESOURCES in my Azure Portal have the same problem---No Identity Settings blade for Identity Management.
RESULTS: Under my UI , no Identity blade exists under the Settings blade in any of my resources I setup, including the target resource (Storage Account). Therefore, I am stuck trying to find something that doesn't exist (Identity Settings) in the present state of my UI. Nothing from Microsoft Documentations or Support addresses this issue directly---that I have found. I have sought the internet and community platforms and have still not found a resolution.
PLEASE HELP