Skip to main content
Glama
by microsoft
policy-definition.bicep706 B
targetScope = 'subscription' // Parameters @description('Specifies the policy definition to assign.') param policy object resource policyDefinition 'Microsoft.Authorization/policyDefinitions@2021-06-01' = { name: guid(policy.name) properties: { description: policy.definition.properties.description displayName: policy.definition.properties.displayName metadata: policy.definition.properties.metadata mode: policy.definition.properties.mode parameters: policy.definition.properties.parameters policyType: policy.definition.properties.policyType policyRule: policy.definition.properties.policyRule } } // Outputs output policyDefinitionId string = policyDefinition.id

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/microsoft/genaiscript'

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