Skip to main content

Azure MCP Server - Model Context Protocol implementation for Azure

Project description

Microsoft Azure Logo Azure MCP Server PyPI Package

All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code.

Table of Contents

Overview

Azure MCP Server supercharges your agents with Azure context across 40+ different Azure services.

Installation

  • To use Azure MCP server from Python, you must have uv installed. uv is a fast Python package installer and resolver. To verify your installation run: uv --version and uvx --version.

  • Configure the mcp.json file with the following:

    {
        "mcpServers": {
            "Azure MCP Server": {
                "command": "uvx",
                "args": [
                    "--from",
                    "msmcp-azure",
                    "azmcp",
                    "server",
                    "start"
                ]
            }
        }
    }
    

Note: When manually configuring Visual Studio and Visual Studio Code, use servers instead of mcpServers as the root object.

Client-Specific Configuration

IDE File Location Documentation Link
VS Code .vscode/mcp.json (workspace)
settings.json (user)
VS Code MCP Documentation
Visual Studio .mcp.json (solution/workspace) Visual Studio MCP Setup
GitHub Copilot CLI ~/.copilot/mcp-config.json Copilot CLI MCP Configuration
Claude Code ~/.claude.json or .mcp.json (project) Claude Code MCP Configuration
Eclipse IDE GitHub Copilot Chat -> Configure Tools -> MCP Servers Eclipse MCP Documentation
IntelliJ IDEA Built-in MCP server (2025.2+)
Settings > Tools > MCP Server
IntelliJ MCP Documentation
Cursor ~/.cursor/mcp.json or .cursor/mcp.json Cursor MCP Documentation
Windsurf ~/.codeium/windsurf/mcp_config.json Windsurf Cascade MCP Integration
Amazon Q Developer ~/.aws/amazonq/mcp.json (global)
.amazonq/mcp.json (workspace)
AWS Q Developer MCP Guide
Claude Desktop ~/.claude/claude_desktop_config.json (macOS)
%APPDATA%\Claude\claude_desktop_config.json (Windows)
Claude Desktop MCP Setup

Remote MCP Server (preview)

Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoints. To self-host the Azure MCP Server for use with these platforms, deploy it as a remote MCP server on Azure Container Apps.

Check out the remote hosting azd templates for deployment options.

Usage

Getting Started

  1. Open GitHub Copilot in VS Code or IntelliJ and switch to Agent mode.
  2. Click refresh on the tools list
    • You should see the Azure MCP Server in the list of tools
  3. Try a prompt that tells the agent to use the Azure MCP Server, such as List my Azure Storage containers
    • The agent should be able to use the Azure MCP Server tools to complete your query
  4. Check out the documentation and review the troubleshooting guide for commonly asked questions
  5. We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server

Sovereign Cloud Support

Azure MCP Server supports connecting to Azure sovereign clouds. By default, it authenticates against the Azure Public Cloud.

Cloud Aliases
Azure Public Cloud AzureCloud, AzurePublicCloud, Public, AzurePublic
Azure China Cloud AzureChinaCloud, China, AzureChina
Azure US Government AzureUSGovernment, USGov, AzureUSGovernmentCloud, USGovernment

*The aliases are case insensitive.

Use the --cloud option when starting the server, or set the AZURE_CLOUD environment variable:

# Command line
azmcp server start --cloud AzureChinaCloud

# Environment variable (PowerShell)
$env:AZURE_CLOUD = "AzureUSGovernment"
azmcp server start

Before connecting, authenticate your local tools against the target cloud:

# Azure CLI
az cloud set --name AzureChinaCloud
az login

# Azure PowerShell
Connect-AzAccount -Environment AzureChinaCloud

For full configuration options, see the Sovereign Clouds documentation.

What can you do with the Azure MCP Server?

โœจ The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:

๐Ÿงฎ Microsoft Foundry

  • List Microsoft Foundry models
  • Deploy Microsoft Foundry models
  • List Microsoft Foundry model deployments
  • List knowledge indexes
  • Get knowledge index schema configuration
  • Create Microsoft Foundry agents
  • List Microsoft Foundry agents
  • Connect and query Microsoft Foundry agents
  • Evaluate Microsoft Foundry agents

๐Ÿ“Š Azure Advisor

  • "List my Advisor recommendations"

