Forum Discussion

SergeLouijuste's avatar
SergeLouijuste
Occasional Reader
Feb 06, 2025

token access's problem

Hi every one,

i'm trying to link any results of my simulation's project to azure digital twin. i need a token access that i dont have in my student account. can i know how to renew my student account and the token access on entra ID?

  • Take this:

     

    Renewing Your Student Account:
    1. Check Your Email: Look for an email from Microsoft regarding your Azure for Students subscription. It should contain instructions on how to renew your account.

    2. Sign In: Log in to your Microsoft account using your student email.

    3. Renew Subscription: Follow the link provided in the email to renew your subscription. You may need to verify your student status again.

    Obtaining a New Token Access:
    1. Azure CLI: Open Azure Cloud Shell or your local terminal and run the command az login to log in to your Azure account.

    2. Get Access Token: Use the command az account get-access-token to obtain a new bearer token.

    3. Use Token: Copy the accessToken value from the result and use it in your application to authenticate with Azure Digital Twins.

Resources