Scenario You want to create an internal application for your organization which is accessible to all internal users. Now you decide to host the application in Azure and you use the native Azure way of protecting the app by enabling the App service authentication and configuring Azure AD authentication like below: Now this will make … Continue reading Block guest/external users from internal Enterprise Azure applications
Category: Azure
Connecting to Azure Analysis Services using ADOMD
Skip the blog and check the Github repo for full sample code Azure Analysis Services is a new service (Paas) in Azure where you can create semantic data models. It provides easier and faster way to query against massive amount of data using clients like Power BI, Excel and other reporting clients (Tableu etc). For … Continue reading Connecting to Azure Analysis Services using ADOMD
Compare- Microsoft Graph API vs Azure AD Graph API
For a long time I have been a big lazy developer. I was quite happy in my world of on-premise computing and writing add-ins for my on-premise SharePoint unaware of what's happening in the cloud. Then suddenly we decided to migrate to Office 365 and reality struck me hard. The azure world is so different and … Continue reading Compare- Microsoft Graph API vs Azure AD Graph API
Quick guide to basics of Microsoft Graph API
What is Microsoft Graph? Microsoft Graph is a REST API endpoint exposed via https://graph.microsoft.com. It provides a unified access endpoint to all the data, office graph intelligence and insights available inside your Office 365 tenant. If you are familiar with Facebook's Graph API you can consider this as Office 365 version of that. Wait, but Office … Continue reading Quick guide to basics of Microsoft Graph API