From c400b6308350a6c939df83b423821bbce76e7ccd Mon Sep 17 00:00:00 2001 From: Vinay Gera Date: Wed, 12 Nov 2025 15:23:09 -0800 Subject: [PATCH] Remove provisioning and deployment hooks from azure.yaml Removed hooks for provisioning and deployment of Azure MCP Storage Server. --- .../aca-aifoundry-managed-identity/azure.yaml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/servers/Azure.Mcp.Server/azd-templates/aca-aifoundry-managed-identity/azure.yaml b/servers/Azure.Mcp.Server/azd-templates/aca-aifoundry-managed-identity/azure.yaml index b36e5a5f95..441c50d333 100644 --- a/servers/Azure.Mcp.Server/azd-templates/aca-aifoundry-managed-identity/azure.yaml +++ b/servers/Azure.Mcp.Server/azd-templates/aca-aifoundry-managed-identity/azure.yaml @@ -10,26 +10,3 @@ infra: outputs: AZURE_RESOURCE_GROUP: AZURE_RESOURCE_GROUP CONTAINER_APP_NAME: CONTAINER_APP_NAME - -hooks: - preprovision: - shell: sh - run: echo "Starting 'Azure MCP Storage Server' infrastructure provisioning..." - continueOnError: false - - postprovision: - shell: sh - run: | - echo "Success: Infrastructure provisioned" - continueOnError: false - - predeploy: - shell: sh - run: echo "Building and deploying 'Azure MCP Storage Server' application..." - continueOnError: false - - postdeploy: - shell: sh - run: | - echo "Success: 'Azure MCP Storage Server' deployed" - continueOnError: false \ No newline at end of file