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