๐Ÿ”Ž Azure AI Search

  • "What indexes do I have in my Azure AI Search service 'mysvc'?"
  • "Let's search this index for 'my search query'"

๐ŸŽค Azure AI Services Speech

  • "Convert this audio file to text using Azure Speech Services"
  • "Recognize speech from my audio file with language detection"
  • "Transcribe speech from audio with profanity filtering"
  • "Transcribe audio with phrase hints for better accuracy"
  • "Convert text to speech and save to output.wav"
  • "Synthesize speech from 'Hello, welcome to Azure' with Spanish voice"
  • "Generate MP3 audio from text with high quality format"

โš™๏ธ Azure App Configuration

  • "List my App Configuration stores"
  • "Show my key-value pairs in App Config"

โš™๏ธ Azure App Lens

  • "Help me diagnose issues with my app"

๐Ÿ•ธ๏ธ Azure App Service

  • "Add a database connection for an App Service web app"
  • "List the web apps in my subscription"
  • "Show me the web apps in my 'my-resource-group' resource group"
  • "Get the details for web app 'my-webapp' in 'my-resource-group'"
  • "Get the application settings for my web app 'my-webapp' in 'my-resource-group'"
  • "Add application setting 'LogLevel' with value 'INFO' to my 'my-webapp' in 'my-resource-group'"
  • "Set application setting 'LogLevel' to 'WARNING' to my 'my-webapp' in 'my-resource-group'"
  • "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
  • "List the deployments for web app 'my-webapp' in 'my-resource-group'"
  • "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"

๐Ÿ–ฅ๏ธ Azure CLI Generate

  • Generate Azure CLI commands based on user intent

Example prompts that generate Azure CLI commands:

  • "Get the details for app service plan 'my-app-service-plan'"

๐Ÿ–ฅ๏ธ Azure CLI Install

  • Get installation instructions for Azure CLI, Azure Developer CLI and Azure Functions Core Tools CLI for your platform.

๐Ÿ“ž Azure Communication Services

  • "Send an SMS message to +1234567890"
  • "Send SMS with delivery reporting enabled"
  • "Send a broadcast SMS to multiple recipients"
  • "Send SMS with custom tracking tag"
  • "Send an email from 'sender@example.com' to 'recipient@example.com' with subject 'Hello' and message 'Welcome!'"
  • "Send an HTML email to multiple recipients with CC and BCC using Azure Communication Services"
  • "Send an email with reply-to address 'reply@example.com' and subject 'Support Request'"
  • "Send an email from my communication service endpoint with custom sender name and multiple recipients"
  • "Send an email to 'user1@example.com' and 'user2@example.com' with subject 'Team Update' and message 'Please review the attached document.'"

๐Ÿ–ฅ๏ธ Azure Compute

  • "List all my managed disks in subscription 'my-subscription'"
  • "Show me all disks in resource group 'my-resource-group'"
  • "Get details of disk 'my-disk' in resource group 'my-resource-group'"
  • "Create a 128 GB Premium_LRS managed disk named 'my-disk' in resource group 'my-resource-group'"
  • "Create a managed disk from snapshot in resource group 'my-resource-group'"
  • "Create a disk 'my-disk' in resource group 'my-resource-group' with tags env=prod team=infra"
  • "Delete managed disk 'my-disk' in resource group 'my-resource-group'"
  • "Update disk 'my-disk' in resource group 'my-resource-group' to 256 GB"
  • "Change the SKU of disk 'my-disk' to Premium_LRS"
  • "Set the IOPS limit on ultra disk 'my-disk' in resource group 'my-resource-group' to 10000"
  • "List all virtual machines in my subscription"
  • "Show me all VMs in resource group 'my-resource-group'"
  • "Get details for virtual machine 'my-vm' in resource group 'my-resource-group'"
  • "Get virtual machine 'my-vm' with instance view including power state and runtime status"
  • "Show me the power state and provisioning status of VM 'my-vm'"
  • "What is the current status of my virtual machine 'my-vm'?"
  • "Create a new VM named 'my-vm' in resource group 'my-rg' for web workloads"
  • "Create a Linux VM with Ubuntu 22.04 and SSH key authentication"
  • "Create a development VM with Standard_B2s size in East US"
  • "Update VM 'my-vm' tags to environment=production"
  • "Create a VMSS named 'my-vmss' with 3 instances for web workloads"
  • "Update VMSS 'my-vmss' capacity to 5 instances"
  • "Delete virtual machine 'my-vm' in resource group 'my-resource-group'"
  • "Force delete VM 'my-vm' in resource group 'my-rg' using force-deletion"
  • "Delete virtual machine scale set 'my-vmss' in resource group 'my-resource-group'"
  • "Force delete VMSS 'my-vmss' in resource group 'my-rg' using force-deletion"

