Skip to content

Commit

Permalink
Merge pull request #418 from Azure/documentation
Browse files Browse the repository at this point in the history
additional subscription pre-reqs in the documentation
  • Loading branch information
xpillons authored Jul 12, 2021
2 parents 4926c70 + 04cd574 commit c55245a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/deploy/azure_prereqs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Azure Pre-requisites

You need to be owner of your subscription in order to deploy.
- You need to be owner of your subscription
- Your subscription need to be registered for NetApp resource provider as explained [here](https://docs.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-register#waitlist)
- The CycleCloud marketplace image need to be allowed, this is the default unless your subscription have a policy blocking it
- When using the default configurations in order to build your environment, make sure you have enough quota for :
- 5 x Standard_D2s_v3
- 2 x Standard_D8d_v4
- 2 x Standard_D32d_v4
- For the compute and visualization nodes, you can adjust the maximum quota in your configuration file but make sure you have quota for these instances :
- Standard_F2s_v2
- Standard_HC44rs
- Standard_HB60rs
- Standard_HB120rs_v2
- Standard_NV6

## Packer
Packer needs a Service Principal Name to deploy resources in your subscription
Expand Down

0 comments on commit c55245a

Please sign in to comment.