SainiAshish

Results 2 issues of SainiAshish

I am using to get the txt records but it is returning null. DnsMessage dnsMessage = await DnsClient.Default.Resolve(DomainName.Parse("google.com"), RecordType.Txt) while non async version DnsMessage dnsMessage = DnsClient.Default.Resolve(DomainName.Parse("google.com"), RecordType.Txt) working fine.

We have a azure function app(App service plan) in which multiple http triggers are present. Sometimes functions app gets down and started throwing 503/502 and after restarting 2-3 times it...