How to create a local test playground of Azure Cosmos Db for .NET development 05-03-202202-03-2022 by Maytham Fahmi When I have started my first article series regarding How to unit testing Azure Blob Storage locally and GitHub few months back, I have never thought what comes next. I facing the same issue as I did with Azure Blob Storage, How can I unit test my Cosmos Db methods in .NET both locally and…. ShareTweetSharePin
How to start using Azure PowerShell in Docker 08-02-202226-01-2022 by Maytham Fahmi Recently I was reading that AzureRM PowerShell module is getting retried beginning of 2024. It sounds like long time, but nowadays, thing are going to fast and 2 years can fly so fast. I have chosen to install Azure PowerShell and play with it. Important Because Az PowerShell modules now have all the capabilities of…. ShareTweetSharePin
How to make mocked unit test for Azure Storage 08-02-202223-01-2022 by Maytham Fahmi As you have seen I have published 3 articles series on How to make integration test for Azure Storage. Mean while a few of you wrote to me on how can I make mocked unit test of the same methods that I presented in my article part 2. As you remember, we created a empty…. ShareTweetSharePin
How to make integration test for Azure Storage in C# – Part 3 15-11-202219-01-2022 by Maytham Fahmi So in the previous article part 2, we covered how to make a simple integration test of our Azure Blob Storage methods, and I assume the developers are as happy with the achievement as far as the office guys are. But, this integration test we made has 2 drawbacks: It requires fire-up Azurite docker and…. ShareTweetSharePin
How to make integration test for Azure Storage in C# – Part 2 15-11-202211-01-2022 by Maytham Fahmi In the first part and previous article, we covered how to install Azurite, an Azure Storage Emulator. We have also learned how to fire up a local emulator for testing. Now we will build a small storage app that can do basic stuff like, read, write and delete, and then we will test it with…. ShareTweetSharePin
How to make integration test for Azure Storage – Part Main 15-11-202205-01-2022 by Maytham Fahmi When I started programming, and before the age of moving solutions to Azure Cloud, I was not concerned about where to save my data. Because in most cases I used the same storage space where the code was hosted on. In most cases, the solution was on-premise within the same domain and there were no…. ShareTweetSharePin