You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
298
298
| 162 | [You have two Hyper-V hosts named `Host1` and `Host2`. Host1 has an Azure virtual machine named `VM1` that was deployed by using a custom Azure Resource Manager template. You need to move `VM1` to `Host2`. What should you do?](#you-have-two-hyper-v-hosts-named-host1-and-host2-host1-has-an-azure-virtual-machine-named-vm1-that-was-deployed-by-using-a-custom-azure-resource-manager-template-you-need-to-move-vm1-to-host2-what-should-you-do)
299
299
| 163 | [Your company has an Azure Kubernetes Service (AKS) cluster that you manage from an Azure AD-joined device. The cluster is located in a resource group. Developers have created an application named `MyApp`. `MyApp` was packaged into a container image. You need to deploy the YAML manifest file for the application. Solution: You install the Azure CLI on the device and run the `kubectl apply -f myapp.yaml` command. Does this meet the goal?](#your-company-has-an-azure-kubernetes-service-aks-cluster-that-you-manage-from-an-azure-ad-joined-device-the-cluster-is-located-in-a-resource-group-developers-have-created-an-application-named-myapp-myapp-was-packaged-into-a-container-image-you-need-to-deploy-the-yaml-manifest-file-for-the-application-solution-you-install-the-azure-cli-on-the-device-and-run-the-kubectl-apply--f-myappyaml-command-does-this-meet-the-goal)
300
300
| 164 | [Your company has an Azure Kubernetes Service (AKS) cluster that you manage from an Azure AD-joined device. The cluster is located in a resource group. Developers have created an application named `MyApp`. `MyApp` was packaged into a container image. You need to deploy the YAML manifest file for the application. Solution: You install the docker client on the device and run the `docker run -it microsoft/azure-cli:0.10.17` command. Does this meet the goal?](#your-company-has-an-azure-kubernetes-service-aks-cluster-that-you-manage-from-an-azure-ad-joined-device-the-cluster-is-located-in-a-resource-group-developers-have-created-an-application-named-myapp-myapp-was-packaged-into-a-container-image-you-need-to-deploy-the-yaml-manifest-file-for-the-application-solution-you-install-the-docker-client-on-the-device-and-run-the-docker-run--it-microsoftazure-cli01017-command-does-this-meet-the-goal)
301
-
| 165 | [Your company has an Azure subscription. You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set. You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the platformUpdateDomainCount property?](#your-company-has-an-azure-subscription-you-need-to-deploy-a-number-of-azure-virtual-machines-to-the-subscription-by-using-azure-resource-manager-arm-templates-the-virtual-machines-will-be-included-in-a-single-availability-set-you-need-to-ensure-that-the-arm-template-allows-for-as-many-virtual-machines-as-possible-to-remain-accessible-in-the-event-of-fabric-failure-or-maintenance-which-of-the-following-is-the-value-that-you-should-configure-for-the-platformupdatedomaincount-property)
301
+
| 165 | [Your company has an Azure subscription. You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set. You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the `platformUpdateDomainCount` property?](#your-company-has-an-azure-subscription-you-need-to-deploy-a-number-of-azure-virtual-machines-to-the-subscription-by-using-azure-resource-manager-arm-templates-the-virtual-machines-will-be-included-in-a-single-availability-set-you-need-to-ensure-that-the-arm-template-allows-for-as-many-virtual-machines-as-possible-to-remain-accessible-in-the-event-of-fabric-failure-or-maintenance-which-of-the-following-is-the-value-that-you-should-configure-for-the-platformupdatedomaincount-property)
302
302
| 166 | [You are designing an Azure WebJob that will run on the same instances as a web app. You want to make use of a suitable WebJob type. The webjob type should also allow for the option to restrict the WebJob to a single instance. Solution: You configure the use of the Triggered WebJob type. Does the solution meet the goal?](#you-are-designing-an-azure-webjob-that-will-run-on-the-same-instances-as-a-web-app-you-want-to-make-use-of-a-suitable-webjob-type-the-webjob-type-should-also-allow-for-the-option-to-restrict-the-webjob-to-a-single-instance-solution-you-configure-the-use-of-the-triggered-webjob-type-does-the-solution-meet-the-goal)
303
303
| 167 | [You are designing an Azure WebJob that will run on the same instances as a web app. You want to make use of a suitable WebJob type. The webjob type should also allow for the option to restrict the WebJob to a single instance. Solution: You configure the use of the Continuous WebJob type. Does the solution meet the goal?](#you-are-designing-an-azure-webjob-that-will-run-on-the-same-instances-as-a-web-app-you-want-to-make-use-of-a-suitable-webjob-type-the-webjob-type-should-also-allow-for-the-option-to-restrict-the-webjob-to-a-single-instance-solution-you-configure-the-use-of-the-continuous-webjob-type-does-the-solution-meet-the-goal)
304
304
| 168 | [You company has an on-premises deployment of MongoDB, and an Azure Cosmos DB account that makes use of the MongoDB API. You need to devise a strategy to migrate MongoDB to the Azure Cosmos DB account. You include the [Data Management Gateway] tool in your migration strategy.](#you-company-has-an-on-premises-deployment-of-mongodb-and-an-azure-cosmos-db-account-that-makes-use-of-the-mongodb-api-you-need-to-devise-a-strategy-to-migrate-mongodb-to-the-azure-cosmos-db-account-you-include-the-data-management-gateway-tool-in-your-migration-strategy)
@@ -1883,7 +1883,7 @@ specified personnel if the temperature is outside of those thresholds.
1883
1883
1884
1884
**[⬆ Back to Top](#table-of-contents)**
1885
1885
1886
-
### Your company has an Azure subscription. You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set. You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the platformUpdateDomainCount property?
1886
+
### Your company has an Azure subscription. You need to deploy a number of Azure virtual machines to the subscription by using Azure Resource Manager (ARM) templates. The virtual machines will be included in a single availability set. You need to ensure that the ARM template allows for as many virtual machines as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the `platformUpdateDomainCount` property?
0 commit comments