MU Set 1 Flashcards
Install password writeback. Should you:
Assign AAD Premium 1 license?
Install Azure AD Connect?
Use Pass through authentication?
Assign AAD Premium 1 license? Yes
Install Azure AD Connect? Yes
Use Pass through authentication? No
Migration to Azure
Create a new database using thses commands:
New-AzSqlInstance
New-AzSqlInstanceDatabase
True of False:
You can only use V-Cor?
You can move the db to an elastice pool?
Migration can be completed with little or now change to the db?
MicroS is responsible for all dba engine updates and maint. ?
You can only use V-Cor? Yes
You can move the db to an elastice pool? No
Migration can be completed with little or now change to the db? Yes
MicroS is responsible for all dba engine updates and maint. ? Yes
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview
What is the request parameters in relationto an azure function?
It’s the method of requesting a return of information usually represented as ‘req’ in your code.
How do you change out the keys if you believe on is compramised in four steps.
regen key 2
change strings to key 2
verify apps
regen key 1
You want to collect performance metrics from AKS
Which four actions do you do in sequence?
Create a log analytics workspace
enable monitoring for the cluster
add monitor for containers to the workspace
view charts on the insights page
Which three commands do you start with to prepare a vm to use for a custom image?
sysprep
stop -azvm
set-azvm
config or set in cli commands?
set
You can use Table API to migrate a table to cosmos db?
Yup
As a rule can supscription owners create resources?
Any damn thing they want
Migrate a Hyper-V VM to azure using ASR in five steps:
How to determine the size of an elastic DTU Pool needed?
databases * average DTU per database
number of peaking databases * peak DTU
Use the larger value and round up to the nearest supported size
You need to deploy a docker image, MyTestApp to an az acr mytestreg. What’s the command?
docker push mytestreg.azurecr.io/my-test-app
You need to implement a logic app to send an email everytime a vm is stopped.
What three logic app compnents do you use in order?
Event grid Trigger
condition
action
In a docker file explain the difference between RUN and CMD
RUN is an image build step, the state of the container after a RUN command will be committed to the container image. A Dockerfile can have many RUN steps that layer on top of one another to build the image.
CMD is the command the container executes by default when you launch the built image. A Dockerfile will only use the final CMD defined. The CMD can be overridden when starting a container with docker run $image $other_command.
To collect performance metrics from an AKS Cluster, what four steps should you perfom in order?
Create LA workspace
Enable monitoring for the cluster in the portal
Add AZ Monitor for containers to the LAW
go to the insights page of the cluster to see charts
You need to configure a vmware migration what steps do you take in order?
create a resource group name company 2 on Sub B
Create a Migrate Project in rg comany2
Select Azure Migrate: Server Assesment as the ServerAssessment tool
Select Azure Migrate: Server Migration as the migration tool
Your going to migrate a VMWare Cluster to Azure.
What three steps do you do to begin?
Download and deploy the VHD image appliance on cluster
Congfigure and register the appliance with project1
Download and deploy the OVA temlate migraiotn appliance on cluster 3.
Configure and regisdterr hte migration appliance with Project 2.
Connect the appliance to the vmware vcenter server.
Download and deploy the OVA temlate migraiotn appliance on cluster 3.
Configure and regisdterr hte migration appliance with Project 2.
Connect the appliance to the vmware vcenter server.
You need to route users to the closest region to gain access to a web app. Yes or no to each of the following methods:
Traffic manager in geographic routing mode.
Front Door and latency based routing mode.
Applicaton Gateway
Define an availability set
Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. Each availability set can be configured with up to three fault domains and twenty update domains. Update domains indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time. When more than five virtual machines are configured within a single availability set with five update domains, the sixth virtual machine is placed into the same update domain as the first virtual machine, the seventh in the same update domain as the second virtual machine, and so on. The order of update domains being rebooted may not proceed sequentially during planned maintenance, but only one update domain is rebooted at a time. A rebooted update domain is given 30 minutes to recover before maintenance is initiated on a different update domain.