After calling the IntegrationServiceEnvironments_CreateOrUpdate method and waiting for the deployment to finish, the API will return the following error, but the resource is actually created and can be obtained through the REST API Get method
RestApi return
Azure.RequestFailedException: Encountered internal server error. The tracking Id is '*******-*********-*******-********'.
Status: 200 (OK)
ErrorCode: InternalServerError
Portal operation log
{
"status": "Failed",
"error": {
"code": "ResourceOperationFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "InternalServerError",
"message": "Encountered internal server error. The tracking Id is '******-******-*****-*****-******'."
}
]
}
}
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.
Issue Details
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}
- Operation Id: IntegrationServiceEnvironments_CreateOrUpdate
After calling the `IntegrationServiceEnvironments_CreateOrUpdate` method and waiting for the deployment to finish, the API will return the following error, but the resource is actually created and can be obtained through the REST API Get method
#### RestApi return
``` log
Azure.RequestFailedException: Encountered internal server error. The tracking Id is '*******-*********-*******-********'.
Status: 200 (OK)
ErrorCode: InternalServerError
```
#### Portal operation log
``` log
{
"status": "Failed",
"error": {
"code": "ResourceOperationFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "InternalServerError",
"message": "Encountered internal server error. The tracking Id is '******-******-*****-*****-******'."
}
]
}
}
```
After calling the
IntegrationServiceEnvironments_CreateOrUpdate
method and waiting for the deployment to finish, the API will return the following error, but the resource is actually created and can be obtained through the REST API Get methodRestApi return
Portal operation log