<- Adapters

Azure

experimentalcloud

Azure infrastructure operations as governed capabilities

pip install chp-adapter-azure

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

blob_deletev0.1.0

Delete an Azure blob.

chp.adapters.azure.blob_delete
blob_listv0.1.0

List blobs in an Azure Storage container.

chp.adapters.azure.blob_list
blob_metadatav0.1.0

Get metadata for a specific Azure blob without downloading content.

chp.adapters.azure.blob_metadata
blob_putv0.1.0

Upload content to an Azure blob. Content never in evidence.

chp.adapters.azure.blob_put
function_invokev0.1.0

Invoke an Azure Function. Payload and response body never in evidence.

chp.adapters.azure.function_invoke
function_listv0.1.0

List Azure Functions, optionally filtered by resource group.

chp.adapters.azure.function_list
vm_listv0.1.0

List Azure Virtual Machines, optionally filtered by resource group.

chp.adapters.azure.vm_list
vm_startv0.1.0

Start a stopped Azure Virtual Machine.

chp.adapters.azure.vm_start
vm_stopv0.1.0

Stop a running Azure Virtual Machine.

chp.adapters.azure.vm_stop
See the full capability catalog →