CiscoDevNet / cisco-ftdv

Cisco Secure Firewall Threat Defense Virtual | Autoscale | Cluster | More . . .
Apache License 2.0
15 stars 24 forks source link

ftdv-ilb is failing in Azure ARM deployment #30

Closed BoostSebastian closed 1 year ago

BoostSebastian commented 1 year ago

Hi.

When trying to deploy the AutoScaler FTDv för Azure via ARM I'm getting the following: Worth mentioning is that all resources exept ftdv-ilb is working and can't se any difference between ftdv-ilb and ftdv-elb.

{
    "status": "Failed",
    "error": {
        "code": "InvalidResourceReference",
        "message": "Resource /subscriptions/08b5eae9-f8bc-418e-ab44-a4ce25959426/resourceGroups/CISCO-VIRTUALNET-RG/providers/Microsoft.Network/virtualNetworks/CISCO-VIRTUALNET referenced by resource /subscriptions/08b5eae9-f8bc-418e-ab44-a4ce25959426/resourceGroups/FirePowerDelete/providers/Microsoft.Network/loadBalancers/ftdv-ilb was not found. Please make sure that the referenced resource exists, and that both resources are in the same region.",
        "details": [
            {
                "code": "NotFound",
                "message": "Resource /subscriptions/08b5eae9-f8bc-418e-ab44-a4ce25959426/resourceGroups/CISCO-VIRTUALNET-RG/providers/Microsoft.Network/virtualNetworks/CISCO-VIRTUALNET not found."
            }
        ]
    }
}

I'm using the .json at https://github.com/CiscoDevNet/cisco-ftdv/tree/master/autoscale/azure/ARM%20Template

ganesh-patwardhan commented 1 year ago

I am sure you are populating 'virtualNetworkRg' this variable with wrong value (its using default value) Or you dont have Vnet 'CISCO-VIRTUALNET' in this Resource Group (even this is default value)

BoostSebastian commented 1 year ago

If I create all the mentioned vNets and subnets in the ARM template it is working 👍