Developing Solutions for Microsoft Azure - Exam Ref AZ- 204 - Chapter 1
ACTUAL UPDATED QUESTIONS AND CORRECT ANSWERS
Azure App Service and Azure Functions are what form of Platform as a Service
aaS (As A Service)
IaaS offers what in compared to Paas Higher level of control, but also more management is needed
Azure supports what OS's when creating VM's? Windows, Windows Server, Multiple Linux Distro's
How long may the name of a VM be? 15 Characters
By default what is the limit of VM's per subscription per 20 VM's per region
region?
What file type for storage is needed for VM's? .vhd stored as page blobs
When creating a VM what are the steps taken? 1. Create the Resource Group
2. Create a virtual network
3. Create a virtual NIC
4. Create the VM
If creating a vm using Visual Studio what extension is Omnishare
needed?
When creating a .NET Core console application, what file azureauth.properties
holds your variables that include things like subscription
id, key, tenant etc.
subscription=<subscription-id>
client=<client-id>
key=<client-secret>
tenant=<tenant-id>
managementURI=https://management.core.windows.net/
baseURL=https://management.azure.com/
authURL=https://login.windows.net/
graphURL=https://graph.windows.net/
What does an availability set do in regards to a VM It places the copies of your VM on different hardware so that if there is an update,
it can only affect one system at a time and you will not lose connectivity.
Availability set needs to be created before... The VM
What does Azure provide for you to filter traffic between Network Security Groups
Azure resources and different networks?
, What Remote protocols are by default enabled when RDP for Windows
creating a Windows VM? Linux? SSH for Linux
What 3 items are needed before you can enable remote Public IP
access to a VM Network Security Group
Security Rule
What is ARM Azure Resource Manager
Considered Infrastructure as Code, has constant behavior between multiple
mechanisms, Deployment and management service in Azure
What is a Resource in regards to ARM Items you can manage in Azure
What is a Resource Group in regards to ARM Container for holding resources
What is a Resource Provider in regards to ARM Service that offers different kinds of AZ resources, and manages the resources
lifecycle.
What is a Resource Manager template in regards to ARM The file that you need to provide to the ARM API when you want to deploy one or
more resources to a resource group or subscription. Written in JSON
What is Microsoft.Compute? Service in charge of providing VM resources
What is Microsoft.Storage Provider for Storage Accounts
ACTUAL UPDATED QUESTIONS AND CORRECT ANSWERS
Azure App Service and Azure Functions are what form of Platform as a Service
aaS (As A Service)
IaaS offers what in compared to Paas Higher level of control, but also more management is needed
Azure supports what OS's when creating VM's? Windows, Windows Server, Multiple Linux Distro's
How long may the name of a VM be? 15 Characters
By default what is the limit of VM's per subscription per 20 VM's per region
region?
What file type for storage is needed for VM's? .vhd stored as page blobs
When creating a VM what are the steps taken? 1. Create the Resource Group
2. Create a virtual network
3. Create a virtual NIC
4. Create the VM
If creating a vm using Visual Studio what extension is Omnishare
needed?
When creating a .NET Core console application, what file azureauth.properties
holds your variables that include things like subscription
id, key, tenant etc.
subscription=<subscription-id>
client=<client-id>
key=<client-secret>
tenant=<tenant-id>
managementURI=https://management.core.windows.net/
baseURL=https://management.azure.com/
authURL=https://login.windows.net/
graphURL=https://graph.windows.net/
What does an availability set do in regards to a VM It places the copies of your VM on different hardware so that if there is an update,
it can only affect one system at a time and you will not lose connectivity.
Availability set needs to be created before... The VM
What does Azure provide for you to filter traffic between Network Security Groups
Azure resources and different networks?
, What Remote protocols are by default enabled when RDP for Windows
creating a Windows VM? Linux? SSH for Linux
What 3 items are needed before you can enable remote Public IP
access to a VM Network Security Group
Security Rule
What is ARM Azure Resource Manager
Considered Infrastructure as Code, has constant behavior between multiple
mechanisms, Deployment and management service in Azure
What is a Resource in regards to ARM Items you can manage in Azure
What is a Resource Group in regards to ARM Container for holding resources
What is a Resource Provider in regards to ARM Service that offers different kinds of AZ resources, and manages the resources
lifecycle.
What is a Resource Manager template in regards to ARM The file that you need to provide to the ARM API when you want to deploy one or
more resources to a resource group or subscription. Written in JSON
What is Microsoft.Compute? Service in charge of providing VM resources
What is Microsoft.Storage Provider for Storage Accounts