Posts

Showing posts from June, 2020

Azure resource and service creation using Azure UI - part1

Image
This post is all about how to create some basis services in Azure like starting from resource group, DB, storage etc. Entire post is self explanatory and step-by-step process in pictorial way. To start with, login your Azure account at http://portal.azure.com / and then follow the steps below. First thing is to create the  Resource Group . Whatever resource I'm going to create here should be under one  Resource Group .  Click on Resource group icon or  click on ' Create a resource ' and then search on ' Resource Group' landed you Resource Group creation page. next, select your subscription from dropdown list and enter the name of the  Resource Group ( here it is   POC-WS-TO-ADF ) which is going to be created. Once creation completes, Azure shows the information and allow to go the resource group home page. Now, I wanna like to create on SQL DB resource. Following step-1 process i.e. clicking on ' Create a resource ' and then search SQL DB or clicking on SQ

Power Apps Tips

Empower your team, build high productivity Business Apps without doing lots of hardcoding – Power Apps is the current trend -   Platform as Service on M 365  Platform. Microsoft Power Apps service url to know better about it https://powerapps.microsoft.com/en-us/ In today’s post, I’ll walkthrough couple of tips, how-to in Power Apps world. Let’s start. How to put text color in Power Apps form – Label control do have a property called Color . Placing the color value like ColorValue(“Color.Aqua”) make the text color aqua in the form. How can we allow TAB control works on the PowerApps form – Control do have a property called ‘TabIndex’ . This contains number and based on the sequence number, keyboard TAB control move forward one after another.  How to move all controls in the PowerApps form at the same time – Place all your controls inside a Form, and move the form or resize the form. Using Multiline property of the Mode property of the Textbox, you can allow the control to appl