Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
test-resources-post.ps11.33 kB
param( [string] $TenantId, [string] $TestApplicationId, [string] $ResourceGroupName, [string] $BaseName, [hashtable] $DeploymentOutputs ) $ErrorActionPreference = "Stop" . "$PSScriptRoot/../../../eng/common/scripts/common.ps1" . "$PSScriptRoot/../../../eng/scripts/helpers/TestResourcesHelpers.ps1" $testSettings = New-TestSettings @PSBoundParameters -OutputPath $PSScriptRoot # Write a blob to storage $context = New-AzStorageContext -StorageAccountName $testSettings.ResourceBaseName -UseConnectedAccount Write-Host "Uploading README.md to blob storage: $BaseName/bar" -ForegroundColor Yellow Set-AzStorageBlobContent ` -File "$RepoRoot/README.md" ` -Container "bar" ` -Blob "README.md" ` -Context $context ` -Force ` -ProgressAction SilentlyContinue | Out-Null # Write a file to file share storage # File share needs to use EnableFileBackupRequestIntent $context = New-AzStorageContext -StorageAccountName $testSettings.ResourceBaseName -UseConnectedAccount -EnableFileBackupRequestIntent Write-Host "Uploading README.md to file share: testshare" -ForegroundColor Yellow Set-AzStorageFileContent ` -ShareName "testshare" ` -Source "$RepoRoot/README.md" ` -Path "README.md" ` -Context $context ` -Force ` -ProgressAction SilentlyContinue | Out-Null

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/azure-mcp'

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