Azure HPC Pack templates make it easy to deploy an HPC Pack cluster on Azure.
There are two kinds of templates in this repo: one is in Bicep and the other one is in traditional JSON.
Bicep is recommended for better deployment and development experiences, with excellent tooling in VS Code, while the traditional JSON is kept for easy web deployment without VS Code.
Note
The templates in this repo are only for HPC Pack 2019. For legacy HPC Pack versions, please see
HPC Pack templates now integrate with Azure Monitor and can make logs to it, which makes it much more convenient than ever to diagnose problems and watch the health of a HPC Pack cluster on Azure. See this document for the details.
NOTE
Make sure the source file EOL is correct and consistent by executing the following commands under the project root before everything else.
git config set core.safecrlf true
git config set core.autocrlf false
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.