diff --git a/quickstart/101-ai-studio/connections.tf b/quickstart/101-ai-studio/connections.tf index 62bb753e..2ab70ee8 100644 --- a/quickstart/101-ai-studio/connections.tf +++ b/quickstart/101-ai-studio/connections.tf @@ -8,17 +8,12 @@ resource "azapi_resource" "AIServicesConnection" { properties = { category = "AIServices", target = jsondecode(azapi_resource.AIServicesResource.output).properties.endpoint, - authType = "AAD", // or "APIKey" + authType = "AAD", isSharedToAll = true, metadata = { ApiType = "Azure", ResourceId = azapi_resource.AIServicesResource.id } - - credentials = { - Key = "" // <- must input APIKey here - } - } }) response_export_values = ["*"]