Azure / azurehpc

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

Closed vanzod closed 2 years ago

vanzod commented 2 years ago

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.