Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Thank you for confirming that it worked (custom sentinel MCP server) in another region.
We have requested the product group engineer for possible backend deletion for resource in Germany west Central region.
We can also delete the Studio project then Foundry hub if the projects were in test phases.
Attached CLI command to delete them via identifier id
az resource delete \
--ids /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.CognitiveServices/accounts/<FOUNDRY_RESOURCE_NAME>
Attached CLI commands to delete the stuck connections.
Please copy the tool connection id from "Tools" tab as show in screenshot
Confirm the presence of tool connection from Cloud CLI
az login --identity
az rest \
--method GET \
--url "https://management.azure.com/subscriptions/<subid>/resourceGroups/AprilRG/providers/Microsoft.CognitiveServices/accounts/<foundryacctname>/projects/<projectname>/connections/MicrosoftLearnMCPserver?api-version=2025-04-01-preview"
Delete the presence of tool connection from Cloud CLI
az login --identity
az rest \
--method DELETE \
--url
"https://management.azure.com/subscriptions/<subid>/resourceGroups/AprilRG/providers/Microsoft.CognitiveServices/accounts/<foundryacctname>/projects/<projectname>/connections/MicrosoftLearnMCPserver?api-version=2025-04-01-preview"
Reference used - https://dori-uw-1.kuma-moon.com/en-us/cli/azure/resource?view=azure-cli-latest#az-resource-delete
Please let me know if the issue persists at your side even with above remedial to delete stuck connection from Germany west central.
Thank you for your inputs.