Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.02 KB

Enterprise-Reference-Architecture-Checklist.md

File metadata and controls

54 lines (41 loc) · 2.02 KB

Architect Examples Deployment Checklist:

For ARM Template steps are in the following order

  1. Create Resource Group

  2. If Needed Create Custom Network Security Group NSG if default NSG is not sufficent for your deployment.

  3. Create Network and defined the subnets ranges and assign default or custom NSG

    • Hight recommended to defined specific subnet where all private links will use
  4. Create LogAnalytics

  5. Create Application Insights

  6. Create Private DNS Zone for all private link to use during the deployment configuration

  7. Create Key Vault

  8. Enable Key Vault VNET Integration

  9. Enable Key Vault Private link

  10. Enable Key Vault diagnostic and metric Data to Log Analytics

  11. Create Azure Storage Account

  12. Create Azure Storage Blob Storage

  13. Enable Selected Network and select the Custom Network

  14. Enable Private link

  15. Enable diagnostic and metric Data to Log Analytics

  16. Create Azure Event Hubs NameSpaces

  17. Create Azure Event Hub

  18. Create Azure Consumer group

  19. Enable SaaS Portal Web App VNET Integration

  20. Enable Private link

  21. Enable diagnostic and metric Data to Log Analytics

  22. Create Metered Billing App Service Plan

  23. Enable diagnostic and metric Data to Log Analytics

  24. Create Metered Billing Web App from "FunctionApp" Kind and reference metered billing App ServicePlan

  25. Link Azure function App Cofiguration to KeyVault

  26. Add VNET Inegration Configuration please refer to docs

  27. Enable Azure function App VNET Integration

  28. Enable Azure function App Private link

  29. Enable Azure function App diagnostic and metric Data to Log Analytics

  30. Enable Azure function App Application Insights

  31. Create Application Gateway

  32. Configure Front-End IP pool

  33. Configure Backend and reference to Web App

  34. Configure HTTP Route

  35. Configure Listener

  36. Enable Application Gateway VNET Integration

  37. Enable Application Gateway Private link

  38. Enable Application Gateway Application Insight