Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

Repo for Azure VMSS deployment

fatih-t
Nimbostratus
Nimbostratus

Hello,

For a deployment of an autoscaling (F5 Advanced WAF) model in Azure, I'm searching an ARM template which will fit some requirements.
Which existing ARM template can be used in order to create a custom one with the below characteristics:

  • Advanced WAF module
  • Autoscale (VMSS 2 min & 3 max) 
  • Existing network
  • 2-NIC
  • version 15
  • BYOL
  • Internal LB (front of the VMSS - unlike external LB)
  • without public IP (F5 NICs)

One more questions regarding existing templates:

  • The 'appContainerName' parameter is set to "f5devcentral/f5-demo-app:latest":
    ==> is there an impact for rolling update capabilities on the VMSS, when wanted to push a new image?

Thanks in advance
Regards

Fatih

1 REPLY 1

Matthew1146
Nimbostratus
Nimbostratus

@fatih-t My HR KP wrote:

Hello,

For a deployment of an autoscaling (F5 Advanced WAF) model in Azure, I'm searching an ARM template which will fit some requirements.
Which existing ARM template can be used in order to create a custom one with the below characteristics:

  • Advanced WAF module
  • Autoscale (VMSS 2 min & 3 max) 
  • Existing network
  • 2-NIC
  • version 15
  • BYOL
  • Internal LB (front of the VMSS - unlike external LB)
  • without public IP (F5 NICs)

One more questions regarding existing templates:

  • The 'appContainerName' parameter is set to "f5devcentral/f5-demo-app:latest":
    ==> is there an impact for rolling update capabilities on the VMSS, when wanted to push a new image?

Thanks in advance
Regards

Fatih


Any update?