control-docs

A repo to demonstrate using Github Pages for publishing code documentation

View the Project on GitHub acmetntco/control-docs

MineServ Server Control - Infra

by

Bicep Project Documentation

This Bicep project contains templates for deploying resources to Azure.

Project Structure

Prerequisites

Deployment Instructions

  1. Ensure you are logged into your Azure account using the Azure CLI:
    az login
    
  2. Navigate to the directory containing the Bicep files.

  3. Deploy the main Bicep file using the following command:
    az deployment group create --resource-group <your-resource-group> --template-file main.bicep
    

Replace <your-resource-group> with the name of your Azure resource group.

Additional Information

For more details on Bicep, visit the official documentation at Bicep Documentation.