AZ-204 Quiz

Containers

Question:

What will happen if you change configuration.ingress.allowInsecure from false to true?

{
	"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
	"contentVersion": "1.0.0.0",
	"resources": [
		{
			"properties": {
				"configuration": {
					"ingress": {
						"external": true,
						"targetPort": 80,
						"allowInsecure": false
					}
				}
			}
		}
	]
}


Report a problem
Exam revision: April 11, 2025