Skip to content

Commit bb79b08

Browse files
review comments feedback
1 parent defce20 commit bb79b08

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

deploy/azure/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ Two sample parameter files are provided to help you tailor deployments:
4949
5. **Monitor outputs:** Review the deployment outputs and logs for connection endpoints, credential references, or other values needed to complete integration.
5050

5151
## 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.
5653

5754
## Updating the Deployment
5855
To apply changes:

deploy/azure/bicep/params.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
44
"parameters": {
5+
"containerAppEnvName": { "value": "container-app-env" },
6+
"containerAppName": { "value": "mongo-mcp-server-app-without-auth" },
57
"containerImage": { "value": "mongodb/mongodb-mcp-server:latest" },
68
"containerCpu": { "value": "1.0" },
79
"containerMemory": { "value": "2Gi" },

0 commit comments

Comments
 (0)