Sunday, January 28, 2018

Unable to connect - Azure Hybrid Connections

After you have configured the Azure App Service Hybrid connection, you might have a scenario when the Status of showing up as "Not Connected"

Azure Portal - > App Service -> Select App - > Networking - >Configure Hybrid connections

"Status : Not Connected"











One way to get more information on the issue is to run a get-hybridconnection powershell command in On-Prem client machine






In this case server was not connected to the internet. The server was placed in private subnet with no NAT gateway connectivity to internet. Once the server was connected to internet , issue was resolved.



No comments:

Handle the error “OwnershipControlsNotFoundError” for buckets created prior to April 2023 when the bucket ownership was defaulted to “Object Writer”

Here you go published a  python code sample written for migrating S3 bucket ownership controls between AWS accounts. The code is written to ...