
Ultimate access to all questions.
You are responsible for managing the lifecycle of an Azure AI service, including deployment, scaling, and decommissioning. Describe the steps you would take to automate these processes using Azure Resource Manager (ARM) templates and Azure Automation, including how you would ensure that the service scales dynamically based on demand.
A
Manually deploy and scale the service, use ARM templates for decommissioning.
B
Use ARM templates for deployment, manually scale the service, use Azure Automation for decommissioning.
C
Use ARM templates for deployment, automate scaling using Azure Automation, use ARM templates for decommissioning.
D
Manually deploy and scale the service, use a custom script for decommissioning.