Update sysutils/py-azure-cli to version 2.5.1
[dports.git] / sysutils / py-azure-cli / pkg-message
1 [
2 {
3         message: <<EOM
4 Welcome to the Azure CLI! The CLI is a tool designed to get you working quickly
5 and efficiently with Azure services, with an emphasis on automation.
6
7 The following article introduces features of the CLI and links out to resources
8 that help you be productive.
9 https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli
10
11 Tutorial to create virtual machines with the Azure CLI
12 https://docs.microsoft.com/en-us/cli/azure/azure-cli-vm-tutorial
13 In this tutorial, you learn all of the steps involved in setting up a virtual
14 machine with the Azure CLI. The tutorial also covers output queries, Azure
15 resource reuse, and resource cleanup.
16
17 Through terminal there is a simple way to sign in using device code:
18
19   $ az login --use-device-code
20
21 Then open a browser page at https://aka.ms/devicelogin and enter the
22 authorization code displayed in your terminal.
23 EOM
24         type: install
25 }
26 ]