Save on Azure costs for testing and training

If you want to continue testing and training in Azure after the free 30-day trial, you have quite a few options to save costs. In this article I give you a few tips on how to keep your Azure costs low. Contents of this article: Free solutions Nearly free solutions Understanding cost basics Keep tracking […]

Azure ExpressRoute path VS a VPN path diagram

The official diagrams are not always very explicit (at least for me). Especially about where Azure ExpressRoute starts… In fact, ExpressRoute starts at the Inernet Service Provider level, not at the customer level. And here is a self-explicit picture. And if you want to compare the network path with Site-to-Site VPN or Peer-to-Site VPN, here […]

[Solved] No valid module file was found in any module directory

Problem context Everything seems correct: The path is correctly set to find your PowerShell module (normally C:\Program Files\WindowsPowerShell\Modules) Your PowerShell module was correctly build Your files are in a subfolder of the C:\Program Files\WindowsPowerShell\Modules folder the PSM1 and PSD1 (if you created one) files have the same name as the folder name Your module is […]