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
Record the fully qualified image name (FQIN) for later use in your parameter file, e.g. `myregistry.azurecr.io/mongodb-mcp-server:latest`.
9
+
- MongoDB MCP server container image available in dockerhub registry (mongodb/mongodb-mcp-server:latest).
34
10
35
11
## Parameter Files
36
12
Two sample parameter files are provided to help you tailor deployments:
@@ -73,7 +49,7 @@ Two sample parameter files are provided to help you tailor deployments:
73
49
5.**Monitor outputs:** Review the deployment outputs and logs for connection endpoints, credential references, or other values needed to complete integration.
74
50
75
51
## Post-Deployment Checklist
76
-
- Confirm the container instance or orchestration target pulled the correct MongoDB MCP image from your ACR.
52
+
- Confirm the container instance or orchestration target pulled the correct MongoDB MCP image from your dockerhub.
77
53
- Verify networking rules (firewalls, VNet integrations, etc.) allow intended clients to reach the server endpoint.
78
54
- If using the auth-enabled parameters, validate that credentials/secrets are stored securely (Key Vault, managed identity) and tested end-to-end.
79
55
- Document any additional operational steps (scaling, logging, maintenance) based on your environment requirements.
0 commit comments