PRJ-AZURE-AI-052
Automated image classification and object detection
Video tutorial coming soon!
Subscribe to our YouTube channel to get notified when this tutorial is published.
Subscribe on YouTube
Clone the repository and authenticate with Azure CLI using your service principal or interactive login.
az login && az account set --subscription
Review the required role assignments and ensure your identity has the correct permissions in the target resource group.
az role assignment list --assignee
Run Terraform init and plan to preview the Azure resource changes before applying.
terraform init && terraform plan -out=tfplan
Apply the Terraform plan to provision all Azure resources in your target subscription.
terraform apply tfplan
Verify the deployment in the Azure Portal and check Azure Monitor for any alerts or issues.
az monitor activity-log list --resource-group