首页 > 其他分享 >Exercise - Explore the Learn sandbox

Exercise - Explore the Learn sandbox

时间:2023-03-06 19:01:32浏览次数:48  
标签:cli sandbox update azure Explore portal Learn Azure Exercise

Exercise - Explore the Learn sandbox - Training | Microsoft Learn

Sandbox activated! Time remaining: 

You have used 1 of 10 sandboxes for today. More sandboxes will be available tomorrow.

 

Powershell模式

get-date

Monday, March 6, 2023 10:43:08 AM

 

 az version                                                           
{  "azure-cli": "2.45.0",       
  "azure-cli-core": "2.45.0",
  "azure-cli-telemetry": "1.0.8",
  "extensions": {
    "ai-examples": "0.2.5",
    "ml": "2.13.0",
    "ssh": "1.1.3"
  }
}

 

bash模式

lu [ ~ ]$ date
Mon Mar  6 10:47:37 AM UTC 2023

 

az upgrade
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
You already have the latest azure-cli version: 2.45.0
Upgrading extensions
Checking update for ai-examples
Cannot update system extension ai-examples, please wait until Cloud Shell updates it in the next release.
Checking update for ml
Cannot update system extension ml, please wait until Cloud Shell updates it in the next release.
Checking update for ssh
Cannot update system extension ssh, please wait until Cloud Shell updates it in the next release.
Upgrade finished.You can enable auto-upgrade with 'az config set auto-upgrade.enable=yes'. More details in https://docs.microsoft.com/cli/azure/update-azure-cli#automatic-update

 

az interactive 混合模式

 

Task 4: Use the Azure portal

You’ll also have the option of using the Azure portal during sandbox exercises. You need to use the link provided in the exercise to access the Azure portal. Using the provided link, instead of opening the portal yourself, ensures the correct subscription is used and the exercise remains free for you to complete.

Sign in to the Azure portal to check out the Azure web interface. Once in the portal, you can see all the services Azure has to offer as well as look around at resource groups and so on.

 

标签:cli,sandbox,update,azure,Explore,portal,Learn,Azure,Exercise
From: https://www.cnblogs.com/chucklu/p/17184981.html

相关文章