An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
We still don't know the reason, but updating the data gateway to latest version helped resolve the issue.
thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have setup the data gateway and the LogicApp was working fine, connecting to onprem sql using the SQL connector to execute SP.
All of a sudden, it stopped working and I am seeing below errors at the SQL Connection.
"error": {
"code": 502,
"source": "logic-apis-eastus.azure-apim.net",
"clientRequestId": "2d8c8916-d229-407f-af6d-5a774f081f7a",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Unexpected Exception : Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException: {\"error\":\"invalid_client\",\"error_description\":\"AADSTS1000502: The provided certificate is not within its specified validity window.
I chceked with the network team and confirmed that nothing has changed in the network config.
Any help appreciated.
Mayur
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
An Azure service that automates the access and use of data across clouds without writing code.
Answer accepted by question author
We still don't know the reason, but updating the data gateway to latest version helped resolve the issue.
thanks.