Quickstart: Create a Batch account by using a Bicep file
Artikel
Get started with Azure Batch by using a Bicep file to create a Batch account, including storage. You need a Batch account to create compute resources (pools of compute nodes) and Batch jobs. You can link an Azure Storage account with your Batch account, which is useful to deploy applications and store input and output data for most real-world workloads.
After completing this quickstart, you'll understand the key concepts of the Batch service and be ready to try Batch with more realistic workloads at larger scale.
Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. It provides concise syntax, reliable type safety, and support for code reuse. Bicep offers the best authoring experience for your infrastructure-as-code solutions in Azure.
If you plan to continue on with more of our tutorials, you may want to leave these resources in place. When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and all of its resources.
In this quickstart, you created a Batch account and a storage account using Bicep. To learn more about Azure Batch, continue to the Azure Batch tutorials.
Azure Batch er en tjeneste, der giver dig mulighed for at køre store parallelle og højtydende databehandlingsprogrammer (HPC) effektivt i cloudmiljøet. Det er ikke nødvendigt at administrere eller konfigurere infrastrukturen. Du skal blot planlægge jobbet, tildele de ressourcer, du har brug for, og lade Batch tage sig af resten.