A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Azure Automation can be an excellent PowerShell script orchestration tool. But as-is, you only have a limited number of PowerShell modules you can use in that environment. Luckily, though, we can ...
Until Microsoft adds a native command that easily connects virtual directories to Azure Web apps, we're going to have to do it ourselves. In the era before cloud computing, writing an entire article ...
Bypassing the Azure Portal and going straight to PowerShell will provide you with more options for managing Microsoft's cloud. Due to Microsoft's mission to provide services to a "cloud-first, ...
If your automated script takes action based on a value, it's critical to make sure the value is correct. Good thing PowerShell has ways to validate the values that are passed to a function. In recent ...