Olivier Miossec
Blogs, Articles, and Posts
PowerShell, Files and Azure Storage Account Blobs
(dev.to)
Azure Storage Blob is a cost-effective solution to store any kind of file in the cloud. It's secure,
By: Olivier Miossec submitted:Jun 15 2022
Azure Storage Blob is a cost-effective solution to store any kind of file in the cloud. It's secure,
reliable and resilient. More, Blob can be used as a trigger for Azure Functions when you add a file and you can play with different pricing tiers.
By: Olivier Miossec submitted:Jun 15 2022
Unit testing in PowerShell, introduction to Pester
(dev.to)
When people (at least IT people) thinks about PowerShell, they think about some magic commands and
By: Olivier Miossec submitted:Jun 15 2022
When people (at least IT people) thinks about PowerShell, they think about some magic commands and
maybe about some scripts and sometime more. PowerShell is more than that. It's not only a sequential programming language it's also a functional language. You can create functions and modules, but not only you can use it as configuration management with DSC and other tools, you can use it in serverless platforms like AWS Lambda or Azure Functions, you can build cloud solutions either on Azure or AWS. You can build complete solutions with PowerShell.
By: Olivier Miossec submitted:Jun 15 2022
Using PowerShell to rename, move or reconnect an Azure VM
(dev.to)
Sometimes you need to change something on a VM. You may want to rename it for compliance reasons,
By: Olivier Miossec submitted:Jun 16 2022
Sometimes you need to change something on a VM. You may want to rename it for compliance reasons,
change the network, change the disk name, etc
By: Olivier Miossec submitted:Jun 16 2022