๏ฟฝ๐Ÿ“ฆ Azure Container Apps

  • "List the container apps in my subscription"
  • "Show me the container apps in my 'my-resource-group' resource group"

๐Ÿ” Azure Confidential Ledger

  • "Append entry {"foo":"bar"} to ledger contoso"
  • "Get entry with id 2.40 from ledger contoso"

๐Ÿ“ฆ Azure Container Registry (ACR)

  • "List all my Azure Container Registries"
  • "Show me my container registries in the 'my-resource-group' resource group"
  • "List all my Azure Container Registry repositories"

๐Ÿ“Š Azure Cosmos DB

  • "Show me all my Cosmos DB databases"
  • "List containers in my Cosmos DB database"

๐Ÿงฎ Azure Data Explorer

  • "Get Azure Data Explorer databases in cluster 'mycluster'"
  • "Sample 10 rows from table 'StormEvents' in Azure Data Explorer database 'db1'"

๐Ÿ“ฃ Azure Event Grid

  • "List all Event Grid topics in subscription 'my-subscription'"
  • "Show me the Event Grid topics in my subscription"
  • "List all Event Grid topics in resource group 'my-resourcegroup' in my subscription"
  • "List Event Grid subscriptions for topic 'my-topic' in resource group 'my-resourcegroup'"
  • "List Event Grid subscriptions for topic 'my-topic' in subscription 'my-subscription'"
  • "List Event Grid Subscriptions in subscription 'my-subscription'"
  • "List Event Grid subscriptions for topic 'my-topic' in location 'my-location'"
  • "Publish an event with data '{"name": "test"}' to topic 'my-topic' using CloudEvents schema"
  • "Send custom event data to Event Grid topic 'analytics-events' with EventGrid schema"

๐Ÿ“‚ Azure File Shares

  • "Get details about a specific file share in my resource group"
  • "Create a new Azure managed file share with NFS protocol"
  • "Create a file share with 64 GiB storage, 3000 IOPS, and 125 MiB/s throughput"
  • "Update the provisioned storage size of my file share"
  • "Update network access settings for my file share"
  • "Delete a file share from my resource group"
  • "Check if a file share name is available"
  • "Get details about a file share snapshot"
  • "Create a snapshot of my file share"
  • "Update tags on a file share snapshot"
  • "Delete a file share snapshot"
  • "Get a private endpoint connection for my file share"
  • "Update private endpoint connection status to Approved"
  • "Delete a private endpoint connection"
  • "Get file share limits and quotas for a region"
  • "Get provisioning recommendations for my file share workload"
  • "Get usage data and metrics for my file share"

๐Ÿ”‘ Azure Key Vault

  • "List all secrets in my key vault 'my-vault'"
  • "Create a new secret called 'apiKey' with value 'xyz' in key vault 'my-vault'"
  • "List all keys in key vault 'my-vault'"
  • "Create a new RSA key called 'encryption-key' in key vault 'my-vault'"
  • "List all certificates in key vault 'my-vault'"
  • "Import a certificate file into key vault 'my-vault' using the name 'tls-cert'"
  • "Get the account settings for my key vault 'my-vault'"

โ˜ธ๏ธ Azure Kubernetes Service (AKS)

  • "List my AKS clusters in my subscription"
  • "Show me all my Azure Kubernetes Service clusters"
  • "List the node pools for my AKS cluster"
  • "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"

โšก Azure Managed Lustre

  • "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
  • "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
  • "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'
  • Create a 4 TIB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'

๐Ÿ“Š Azure Monitor

  • "Query my Log Analytics workspace"

๐Ÿงญ Azure Monitor Instrumentation (under Azure Monitor)

  • "List available Azure Monitor onboarding learning resources"
  • "Get the learning resource at 'concepts/dotnet/opentelemetry-pipeline.md'"
  • "Start Azure Monitor instrumentation orchestration for my local workspace"
  • "Continue to the next orchestration step after I complete the previous action"
  • "Send brownfield analysis findings to continue migration planning"

