0
0
Azurecloud~10 mins

Container services comparison in Azure - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the Azure service for running containers without managing servers.

Azure
service = "[1]"
Drag options to blanks, or click blank then click option'
AAzure Functions
BAzure Virtual Machines
CAzure Container Instances
DAzure Blob Storage
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing virtual machines instead of container instances.
2fill in blank
medium

Complete the code to select the Azure service that manages container orchestration at scale.

Azure
service = "[1]"
Drag options to blanks, or click blank then click option'
AAzure App Service
BAzure Container Instances
CAzure Functions
DAzure Kubernetes Service
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing AKS with simple container instances.
3fill in blank
hard

Fix the error in the code to choose the Azure service best for deploying web apps with containers.

Azure
service = "[1]"
Drag options to blanks, or click blank then click option'
AAzure App Service
BAzure Container Instances
CAzure Kubernetes Service
DAzure Virtual Machines
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing AKS when a simpler web app service is better.
4fill in blank
hard

Fill both blanks to complete the comparison: Azure {{BLANK_1}} is for simple container runs, while Azure {{BLANK_2}} is for orchestrated container clusters.

Azure
Azure [1] vs Azure [2]
Drag options to blanks, or click blank then click option'
AContainer Instances
BVirtual Machines
CKubernetes Service
DBlob Storage
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing virtual machines or storage with container services.
5fill in blank
hard

Fill all three blanks to complete the sentence: Azure {{BLANK_1}} is serverless for containers, Azure {{BLANK_2}} manages clusters, and Azure {{BLANK_3}} hosts web apps with container support.

Azure
Azure [1], Azure [2], Azure [3]
Drag options to blanks, or click blank then click option'
AContainer Instances
BKubernetes Service
CApp Service
DVirtual Machines
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing virtual machines with container services.