Introduction

Everpure Cloud Dedicated for Azure

Audience
Public
Source Type
Documentation

This document demonstrates the steps required to deploy Everpure Cloud Dedicated in Azure with an infrastructure-as-code approach using Azure Bicep language.

The Bicep framework for Everpure Cloud Dedicated deployment comes with Bicep templates and bash scripts, combined from following modules:

  • Module #01 (Prerequisites) - this module deploys all the resources required for Everpure Cloud Dedicated deployment, including Virtual Network, User-Managed Identity, Custom Role, and others.
  • Module #02 (CBS Managed App) - this module deploys the Everpure Cloud Dedicated Managed App itself into the environment with all prerequisites met.
  • Module #03 (Test VM) - This module provisions a test Virtual Machine (VM) of Windows Server 2019 with pre-installed MS SQL server and configures test volumes in Everpure Cloud Dedicated instance to mount them via iSCSI protocol.
  • Module #04 (E2E Demo) 🧪 - For hands-on/testing purposes, this module combines all Modules #01-#03 (described above) and deploys all required resources, Everpure Cloud Dedicated Managed App itself and a test Virtual Machine from the single deployment script.

All these deployed resources are modular and can be customized for your environment as needed.

Repository Information

The whole codebase of Bicep framework for Everpure Cloud Dedicated deployment is an open-source project available on GitHub.

Note:

We appreciate your help - if you want to contribute, please read the Contributing section in the README file in the repository.