Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Saving time with Azure Resource Graph
Saving time with Azure Resource Graph
Blog Posts

This year, at the Ignite conference, Microsoft announced Azure Resource Graph service. As we can read in the documentation, Azure Resource Graph is: a service in Azure that is designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query at scale across all subscriptions and management groups so… READ MORE

Latest on the ESPC Community
Latest on the ESPC Community
Blog Posts

Grow and enhance your skills with the European SharePoint, Office 365 & Azure Community. Joining the ESPC Community, gives you access to the online resource centre at sharepointeurope.com, providing the best, free content on SharePoint, Azure and Office 365. Topics covered include Microsoft Teams, SharePoint, SharePoint Framework, Office 365 Groups, OneDrive, PowerApps & Flow, Security,… READ MORE

Adding Authentication to your HTTP Triggered Azure Functions
Adding Authentication to your HTTP Triggered Azure Functions
Blog Posts

Azure Functions are great! HTTP triggered Azure Functions are also great, but there’s one downside. All HTTP triggered Azure Functions are publicly available. While this might be useful in a lot of scenario’s, it’s also quite possible you don’t want ‘strangers’ hitting your public endpoints all the time. One way you can solve this is… READ MORE

Securing a React Application with Azure AD which consumes a REST API also Secured with Azure AD to Manage Office 365 Tenants
Securing a React Application with Azure AD which consumes a REST API also Secured with Azure AD to Manage Office 365 Tenants
Blog Posts

Series: 1. Securing React App with Azure AD (this post) 2. Setting Up Azure Key Vault with an Azure Website (Web API) 3. Running tenant specific operations (Create modern site, etc) 4. Leveraging Office PnP Core to Create Communication Sites with Saved Page Templates ____________________________________________________________________________ Last year, I had an idea, I wanted to create a… READ MORE

Getting Started with Azure Event Grid
Getting Started with Azure Event Grid
Blog Posts

Azure Event Grid is an awesome service in Azure, which connects applications together through event messaging. This way of working decouples application components, which enables more scalability, maintainability and extensibility. The image below illustrates this. Orders are written in an Azure Cosmos DB database. Event Grid reacts to each new order and publishes that as an event and… READ MORE

Azure API Management Feature: SOAP to REST
Azure API Management Feature: SOAP to REST
Blog Posts

This is the second post in a multi part series on the features of Azure API Management. As with the previous post where I demonstrated publishing a SOAP Services with pass-through, this time I am going to demonstrate publishing the same SOAP Service as REST, using the SOAP to REST feature of API Management, I consider this… READ MORE