This is a dedicated watch page for a single video.
A team is developing an application that would be deployed using ARM templates. The templates would also be used to create virtual machines. You need to store a secret for the virtual machine in an Azure Key vault. You need to complete the following script for this purpose. az SLOT_1 create –name “Contoso-Vault2” –resource-group “ContosoResourceGroup” –location eastus az SLOT_2 SLOT_3 set –vault-name “Contoso-Vault2” –name “ExamplePassword” –value “hVFkk965BuUv” Which of the following would go into SLOT_1?