Dig
https://toolbox.googleapps.com/apps/dig
Troubleshooting:
Issue: VS publish dialog shows no app settings and crashes if attempt to add app setting for Azure App Service.
Potential Cause and Solution: Network connectivity to Azure. (e.g. setup VS proxy http://www.cloudmatter.io/home/proxies )
Use personal access tokens (PATs) as alternate passwords to authenticate access toAzure DevOps . To leverage git command line with Azure DevOps PAT:
git clone https://Your_PAT@your-organization.visualstudio.com/your-project/_git/your-repository
Comments