Technologies

Microsoft Azure | Storage Accounts/ Services -PowerShell

In our previous post, we have seen the ARM Template deployment for creating a storage account in Microsoft Azure. This post is a continuation of the same and now we will learn how to deploy a storage account using PowerShell. A few things to note: Ensure that Azure RM libraries and Azure Classic (optional) libraries …

Building Business Scenarios Using Microsoft PowerPlatform (PowerApps + Flow + PowerBI) P3/3

In this post we will see how we can create/ automate business scenarios with the Microsoft PowerPlatform. (Part 3 of 3) This post is a continuation on our work item for creating a solution on PowerPlatform for Ctrade Inc. Part 3 – Create a Power BI report to view the real-time status of the trade …

Building Business Scenarios Using Microsoft PowerPlatform (PowerApps + Flow + PowerBi) P2/3

In this post we will see how we can create/ automate business scenarios with the Microsoft PowerPlatform. (Part 2 of 3) This post is a continuation on our work item for creating a solution on PowerPlatform for Ctrade Inc. Part 2 – Create a Microsoft Flow to automate processes. Overview of the Microsoft Flow that we …

Building Business Scenarios Using Microsoft PowerPlatform (PowerApps + Flow + PowerBi) P1/3

In this post we will see how we can create/ automate business scenarios with the Microsoft PowerPlatform. (Part 1 of 3) Business Scenario: Ctrade Inc. is a small company with 4 employees and they major in cryptocurrency trading. The ideal process they follow is that the employees keep tracking the price data of the cryptocurrencies. …

Microsoft Azure Storage setup via Azure ARM Template – A step by step configuration

steps 15-21 for storage account

This post is in continuation to the previous post on Azure Storage Services where we learned how to deploy a storage account from the Azure portal. Now, we will explore the Azure Storage ARM Template deployment. Before we start with that, a few things to note: It is advised to use Microsoft Visual Studio with …