How to secure your Azure App Service with free managed certificates

A step-by-step guide 🔐 Maximize Security with Free Managed Certificates on Azure App Service If you are hosting your web applications on Azure App Service, you might want to secure them with HTTPS protocol and encrypt the communication between your clients and your server. HTTPS not only protects your users' data and privacy, but also improves … Continue reading How to secure your Azure App Service with free managed certificates

Create a Power Apps Canvas App from a drawing with the help of OCR !!!

Developing an app is a breeze! Get started by envisioning your app's design through an expressive sketch. Take a look at the following sample illustration I've created. Ensure that your drawing is neat and legible so that the OCR (Optical Character Recognition) can accurately capture your intended image. Log in to Power Apps maker portal … Continue reading Create a Power Apps Canvas App from a drawing with the help of OCR !!!

How to fix :ps1 is not digitally signed. You cannot run this script on the current system.

If you ever experienced this I'm sure you know how irritating that may be. To fix it you have to run the command below to run Set-ExecutionPolicy and change the Execution Policy setting. Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass The command Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass sets the execution policy for the current PowerShell process to … Continue reading How to fix :ps1 is not digitally signed. You cannot run this script on the current system.