株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

ここからダウンロード
https://aka.ms/InstallAzureCliWindows

az login
az vm list -o table
az group create --name testgroup --location japaneast
PS C:\> az group show --name testgroup                                                   
{                                                                                        
  "id": "/subscriptions/8778db7d-b7a6-4d4c-8806-489df6a596c5/resourceGroups/testgroup",  
  "location": "japaneast",                                                               
  "managedBy": null,                                                                     
  "name": "testgroup",                                                                   
  "properties": {                                                                        
    "provisioningState": "Succeeded"                                                     
  },                                                                                     
  "tags": null                                                                           
}                                                                                        

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)