Skip to main content
Glama
Azure-Samples

Secure Remote MCP Server

applicationinsights.bicep653 B
param name string param location string = resourceGroup().location param tags object = {} param logAnalyticsWorkspaceId string param disableLocalAuth bool = false resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = { name: name location: location tags: tags kind: 'web' properties: { Application_Type: 'web' WorkspaceResourceId: logAnalyticsWorkspaceId DisableLocalAuth: disableLocalAuth } } output connectionString string = applicationInsights.properties.ConnectionString output instrumentationKey string = applicationInsights.properties.InstrumentationKey output name string = applicationInsights.name

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