Category Archives: Azure

How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error?

Summary I tried using the FHIRBase and FHIRClinical power platform connectors for my project. I got the following error. FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded. You will find the … Continue reading

Posted in Azure, FHIR, Technical Stuff | Leave a comment

How to get a list of Site Collection Admins for a SharePoint site?

Summary My customer had a requirement to get the list of Site Collection Admins (SCAs) for any site within the tenant for anyone in the organization. The need of the user is to find additional information from the SCA. This … Continue reading

Posted in Azure, PnP.PowerShell, SharePoint | Leave a comment

How to automate and govern the “Sites.Selected” permissions using a custom tool?

Summary Earlier, I posted an article regarding the “Sites.Selected” MS Graph permission to create the granular permissions for sites. The following is the link for the article. How does the MS Graph “Sites.Selected” permission work for granular permissions for SPO … Continue reading

Posted in Azure, PnP.PowerShell, SharePoint | 2 Comments

Securing REST Web API in ASP.NET

The REST Web Api endpoint the customer has developed & deployed to Azure website has anonymous access. The REST end point must be secured. I was investigating the best and easier way to secure the REST endpoint in ASP.NET. There … Continue reading

Posted in Azure | Leave a comment

Azure DocumentDB

Came across first time Azure Document DB. In your Azure portal go to the Avatar (Your profile) click to go to the new Azure Management Portal. In this new Azure management portal you can create DocumentDB instance. The cool part … Continue reading

Posted in Azure | Leave a comment