General Flashcards
A service that supplies the resources you can deploy and manage through Resource Manager. Each _____ ____ offers operations for working with the resources that are deployed.
resource provider
Some common resource providers are Microsoft.Compute, which supplies the virtual machine resource, Microsoft.Storage, which supplies the storage account resource, and Microsoft.Web, which supplies resources related to web apps.
True or False: ARM (Azure Resource Manager) Deployments are incremental; if a resource group contains two web apps and you decide to deploy a third, the existing web apps will not be removed.
True
True or False: A resource group can’t contain resources that reside in different regions.
False, A resource group can contain resources that reside in different regions.
True or False: A resource can interact with resources in other resource groups.
True, This interaction is common when the two resources are related but don’t share the same lifecycle (for example, web apps connecting to a database).
How can you protect against accidental changes/deletion of resources while using ARM?
Resource Locks
Which 2 roles can create or delete management locks?
Owner and User Access Administrator roles
How do you persist files on Cloud Shell?
Azure CloudDrive
How long is an azure cloud shell session open for?
20 minutes
What I/O operator redirects output to destination other than the screen?
This: >
use»_space; for doing the same, but appending rather than overwriting
Example: ls > listing.txt
What is the command to edit a text file in azure cloudshell?
code .