SharePoint Azure and o365 Blog
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 = ...
Monday, October 25, 2021
Azure Devops- Code Coverage report for typescript
›
For running unit test, you can use Jasmine and the coverage report can be generated with nyc and report type as cobertura, which is support...
Tuesday, October 19, 2021
Azure Runbook to add VMMS ID to KeyVault access policy
›
#Comment: Make sure you are not using Application ID parameter while adding access policy as it will add the identity as on behalf of. # Pow...
Sunday, October 17, 2021
Powershell to update Azure DevOps pipeline variables automatically during the execution
›
Sometimes we have a scenario to update the devops pipeline variables dynamically during the task execution without having to update manual...
Azure Monitoring Agent extension for VMSS- Updating through ARM template
›
You can add multiple extensions to Azure VMSS through the extensionProfile of ARM template. The below script shows the extension configura...
‹
›
Home
View web version