I have a problem during deployment of an azure dat...
# azure
l
I have a problem during deployment of an azure data explorer with
Copy code
AzureNative.Kusto.Script
i always get the error:
azure-native:kusto:Script (script1):
error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The resource with identifier
t
This usually means that the parent resource does not exist. Are you specifying the parent names correctly? You can also run
pulumi up --debug -v=9 --logtostderr --logflow --yes --skip-preview
to log raw HTTP requests and see the actual URL that causes the error.
l
percentComplete":1.0,"properties":{"OperationKind":"DatabaseScriptCreateOrUpdate","RootActivityId"
:"GUID","provisioningState":"Succeeded","OperationState":"Completed"}} then it tries to get the operationsresults and gets an empty body and then it tries to get https://management.azure.com/subscriptions/someId/resourceGroups/devRg/providers/Micros[…]atabases/devDb/scripts/kustoScript1?api-version=2021-01-01 which result in an 404
t
Could you open an issue and attach those logs there (and a repro, ideally)? That would be very helpful.