๐Ÿ”ง Azure Resource Management

  • "List my resource groups"
  • "List my Azure CDN endpoints"
  • "Help me build an Azure application using Node.js"

๐Ÿ—„๏ธ Azure SQL Database

  • "List all SQL servers in my subscription"
  • "List all SQL servers in my resource group 'my-resource-group'"
  • "Show me details about my Azure SQL database 'mydb'"
  • "List all databases in my Azure SQL server 'myserver'"
  • "Update the performance tier of my Azure SQL database 'mydb'"
  • "Rename my Azure SQL database 'mydb' to 'newname'"
  • "List all firewall rules for my Azure SQL server 'myserver'"
  • "Create a firewall rule for my Azure SQL server 'myserver'"
  • "Delete a firewall rule from my Azure SQL server 'myserver'"
  • "List all elastic pools in my Azure SQL server 'myserver'"
  • "List Active Directory administrators for my Azure SQL server 'myserver'"
  • "Create a new Azure SQL server in my resource group 'my-resource-group'"
  • "Show me details about my Azure SQL server 'myserver'"
  • "Delete my Azure SQL server 'myserver'"

๐Ÿ’พ Azure Storage

  • "List my Azure storage accounts"
  • "Get details about my storage account 'mystorageaccount'"
  • "Create a new storage account in East US with Data Lake support"
  • "Get details about my Storage container"
  • "Upload my file to the blob container"

๐Ÿ”„ Azure Migrate

  • "Generate a Platform Landing Zone"
  • "Turn off DDoS protection in my Platform Landing Zone"
  • "Turn off Bastion host in my Platform Landing Zone"

๐Ÿ›๏ธ Azure Well-Architected Framework

  • "List all services with Well-Architected Framework guidance"
  • "What services have architectural guidance?"
  • "Get Well-Architected Framework guidance for App Service"
  • "What's the architectural guidance for Azure Cosmos DB?"

Complete List of Supported Azure Services

The Azure MCP Server provides tools for interacting with 43+ Azure service areas:

  • ๐Ÿงฎ Microsoft Foundry - AI model management, AI model deployment, and knowledge index management
  • ๐Ÿ“Š Azure Advisor - Advisor recommendations
  • ๐Ÿ”Ž Azure AI Search - Search engine/vector database operations
  • ๐ŸŽค Azure AI Services Speech - Speech-to-text recognition and text-to-speech synthesis
  • โš™๏ธ Azure App Configuration - Configuration management
  • ๐Ÿ•ธ๏ธ Azure App Service - Web app hosting
  • ๐Ÿ›ก๏ธ Azure Best Practices - Secure, production-grade guidance
  • ๐Ÿ–ฅ๏ธ Azure CLI Generate - Generate Azure CLI commands from natural language
  • ๐Ÿ“ž Azure Communication Services - SMS messaging and communication
  • ๏ฟฝ Azure Compute - Virtual Machine, Virtual Machine Scale Set, and Disk management
  • ๏ฟฝ๐Ÿ” Azure Confidential Ledger - Tamper-proof ledger operations
  • ๐Ÿ“ฆ Azure Container Apps - Container hosting
  • ๐Ÿ“ฆ Azure Container Registry (ACR) - Container registry management
  • ๐Ÿ“Š Azure Cosmos DB - NoSQL database operations
  • ๐Ÿงฎ Azure Data Explorer - Analytics queries and KQL
  • ๐Ÿฌ Azure Database for MySQL - MySQL database management
  • ๐Ÿ˜ Azure Database for PostgreSQL - PostgreSQL database management
  • ๐Ÿญ Azure Device Registry - Device Registry namespace management
  • ๐Ÿ“Š Azure Event Grid - Event routing and management
  • ๐Ÿ“ Azure File Shares - Azure managed file share operations
  • โšก Azure Functions - Function App management and functions project files, language support, and templates source code
  • ๐Ÿ”‘ Azure Key Vault - Secrets, keys, and certificates
  • โ˜ธ๏ธ Azure Kubernetes Service (AKS) - Container orchestration
  • ๐Ÿ“ฆ Azure Load Testing - Performance testing
  • ๐Ÿš€ Azure Managed Grafana - Monitoring dashboards
  • ๐Ÿ—ƒ๏ธ Azure Managed Lustre - High-performance Lustre filesystem operations
  • ๐Ÿช Azure Marketplace - Product discovery
  • ๐Ÿ”„ Azure Migrate - Platform Landing Zone generation and modification guidance
  • ๐Ÿ“ˆ Azure Monitor - Logging, metrics, health monitoring, and instrumentation onboarding/migration workflow for local applications
  • โš–๏ธ Azure Policy - Policies set to enforce organizational standards
  • โš™๏ธ Azure Native ISV Services - Third-party integrations
  • ๐Ÿ›ก๏ธ Azure Quick Review CLI - Compliance scanning
  • ๐Ÿ“Š Azure Quota - Resource quota and usage management
  • ๐ŸŽญ Azure RBAC - Access control management
  • ๐Ÿ”ด Azure Redis Cache - In-memory data store
  • ๐Ÿ—๏ธ Azure Resource Groups - Resource organization
  • ๐ŸšŒ Azure Service Bus - Message queuing
  • ๐Ÿงต Azure Service Fabric - Managed cluster node operations
  • ๐Ÿฅ Azure Service Health - Resource health status and availability
  • ๐Ÿ—„๏ธ Azure SQL Database - Relational database management
  • ๐Ÿ—„๏ธ Azure SQL Elastic Pool - Database resource sharing
  • ๐Ÿ—„๏ธ Azure SQL Server - Server administration
  • ๐Ÿ’พ Azure Storage - Blob storage
  • Azure Storage Sync - Azure File Sync management operations
  • ๐Ÿ“‹ Azure Subscription - Subscription management
  • ๐Ÿ—๏ธ Azure Terraform Best Practices - Infrastructure as code guidance
  • ๐Ÿ–ฅ๏ธ Azure Virtual Desktop - Virtual desktop infrastructure
  • ๐Ÿ›๏ธ Azure Well-Architected Framework - Architectural best practices and design patterns
  • ๐Ÿ“Š Azure Workbooks - Custom visualizations
  • ๐Ÿ—๏ธ Bicep - Azure resource templates
  • ๐Ÿ—๏ธ Cloud Architect - Guided architecture design

