You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/azure/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,7 @@ Two sample parameter files are provided to help you tailor deployments:
49
49
5.**Monitor outputs:** Review the deployment outputs and logs for connection endpoints, credential references, or other values needed to complete integration.
50
50
51
51
## Post-Deployment Checklist
52
-
- Confirm the container instance or orchestration target pulled the correct MongoDB MCP image from your dockerhub.
53
-
- Verify networking rules (firewalls, VNet integrations, etc.) allow intended clients to reach the server endpoint.
54
-
- If using the auth-enabled parameters, validate that credentials/secrets are stored securely (Key Vault, managed identity) and tested end-to-end.
55
-
- Document any additional operational steps (scaling, logging, maintenance) based on your environment requirements.
52
+
- After the Azure Container Apps deployment completes, access the MCP server by visiting the application’s public endpoint with /mcp appended. Example: https://[CONTAINER_APP_NAME].<region>.azurecontainerapps.io/mcp.
0 commit comments