SharePoint Azure and o365 Blog
Saturday, February 12, 2022
T-SQL Commands to set cross subscription Azure SQL Server DB replication
›
Setting replication between Azure SQL databases are very important as it helps in recovering your application during any disaster. Same sub...
Azure VMSS VM Instance Status using powershell - Get-AzureRmVmssVM
›
The below powershell script helps you to check the status of VM Instances inside a Virtual Machine Scale Sets. This will check the Status w...
Friday, January 28, 2022
Pass List of users and get Azure AD Signin logs
›
Pass List of users and get Azure AD Signin logs. You can loop through AD users in case of no list of users to pass. Note that this gives lo...
Monday, December 6, 2021
Powershell script to export certificate from Azure Keyvault
›
# Replace these variables with your own values $vaultName = "<key vault name>" $certificateName = "<certificate n...
Wednesday, November 10, 2021
Add VMSS extensions with settings and protected settings- Powershell
›
The below script guides you to add/remove a vmss extension in Azure. The example is for adding Microsoft Monitoring Agent to Azure vmss whi...
Wednesday, October 27, 2021
Authenticate Azure APIM using Managed Identity to access Storage Account
›
< policies > < inbound > <!-- check the cache for secret first --> < cache-lookup-value key = ...
‹
›
Home
View web version