AZ-900 Flashcards
What are some of the key advantages of using ARM templates for creating cloud infrastructure?
Idempotency, Declarative, Source Control
Define Declarative for ARM templates.
You only say “what” you want to create, not “how”. Azure takes care of the “how”.
Define Source Control for ARM templates
Use source control to track changes to the ARM template over time. This can identify any issues that come from changes to the template.
Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell?
Cloud Shell can be used entirely in a web browser and used across multiple devices
The Cloud Shell is 100% browser-based and provides a complete environment for either the Azure CLI or PowerShell.
What are some of the limitations with a free Azure account?
Azure free account is meant to evaluate Azure services; not to use for production
Azure credits expire after 30 days and free services expire after 12 months
What is a good reason to use the Azure CLI?
It rarely changes, and the commands stay the same for the most part.
The Azure CLI is all text based, thus there is no user interface to change. This means that the commands and procedures stay very static in the tool. You can use all products and services with the CLI.
Which Azure products and services are available through the Azure Portal?
All products and services are generally available through the Azure portal with any type of subscription.
What does fault tolerance describe for cloud computing?
Ensure services and applications remain available in the event of a failure
Fault tolerance means that a failure can occur on Azure services and applications, but it will not affect its availability.
What is consumption-based pricing on Azure?
Consumption-based pricing is when you are charged for only what you use (Pay-As-You-Go rate).
Why is cloud agility important for businesses?
To enable the ability to rapidly develop, test and launch software applications that drive business growth.
What is high availability in cloud computing?
If one resource on Azure dies unexpectedly, another resource will almost instantly take over the workload.
It ensures that backup resources are ready to take over any workload
Which cloud ability does elasticity describe?
The ability to quickly expand or decrease computer processing, memory and storage resources.
Elasticity is a core benefit of cloud computing and lets even small businesses take advantage of the cloud.
What does Infrastructure-as-a-Service describe?
A type of cloud computing service that offers essential compute, storage and networking resources on demand, on a pay-as-you-go basis.
IaaS lets you bypass the cost and complexity of buying and managing physical servers and data centre infrastructure.
What are some benefits to private and hybrid clouds
Private Clouds can be hosted at your datacenter or hosted by a third-party service. Private Clouds offer advantages of flexibility, control, and scalability. In a Private Cloud, infrastructure and services exist on hardware and software dedicated to your organization.
They use a shared tenant model.
A hybrid cloud combines a public cloud (such as Azure) with on-premises infrastructure (private cloud).
How does scalability on Azure work?
In Microsoft’s definition, scalability is the ability of a system to handle increased load. Services covered by Azure Autoscale can match demand to the needed workload.