1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/py-azure-cli/pkg-message
Danilo G. Baio 4d296a5d39 sysutils/py-azure-cli: Update to 2.4.0
Drop support for Python 3.5

Changelog:	https://pypi.org/project/azure-cli/2.4.0/
Reported by:	portscout
2020-04-21 20:15:09 +00:00

27 lines
903 B
Plaintext

[
{
message: <<EOM
Welcome to the Azure CLI! The CLI is a tool designed to get you working quickly
and efficiently with Azure services, with an emphasis on automation.
The following article introduces features of the CLI and links out to resources
that help you be productive.
https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli
Tutorial to create virtual machines with the Azure CLI
https://docs.microsoft.com/en-us/cli/azure/azure-cli-vm-tutorial
In this tutorial, you learn all of the steps involved in setting up a virtual
machine with the Azure CLI. The tutorial also covers output queries, Azure
resource reuse, and resource cleanup.
Through terminal there is a simple way to sign in using device code:
$ az login --use-device-code
Then open a browser page at https://aka.ms/devicelogin and enter the
authorization code displayed in your terminal.
EOM
type: install
}
]