SSH is an encrypted connection protocol that allows secure sign-ins over unsecured connections. SSH is the default connection protocol for Linux VMs hosted in Azure.
Azure
Resolve PowerShell and VS 2017 community edition errors
Resolve error like “The term ‘Get-AzureRmEnvironment’ is not recognized”
How to create windows VSTS build agent using ARM template in Visual studio 2017
Using ARM template you can create new Windows VM in a new vnet, storage account, nic, and public ip with the new compute stack then install the Visual Studio Team Services build agent.
Using PowerBI to securely access AWS S3 objects using presigned URLs
Using Presigned URL, the S3 objects can be accessed securely in PowerBI for limited time.
How to download all the files and folders from Azure File Storage using PowerShell script
You can download files and folders from Azure File storage using this PowerShell script. You can use service principal who has access to Key vault and storage account. The storage account secret can be saved in Key vault to be accessed through PowerShell script.
Fix errors observed during deployment of resources to Azure using ARM template via VS 2017
Fix errors observed during deployment of resources to Azure using ARM template via VS 2017
How to authorize access to Azure storage using Shared Key Authorization in Postman
Shared Key authorization for blobs, files, queues, and tables. A client using Shared Key passes a header with every request that is signed using the storage account access key.
How to authenticate service principal with ‘client_secret’ in Pre-Request Scripts using Postman
Service Principal can be authenticated for azure resources by adding scripts to Pre-Request Scripts section in Postman.
How to use Azure blob storage service REST API operations using POSTMAN
REST API for the Blob service can be used to upload, manage, organize, and delete text and binary data.
How to authenticate azure service principal with ‘client secret’ using Postman
Postman can make REST API call to get access_token for a service principal authenticated with Azure AD.