"I am trying to store data in Azure using an application, and it requires details such as Bucket, Subscription ID, Tenant ID, and Client ID, which I have filled in. However, I am unsure about the Storage Account ID and Client Secret. Can you help?"
how to get
Bucket
Prefix
Subscription ID
Tenant ID
Client ID
Client Secret
2 answers
Sort by: Most helpful
-
-
Raja Pothuraju 18,750 Reputation points Microsoft External Staff
2025-02-27T00:12:07.73+00:00 Hello @Manjunathk,
Thank you for posting your query on Microsoft Q&A.
To find the Storage Account Resource ID, follow these steps:
- Navigate to your storage account in the Azure portal.
- On the Overview page, under the Essentials section, click JSON View.
- The Resource ID for the storage account will be displayed at the top of the page.
To locate the Client Secret, follow these steps:
- Sign in to the Azure Portal.
- Go to Microsoft Entra ID.
- Select App Registrations and locate the Entra app for which you need the Client Secret.
- Open the app, then go to Certificates & Secrets.
Note: Once a Client Secret is created and you navigate away from the Certificates & Secrets page, the Secret value will no longer be visible or accessible.
Make sure to copy the Client Secret value (not the Secret ID) when creating it. If you are unable to retrieve the full value, you will need to create a new Client Secret for your application. Please refer below screenshot for reference.
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".