Tag Archives: Azure

Create blob storage in Azure with PowerShell

In this post I will show you how to create blob storage in Azure with PowerShell. Azure blob storage is great for storing large amount of  data that is accessible from all around the world through HTTP or HTTPS. I … Continue reading

Posted in Powershell | Tagged , , , , , | 1 Comment

Configure a SMTP server in Azure

Sometimes in my scripts I need to send the result in a mail, but I don’t always have access to a SMTP server, so I decided to configure a SMTP server in Azure that I can use. I will use … Continue reading

Posted in Azure, Powershell | Tagged , , , , | 9 Comments