Hello, I am trying to create Postgresql flexible s...
# azure
b
Hello, I am trying to create Postgresql flexible server using the package mentioned here : https://github.com/pulumi/pulumi-azure-native/blob/master/examples/postgres/index.ts, however I am getting
error: Code="InternalServerError" Message="An unexpected error occured while processing the request. Tracking ID: '1b8eb450-dc7a-4bc7-8007-43d69d7ea22e'"
. Any idea what could be the issue?
t
It sounds like an Azure issue… Have you checked the activity logs - maybe some more details in there?
b
The resource is not being created to check the activity logs. While creating the server itself, it gets stuck and then later I get the error mentioned. Also wanted to know, if we don't specify anything for network parameter, will it consider publicNetworkAccess to enabled by default?
t
You should be able to see its activity logs if you look in the resource group logs
b
Yes correct. I can see but again the same error code and description. Detailed error description is not provided.
t
I’m afraid you may need to ask Azure support then…
125 Views