-
Recent Posts
- How to fix Azure Function App Deployment Error with Flex Plan and Storage Key Restrictions? October 30, 2025
- How to Authenticate and Query Azure Digital Twins using PowerShell? September 10, 2025
- How to Authenticate and Query Azure Digital Twins Using REST Client? September 10, 2025
- How to find the SharePoint Site is shared with “Everyone except external users”? May 29, 2025
- How to build Custom engagement hub channel for Copilot Studio? May 15, 2025
Recent Comments
Niro on How does the MS Graph “S… PC M on How does the MS Graph “S… Nikos Skatz on How to hide welcome message fo… VirEl on How to export Data Loss Preven… Arik on How to find all associated Pow… Archives
- October 2025
- September 2025
- May 2025
- October 2024
- June 2024
- May 2024
- April 2024
- January 2024
- October 2023
- August 2023
- July 2023
- June 2023
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
- Azure
- Build 2022
- Build 2023
- Build2020
- Cricket
- DLP
- Docker
- EntraID
- Exchange Online
- Facebook Developers Info
- FHIR
- Ignite2020
- MOSS 2007
- MS Graph
- PnP.PowerShell
- Power Apps
- Power Apps
- Power Automate
- powershell
- SharePoint
- SharePoint 2010
- SharePoint 2013
- Technical Stuff
- Uncategorized
- Windows 8.1
- Windows 8.1
Meta
Category Archives: Technical Stuff
How to fix Azure Function App Deployment Error with Flex Plan and Storage Key Restrictions?
Summary Deploying an Azure Function App on the Flex plan and attempting a deployment that writes blocks to a storage account can fail with the error: “Failed to upload the block to storage account: key based authentication is not permitted.” … Continue reading
Posted in Technical Stuff
Tagged ai, Azure, Azure Function, cloud, microsoft, Storage, technology
Leave a comment
How to Authenticate and Query Azure Digital Twins using PowerShell?
Summary Continuing from the last post, this entry explores how to achieve the desired outcome using PowerShell—step by step. Step By Step Solution Step # 1: Create a self-signed cert and export a PFX for Azure AD app authentication Intro: … Continue reading
How to Authenticate and Query Azure Digital Twins Using REST Client?
Summary Azure Digital Twins (ADT) is a powerful IoT platform for modeling and interacting with digital representations of real-world environments. Securely accessing ADT APIs requires Azure Active Directory (AAD) authentication, often using certificates for automation scenarios. This post explains how … Continue reading
How to find the SharePoint Site is shared with “Everyone except external users”?
Summary The customer requires a solution focused on SharePoint permissions. Specifically, the script is designed to identify sites that have the “Everyone except external users” permission applied. It will operate exclusively at the site level, reading permissions and reporting any … Continue reading
How to build Custom engagement hub channel for Copilot Studio?
Summary This blog post explores the process of transferring interactions to a live agent of a custom engagement hub, replicating the seamless transition experience as offered in Microsoft Dynamics 365 Customer Service (see video here). I will provide a detailed … Continue reading
Posted in Technical Stuff
Leave a comment
How to call Epic on FHIR using Postman?
Summary I was tasked to get Sandbox Epic test data using FHIR APIs. This article will briefly demonstrate how to setup the App on Epic?, How provide required permissions for the App? and How to call the API using the … Continue reading
Posted in FHIR, Power Apps, Power Apps, Power Automate, Technical Stuff
Tagged api, automation, Azure, oauth, postman
1 Comment
How to create a JSON string array in PowerApps?
Summary In Power Apps, creating a JSON object is easy. It can be initialized like this. We can use the JSON function to convert the above object to a string. It will give you the JSON string representation to pass … Continue reading
Posted in Power Apps, Power Apps
Leave a comment
How to solve PowerFx JSON double escape quotes problem?
Summary I encountered an interesting problem while working on an app with a JSON function. To remove the clutter of the complexities of the app, I will explain the need and problem in a simple scenario. Later I added the … Continue reading
Posted in Power Apps, Power Apps
Leave a comment
How to find and replace an array of strings from a large string variable using PowerFx?
Summary To remove the clutter of the requirement, let’s reproduce the problem here. I was given a large string variable. The value of the string had the following values. The last “99999999” values are the digits and they can be … Continue reading
Posted in Power Apps
1 Comment
Did you know the “addConnectorHideKey” query string parameter shows a hidden preview connector?
Summary I was working with a colleague who asked me to test the new preview connector built. Since this is a preview connector I was not able to see it in my demo tenant. I had to do the following … Continue reading
Posted in Technical Stuff
Leave a comment