diff --git a/001-customer-support-agent/scripts/setup-azure.sh b/001-customer-support-agent/scripts/setup-azure.sh index 90e8da2..01dbc13 100755 --- a/001-customer-support-agent/scripts/setup-azure.sh +++ b/001-customer-support-agent/scripts/setup-azure.sh @@ -73,6 +73,7 @@ PROVIDERS=( Microsoft.OperationalInsights Microsoft.Search Microsoft.CognitiveServices + Microsoft.ContainerService ) for provider in "${PROVIDERS[@]}"; do az provider register --namespace "$provider" --wait 2>/dev/null || true