Skip to main content

Azure Toolkit Pack

TrustedSandbox optionalv1.0.0MITUnverified

by AgentNode · published 5 months ago · toolpack

Manage Azure cloud resources, VMs, and services.

Interact with Microsoft Azure via the Azure SDK. Manage virtual machines, storage accounts, App Services, Azure Functions, and Cosmos DB.

langchaincrewaigeneric

Quick Start

bash
agentnode install azure-toolkit-pack

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Usage

From package
python
from azure_toolkit_pack.tool import run

result = run(
    capability="azure_manage",
    params={
        "service": "compute",
        "action": "list_vms",
        "resource_group": "production-rg"
    }
)

for vm in result["vms"]:
    print(f"{vm['name']}  {vm['vm_size']}  {vm['status']}")
    print(f"  OS: {vm['os_type']}")
    print(f"  IP: {vm['public_ip'] or 'No public IP'}")
    print(f"  Location: {vm['location']}")

Environment Variables

AZURE_SUBSCRIPTION_ID

Azure subscription identifier for resource access.

required
AZURE_CLIENT_ID

Application (client) ID of the Azure AD service principal.

required
AZURE_CLIENT_SECRET

Client secret for the Azure AD service principal.

required
AZURE_TENANT_ID

Azure Active Directory tenant ID.

required

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence15/100✖ Failed
smokeSmoke test failed
0/25
testsTests failed
0/15
importImport verification failed
0/15
installInstalled in 2.3s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs but has import issues.

install2.3s
import2.5s

Verification failed. This package has issues that prevent it from being installed or imported correctly.

Reason: Tool entrypoint import verification failed

Python 3.12.3ffmpegpopplertesseractuv

Last verified 8/5/2026· Runner v2.0.0

Use this when you need to...

  • Provision and manage Azure Virtual Machines
  • Deploy containers to Azure Container Instances
  • Manage Azure Blob Storage uploads and downloads
  • Query Azure SQL databases
  • Monitor resource health and metrics

README

Version History

Capabilities

azure_integrationazure_managetool

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkunrestricted
Filesystemnone
Code Executionnone
Data Accessconnected_accounts
User Approvalalways

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install azure-toolkit-pack

Environment Variables

AZURE_SUBSCRIPTION_IDrequired
AZURE_CLIENT_IDrequired
AZURE_CLIENT_SECRETrequired
AZURE_TENANT_IDrequired

Files (3)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/16/2026
Channelstable
Typetoolpack
Entrypointazure_toolkit_pack.tool

Compatibility

Frameworks

langchaincrewaigeneric

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode

@agentnode