Create a Storage Account
Learn how to provision a new Azure Storage account using the @azure/arm-storage package.
View example
List Virtual Machines
Retrieve a list of all virtual machines in a subscription using the @azure/arm-compute client.
View example
Upload a Blob
Upload a file to Azure Blob Storage with @azure/storage-blob and monitor progress.
View example
Authenticate with Azure AD
Use @azure/identity to obtain a token and call Azure Resource Manager APIs.
View example
Send a Message to Service Bus
Publish messages to an Azure Service Bus queue using @azure/service-bus.
View example
Run a Function App Locally
Set up local development for Azure Functions with the Azure Functions Core Tools.
View example