This repository provides easy automation scripts for building a HPC environment in Azure. It also includes examples to build e2e environment and run some of the key HPC benchmarks and applications.
MIT License
124
stars
66
forks
source link
Implement idempotency in MariaDB creation script #665
Skip MariaDB creation if a server with the same name is already present in target resource group.
This prevents script failure if resource already exists.
Skip MariaDB creation if a server with the same name is already present in target resource group. This prevents script failure if resource already exists.