Microsoft Azure Administrator Associate AZ 104 Practice test 3

© examsiri.com
Question : 21 of 50
 
Marks: +1, -0
HOTSPOT
You plan to deploy an Azure container instance by using the following Azure Resource Manager template.
{ "type": "Microsoft.ContainerInstance/containerGroups",
"apiVersion": "2018-10-01",
"name", "webprod",
"location", "westus",
"properties": {
"containers": [
{
"name": "webprod",
"properties": {
"image": "microsoft/iis:nanoserver",
"ports": [
{
"protocol": "TCP",
"port": 80
}
].
"environmentVariables", [].
"resources": {
"requests"; {
"memoryinGB": 1.5 ,
"cpu": 1
}
}
}
}
].
"restartPolicy": "OnFailure",
"ipAddress": 1
"ports": I
{
"protocol": "TCP",
"port": 80
}
].
"ip": "[parameters('IPAddress')]",
"type": "Public"
}. "osType": "Windows"
)
}
}

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the template.
Hot Area
  • Internet users [answer choice]. ______


  • If Internet Information Services (IIS) in the container fail, [answer choice]. ______


Go to Question: