Azure, add IP address to cloud service
Azure now supports multiple IP addresses per cloud service. This means you can, for example, host multiple websites, each running on a different IP address within one cloud service (1..n virtual machines)....
Azure now supports multiple IP addresses per cloud service. This means you can, for example, host multiple websites, each running on a different IP address within one cloud service (1..n virtual machines)....
After installing Azure CLI tools and trying to use them for the first time on Windows, I started getting "Credentials have expired, please reauthenticate Detailed error message from ADAL is as follows: Error: Entry not found in cache." error message...
Creating a self-signed certificate is simple - when you know the correct commands....
Azure Storage Emulator has logging capability but this is not enabled by default and it does not seem to be available via user interface....
Azure AD user had been initially created with a typo on his name. All the attributes had since then been fixed or so it looked like....
Steps for getting SSL certificate in pfx format (suitable for Azure for example)...
After setting up point-to-site VPNs on Azure, I thought I'd just throw in quickly also a site-to-site connection between the office Meraki MX device and the Azure VPN gateway....
I was building a simple tool to automate some uploads to Azure Blob Storage in Azure Functions. Decided to use PowerShell for that, since well, sounds like a job for PowerShell!...