Some basic PowerShell Commands which come handy while writing Powershell script.
powershell
Create a Azure API Management service instance with custom domain (SSL cert) using PowerShell script in Azure Devops using Release Pipelines
When you create an Azure API Management service instance, Azure assigns it a subdomain of azure-api.net. you can expose your API Management endpoints using your own custom domain name, such as contoso.com.
How to create PFX certificate using Azure App Service Certificate
If you are configuring Azure App Gateway, you need pfx certificate to for LISTENER . You can purchase App Service Certificate from Azure
How to configure the Dynamics 365 Online Data Export Service with an Azure SQL Database
Dynamics 365 (online) CRM data can be easily exported to Azure SQL database using Data Export Service.
Resolve – FullyQualifiedErrorId : There was an error with the service principal used for the deployment
Error related to Az module observed while running Azure PowerShell task in Azure Release Pipeline on Ubuntu (Linux) can be fixed.
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.
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.