Skip to content

Latest commit

 

History

History

Azure-Shared-Services

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Shared Services Infrastructure

Creates Azure services to host Services that are shared across multiple projects.

Modules folder

Bicep modules that are used to define the Azure services.

Files

main.bicep - Main Bicep file that creates the Azure services.

deploy.ps1 - PowerShell script to execute the deployment of the Bicep files.

Architecture

Deployment

Use the VS Code Bicep extension to deploy the Bicep files. Right click on the main.bicep file and select "Deploy Bicep File". Save the deployment parameters in a file for future use.

Execute the deploy-bicep.ps1 PowerShell script to deploy the Bicep files. Needs a deployment parameters file as input.