Skip to main content
Glama
Azure-Samples

Secure Remote MCP Server

userAssignedIdentity.bicep494 B
param identityName string param location string param tags object = {} resource userAssignedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-07-31-preview' = { name: identityName location: location tags: tags } output identityId string = userAssignedIdentity.id output identityName string = userAssignedIdentity.name output identityPrincipalId string = userAssignedIdentity.properties.principalId output identityClientId string = userAssignedIdentity.properties.clientId

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure-Samples/remote-mcp-apim-functions-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server