Sometimes we need to import rules to NSG from an Excell file. I had to do it to allow communication with Salesforce – so I had to implement IP whitelist according to this: https://help.salesforce.com/…Read more
Month: May 2019
Azure Disk Encryption – upgrade from Azure AD
Old version Azure Disk Encryption with Azure AD app uses Extension AzureDiskEncryption version 1.*. New Azure Disk Encryption uses Extension AzureDiskEncryption version 2.*. Switching from AAD applica…Read more
Audit what Operating System is trying to run
Sometimes we need to know what application is doing in our operating system. Some scenario when we need it: We run installer to install application and track what installer trying to launch. I used i…Read more
Azure Disk Encryption – Troubleshooting
Azure Disk Encryption technology basis on Windows BitLocker technology– of course only for Windows VMs. Key for BitLocker is stored in Key Vault. Encryption Agent is responsible for transfer key from …Read more