Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion src/content/docs/en-us/c4b-environments/azure/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@ import Xref from '@components/Xref.astro';

This is an overview of the Chocolatey for Business Azure Environment.

It is a deployable resource in the [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/chocolateysoftwareinc1605695330527.c4b_azure_qde), allowing for the speedy creation of an opinionated, pre-configured environment containing Chocolatey Central Management (CCM), a package repository (Nexus OSS), and an automation engine (Jenkins).
It is a deployable offering in the [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/chocolateysoftwareinc1605695330527.c4b_azure_qde), allowing for the speedy creation of an opinionated, pre-configured environment containing Chocolatey Central Management (CCM), a package repository (Nexus OSS), and an automation engine (Jenkins).

It will deploy the following Azure resources into an empty resource group of your choice:

* Virtual machine
* Network interface
* 2x Disk
* Microsoft SQL Server
* SQL Database
* Virtual network
* Network security group
* Public IP address
* Storage Account
* Application gateway
* Microsoft KeyVault

It also uses Deployment Scripts during the deployment, but they are only used for validation and will be automatically cleaned up after 24 hours.

<Callout type="info">
A Chocolatey for Business Azure Environment is a fully functional Chocolatey for Business environment; as such, it will require a business or trial license.
Expand Down