launched PowerShell as an Administrator. Which of the following commands should
be executed first?
Give this one a try later!
Connect-AzAccount
1. Correct. So, the first thing to do is to connect to Azure and provide the
user credentials.
how are commands in the CLI structured?
Give this one a try later!
1. groups and subgroups.
2. Each group represents a service provided by Azure, and the subgroups
divide commands for these services into logical groupings. For example,
, the storage group contains subgroups including account, blob, share, and
queue.
What are the uses of the Azure portal?
Give this one a try later!
1. Search resources, services, and docs.
2. manage resources.
3. create customized dashboards and favorites.
4. access the Cloud Shell
5. Receive notifications
6. links to the azure documentation.
declarative syntax
Give this one a try later!
Syntax that lets you state "Here is what I intend to create" without having to
write the sequence of programming commands to create it. The Resource
Manager template is an example of declarative syntax. In the file, you
define the properties for the infrastructure to deploy to Azure.
resource provider
Give this one a try later!
A service that supplies the resources you can deploy and manage through
Resource Manager. Each resource provider offers operations for working
with the resources that are deployed. Some common resource providers
are Microsoft.Compute, which supplies the virtual machine resource,