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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure

A cluster is a group of machines instances or nodes on which the services can be deployed. On Azure, these a machines are called Virtual Machines (VM). Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. It gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. To know more about Azure VM, click [here](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview).
A cluster is a group of machines instances or nodes on which the services can be deployed. On Azure, these machines are called Virtual Machines (VM). Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. It gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. To know more about Azure VM, click [here](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview).

Here are the configurations option that will be available to user while configuring cluster for Application deployment.

Expand Down Expand Up @@ -39,4 +39,4 @@ Here are the configurations option that will be available to user while configur
5. **Image Version:** Version number of an image SKU.
6. **Enable Boot Diagnostics:** To enable and store in Storage Account.
7. **New Storage Account:** To attach new storage account with node or you can use any existing Storage Account by providing the **Storage Account Id.**
8. **Docker Data Volume**: To add docker data volume as well.
8. **Docker Data Volume**: To add docker data volume as well.