https://pulumi.com logo
#general
Title
# general
b

breezy-greece-3236

07/19/2022, 9:48 PM
has anyone used Pulumi to create an Application Gateway in Azure? I am unable to do so, even with minimal configuration settings.
b

billowy-army-68599

07/19/2022, 10:44 PM
what have you tried? what error are you getting?
b

breezy-greece-3236

07/20/2022, 1:35 PM
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=[]
10 Views