by George Chrysovaladis Grammatikos | Feb 4, 2023 | Power Apps, Power Platform
Hello folks, In this short post, I will explain how to use pen input control with two simple examples: projecting the pen input as an image and collecting the pen input as a value. Project the Pen Input to an image. In the Power Apps studio, select + Insert –...
by George Chrysovaladis Grammatikos | Feb 1, 2023 | Azure, DevOps
Terraform by HashiCorp is an infrastructure-as-code tool. It allows infrastructure automation to be deployed via code. With Terraform, infrastructure provisioning has been simplified by using a simple, human-readable syntax. Prerequisites An active Azure subscription...
by George Chrysovaladis Grammatikos | Jan 12, 2023 | Power Apps, Power Platform
The goal of this post is to demonstrate in practice the types of variables you can use when creating a Canvas application. There are three types of variables in power apps: Context : This type of variable are active for as long as you are on a specific screen; if you...
by George Chrysovaladis Grammatikos | Jan 10, 2023 | Azure, DevOps
Hiya folks, in this post, I will explain how easy you can create a deployment group and deploy a pipeline agent to an Azure (Windows) VM. Prerequisites An active Azure subscription (for the Azure VM deployment) An active Azure DevOps organization (check how to signup...
by George Chrysovaladis Grammatikos | Jan 4, 2023 | Azure, DevOps
This post will walk you through the steps of setting up a Personal Access Token (PAT) in an Azure DevOps organization. From your DevOps organization’s main page, on the top right side. Select the user setting and then “Personal access tokens”. Select...