ways in which an Azure VM can be restored?
Give this one a try later!
-Replace Existing.
-Cross-Region.
-Restore Disk.
-Create a new VM.
Is role-based access control (RBAC) an option to implement security for Azure
storage resources?
Give this one a try later!
, Storage accounts always allow RBAC to be implemented.
Which of the following AZ CLI commands will get the details of a web app's settings?
Give this one a try later!
az webapp config appsettings
Which of the following code snippets would list a web app's connection strings?
Give this one a try later!
az webapp config connection-string list
Where are the Peerings settings in Azure?
Give this one a try later!
Azure virtual network
(To peer/connect virtual networks together, you must use the Peerings
setting, located in the properties of an Azure virtual network.
Reference(s): https://docs.microsoft.com/en-us/azure/virtual-
network/tutorial-connect-virtual-networks-portal)
, When backing up a virtual machine in the Azure portal, you must take the following
steps.
Give this one a try later!
1)Sign into Azure.
2) Select a VM to back up.
3) Enable backup on a VM.
4) Start a backup job.
5) Monitor the backup job.
With regard to virtual network gateways, which of the following terms best describes
the types of workloads, throughputs, features, and SLAs?
Give this one a try later!
SKU
(When creating a VPN gateway, you must specify a SKU (stock-keeping
unit). A SKU should satisfy requirements for the gateway based on the types
of workloads, throughputs, features, and SLAs. These SKUs represent
various pricing differences, depending on the type of SKU that is chosen.
Reference(s): https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-
gateway-about-vpngateways)
What must you do in PowerShell before you can create a custom RBAC role?