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 …
This is currently, the hot topic in India who will win the 2019 election of India and become Prime Minister. Although, 90% of people know who will come again . This subject gave me an opportunity to use my favorite tools Microsoft Flow, Power BI, and Microsoft Form. Our aim is here to create a …
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 …
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 …
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. …
As developer /QA it is always a challenge to check the application on different parameters and Data Load is one of them. Sometimes it is not easy to generate the load manually and we may skip this very important process to check our application on different data load which may cause extra pain to our …
As you may aware Microsoft Azure provides you a bunch of services, feature and Azure Logic Apps is one of the best Service which Microsoft provides to automate, orchestrate tasks, business process etc. Logic Apps is the simplest visual designer solution to solve your simple to advance problem without writing a complex logic. I know …
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 …
A good database design provides the best performance during data manipulation which results in the best performance of an application. During database designing and data manipulation we should consider the following key points: 1). Make sure that every table in your database has a primary key : This will ensure that every table has a …
The First release of ASP.NET came out almost 15 year back as a part of .Net Framework. Since millions of developers have used it to developed the web apps, During this period Microsoft added and evolved many capabilities to it. Now a Era begin and ASP.NET Core come in picture. It’s not completely developed but …