Azure
experimentalcloudAzure infrastructure operations as governed capabilities
pip install chp-adapter-azureAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
blob_deletev0.1.0Delete an Azure blob.
chp.adapters.azure.blob_deleteblob_listv0.1.0List blobs in an Azure Storage container.
chp.adapters.azure.blob_listblob_metadatav0.1.0Get metadata for a specific Azure blob without downloading content.
chp.adapters.azure.blob_metadatablob_putv0.1.0Upload content to an Azure blob. Content never in evidence.
chp.adapters.azure.blob_putfunction_invokev0.1.0Invoke an Azure Function. Payload and response body never in evidence.
chp.adapters.azure.function_invokefunction_listv0.1.0List Azure Functions, optionally filtered by resource group.
chp.adapters.azure.function_listvm_listv0.1.0List Azure Virtual Machines, optionally filtered by resource group.
chp.adapters.azure.vm_listvm_startv0.1.0Start a stopped Azure Virtual Machine.
chp.adapters.azure.vm_startvm_stopv0.1.0Stop a running Azure Virtual Machine.
chp.adapters.azure.vm_stop