Azure MCP Server

by mashriram
Verified

blob_container_create

Create a new Azure Blob Storage container with specified name using the Azure MCP Server, enabling logging and audit tracking for secure storage management.

Instructions

Create a new Blob Storage container

Input Schema

NameRequiredDescriptionDefault
container_nameYesName of the Blob Storage container to create

Input Schema (JSON Schema)

{ "properties": { "container_name": { "description": "Name of the Blob Storage container to create", "type": "string" } }, "required": [ "container_name" ], "type": "object" }
ID: cczdogb799