has anyone used Pulumi to create an Application Ga...
# general
b
has anyone used Pulumi to create an Application Gateway in Azure? I am unable to do so, even with minimal configuration settings.
b
what have you tried? what error are you getting?
b
Here is what I have tried:
Copy code
const app_gateway = new azure_native.network.ApplicationGateway(app_gateway_name, { resourceGroupName: RESOURCE_GROUP_NAME }, { protect: true});
and this is the error:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (dev-dev2):
    error: update failed

  azure-native:network:ApplicationGateway (wabbi-dev2-app-gateway):
    error: Code="InternalServerError" Message="An error occurred." Details=[]