Error while debugging Azure Functions Locally
Problem: Received an error while trying to debug an Azure Function locally in VSCode. Error: Failed to verify “AzureWebJobsStorage” connection specified in “local.settings.json”. Is the local emul...
Problem: Received an error while trying to debug an Azure Function locally in VSCode. Error: Failed to verify “AzureWebJobsStorage” connection specified in “local.settings.json”. Is the local emul...
Prerequisities Operating System MacOS OS Architecture Arm64 Tools Docker Desktop Step-by-Step Instruction to install Gitl...
Introduction to AWS IAM AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. It allows you to manage users, groups, and permission...
Shell Get a single column from an array: az ad app list --query "[].displayName" Get multiple columns from an array az ad app list --query "[].{Name:displayName, Created:create...
Error: The token needs to be in JWS or JWE Compact Serialization Format $accessToken = az account get-access-token --query accessToken $accessTokenSecure = ConvertTo-SecureString $accessToken -AsP...
Veritas: Managing the security posture for 3 veritas products: ASP, AMP & ITA. ASP: Qualys Deployment Qualys and JIRA integration ...
macOS is the operating system developed by Apple Inc. for their Macintosh computers. It is known for its sleek design, user-friendly interface, and seamless integration with other Apple devices. In...
Problem: Received an error while running docker images on MacOS. Error: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) Cause: The requeste...
Git Common Commands git --version Check the git version git init To initialize a directory git remote add origin "https://<path-to-git...
Introduction to Computer Vision: CV is a field of artificial intelligence that trains machines to understand and interpret the visual world. Appliances that use or manipulate images tend to us...