Support and Reference

Documentation

  • See our official documentation on learn.microsoft.com to learn how to use the Azure MCP Server to interact with Azure resources through natural language commands from AI agents and other types of clients.
  • For additional command documentation and examples, see Azure MCP Commands.
  • Use Prompt Templates to set tenant and subscription context once at the beginning of your Copilot session, avoiding repetitive information in subsequent prompts.

Feedback and Support

  • Check the Troubleshooting guide to diagnose and resolve common issues with the Azure MCP Server.
  • Review the Known Issues for current limitations and workarounds.
  • For advanced troubleshooting, you can enable support logging using the --dangerously-write-support-logs-to-dir option.
  • We're building this in the open. Your feedback is much appreciated, and will help us shape the future of the Azure MCP server.
    • ๐Ÿ‘‰ Open an issue in the public GitHub repository โ€” weโ€™d love to hear from you!

Security

Your credentials are always handled securely through the official Azure Identity SDK - we never store or manage tokens directly.

MCP as a phenomenon is very novel and cutting-edge. As with all new technology standards, consider doing a security review to ensure any systems that integrate with MCP servers follow all regulations and standards your system is expected to adhere to. This includes not only the Azure MCP Server, but any MCP client/agent that you choose to implement down to the model provider.

You should follow Microsoft security guidance for MCP servers, including enabling Entra ID authentication, secure token management, and network isolation. Refer to Microsoft Security Documentation for details.

Permissions and Risk

MCP clients can invoke operations based on the userโ€™s Azure RBAC permissions. Autonomous or misconfigured clients may perform destructive actions. You should review and apply least-privilege RBAC roles and implement safeguards before deployment. Certain safeguards, such as flags to prevent destructive operations, are not standardized in the MCP specification and may not be supported by all clients.

Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Telemetry Configuration

Telemetry collection is on by default. The server supports two telemetry streams:

  1. User-provided telemetry: If you configure your own Application Insights connection string via the APPLICATIONINSIGHTS_CONNECTION_STRING environment variable, telemetry will be sent to your Application Insights resource.

  2. Microsoft telemetry: By default, telemetry is also sent to Microsoft to help improve the product. This can be disabled separately from user-provided telemetry. See Disabling All Telemetry section below for more details.

