question

DiegoJuanes-2196 avatar image
0 Votes"
DiegoJuanes-2196 asked TakahitoIwasa answered

HTTPS NameResolutionFailure

Hi. I'm testing Logic Apps and I'm getting this error:
UnresolvableHostName. Http request failed with status code 'NameResolutionFailure' and status message: 'The remote name could not be resolved: ...
The scenario is as follows:
When a blob is added to a certain container, it triggers an http. The https address is from a web app deployed in a container

azure-logic-apps
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi, @DiegoJuanes-2196

Please tell me some to solve your problem.

  • Where is your container web app hosted?

  • Is the URL of the web application resolved?

  • It seems to use HTTPS communication. How is the SSL certificate configured?

Have you confirmed the following?
https://docs.microsoft.com/en-us/answers/questions/638013/logicapp-consumption-http-api-call-self-signed-cer.html

0 Votes 0 ·

It is a private container.
The URL is resolved.
Using Private key certificates (pfx)

0 Votes 0 ·

self-signed TLS/SSL certificates?

0 Votes 0 ·
Show more comments

1 Answer

TakahitoIwasa avatar image
0 Votes"
TakahitoIwasa answered

Hi, @DiegoJuanes-2196

I understand that you want to act on the HTTPS endpoint (self-signed) of a private container with the trigger that Blog was added to Logc Apps, but it is failing.

The following pages mention scenarios where you can use self-signing when making outbound calls in Logic Apps.

https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal#access-for-outbound-calls-to-other- services-and-systems

  • For Consumption logic apps in the multi-tenant Azure Logic Apps environment, HTTP operations don't permit self-signed TLS / SSL certificates.

  • For Standard logic apps in the single-tenant Azure Logic Apps environment, HTTP operations support self-signed TLS / SSL certificates. However, you have to complete a few extra steps for this authentication type.

If you are Standard logic apps (single-tenant), please refer to the following and double check if the settings are correct.

https://docs.microsoft.com/en-us/azure/connectors/connectors-native-http#tlsssl-certificate-authentication

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.