how to get

Manjunathk 0 Reputation points
2025-02-26T04:32:58.6833333+00:00

Bucket

Prefix

Subscription ID

Tenant ID

Client ID

Client Secret

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,845 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Manjunathk 0 Reputation points
    2025-02-26T05:27:29.21+00:00

    "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?"

    0 comments No comments

  2. 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:

    1. Navigate to your storage account in the Azure portal.
    2. On the Overview page, under the Essentials section, click JSON View.
    3. The Resource ID for the storage account will be displayed at the top of the page.

    Screenshot showing how to copy the resource ID for the storage account from the portal

    Doc: https://learn.microsoft.com/en-us/azure/storage/common/storage-account-get-info?tabs=portal#get-the-resource-id-for-a-storage-account

    To locate the Client Secret, follow these steps:

    1. Sign in to the Azure Portal.
    2. Go to Microsoft Entra ID.
    3. Select App Registrations and locate the Entra app for which you need the Client Secret.
    4. 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.

    User's image

    Doc: https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-service-principal-portal#option-3-create-a-new-client-secret

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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.