Disabling All Telemetry

To disable all telemetry collection (both user-provided and Microsoft), set the environment variable AZURE_MCP_COLLECT_TELEMETRY to false:

export AZURE_MCP_COLLECT_TELEMETRY=false

Disabling Microsoft Telemetry Only

To disable only Microsoft telemetry collection while keeping your own Application Insights telemetry active, set the environment variable AZURE_MCP_COLLECT_TELEMETRY_MICROSOFT to false:

export AZURE_MCP_COLLECT_TELEMETRY_MICROSOFT=false

Compliance Responsibility

This MCP server may interact with clients and services outside Microsoft compliance boundaries. You are responsible for ensuring that any integration complies with applicable organizational, regulatory, and contractual requirements.

Third Party Components

This MCP server may use or depend on third party components. You are responsible for reviewing and complying with the licenses and security posture of any third-party components.

Export Control

Use of this software must comply with all applicable export laws and regulations, including U.S. Export Administration Regulations and local jurisdiction requirements.

No Warranty / Limitation of Liability

This software is provided โ€œas isโ€ without warranties or conditions of any kind, either express or implied. Microsoft shall not be liable for any damages arising from use, misuse, or misconfiguration of this software.

Contributing

We welcome contributions to the Azure MCP Server! Whether you're fixing bugs, adding new features, or improving documentation, your contributions are welcome.

Please read our Contributing Guide for guidelines on:

  • ๐Ÿ› ๏ธ Setting up your development environment
  • โœจ Adding new commands
  • ๐Ÿ“ Code style and testing requirements
  • ๐Ÿ”„ Making pull requests

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact open@microsoft.com with any additional questions or comments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

msmcp_azure-2.0.0b37-py3-none-win_arm64.whl (47.0 MB view details)

Uploaded Python 3Windows ARM64

msmcp_azure-2.0.0b37-py3-none-win_amd64.whl (47.4 MB view details)

Uploaded Python 3Windows x86-64

msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (58.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (45.9 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

msmcp_azure-2.0.0b37-py3-none-macosx_11_0_x86_64.whl (49.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

msmcp_azure-2.0.0b37-py3-none-macosx_11_0_arm64.whl (48.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-win_arm64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 16aab4207f4ba2cd9f6709a3db8a3ba81b5588e96bd8adaf440082833ffd5b91
MD5 7b82b561210456da91d35c2b8aa27785
BLAKE2b-256 119b257f63ebae93fd8ccfd4c615a1af5165083ca7c5c74cf971ffcd8641c804

See more details on using hashes here.

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 5fdae9b947100cb28fc73c96fb50a92c0a4f7e4c2baf28dcb44178b11dad0ee6
MD5 109925dcdfbc25c5261e3a3c50b9e3b3
BLAKE2b-256 34860232194f3df4d5103b7edf6d0170a249e40eda8c272c1834a87b6c6060a6

See more details on using hashes here.

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1190be9a9e82c06dd8e8ca55c0a68c4c6f0c6593683710f9bc2bf8cac9824783
MD5 f58583c67a18a76e8387a1bd2b91def4
BLAKE2b-256 5f698c095be9ce4fbe3e81c9b6bdcf4b758f5ea295c6d9b58ab6a1de803a26dc

See more details on using hashes here.

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82f8f1e941994ec1f1fe1460a5a8160acc07e58fa1bd7e6e77655637dd0af086
MD5 8750b390d6198c976f08dd70f9741007
BLAKE2b-256 103933c9bb3954803b3a9bdbda1b1ed6607ce454ad26cb4ad0f870381959c27a

See more details on using hashes here.

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 86d2144d3530ce83c3732899252a5079999bef0cc731793aa7ce4ca4d99f4d54
MD5 0a147a9621ad0773860e52f62bb7ba69
BLAKE2b-256 51c92351a545497c41b35d27ecd3235cddac41a87ac48359db535cd8468c1433

See more details on using hashes here.

File details

Details for the file msmcp_azure-2.0.0b37-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msmcp_azure-2.0.0b37-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2af1c52a31c9e4dd3b592274e6eea2a8605396005676aa756cbd2a1b7ec581d
MD5 f3ab56f38055fb23944e9184f7583b7e
BLAKE2b-256 c62568767aeab67e1d24eac1bd6b003b0203765cbbbddb91893bdcd657412ebd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page