Posts by this author

Aug 31, 2021
0
0

Deconstructing Azure PowerShell APIs with Fiddler

There are a ton of great PowerShell libraries out there that are super easy to use. Most of these just sit on top of standard REST APIs and abstract all the details away. When you are building code to use REST APIs, it’s easy to use Fiddler and a PowerShell API to generate your own sample of a working request payload.

RESTGraphAPI
Jun 17, 2021
0
0

Getting acquainted with Azure Synapse SQL Serverless

Synapse SQL Serverless was built for large-scale data processing. The service provides fault-tolerance and enables high reliability even for long-running queries involving very large datasets.

Azure SynapseServerless
Jun 16, 2021
0
0

Getting Started with Graph API and Teams

In this post, I’ll look at how to setup an app registration and move some of these concepts into a custom application that uses Graph API.  We'll build on an existing Graph Tutorial, review some concepts, and add support for sending a chat message in Teams.

RESTMicrosoft TeamsGraphAPI
Jun 16, 2021
0
0

Getting Started with Graph API and Graph Explorer

Some SDKs may be better tailored for a particular environment or language, but just about everything supports basic REST calls. That’s what makes Microsoft Graph API so attractive. Not only does it provide simple REST interfaces for all kinds of Microsoft products and services, but it’s relatively easy to work with.

RESTGraphAPI
Apr 27, 2021
0
0

How to deploy Angular app to Azure App Service running Linux from GitHub

This sample demonstrates how to deploy, from GitHub, an Angular single page application (SPA) to Azure App Service running Node.js on Linux. A continuous delivery/continuous integration pipeline will be also put in place with a GitHub Action.

AngularApp ServicesGitHub
Apr 25, 2021
0
0

Deploying an Azure APIM Self-Hosted Gateway

With so many customization and integrations options, organizations can leverage these powerful Azure services for a variety of architectures and applications. Self-hosted gateways help improve performance, while ensuring secure and efficient API traffic.

AzureAPI ManagementBryan Soltis
Apr 24, 2021
2
0

Workshop Spotlight: DevOps Fundamentals

The DevOps fundamentals workshop introduces the business value of DevOps then walks the attendees through the essential practices required for a healthy implementation of DevOps within an Organization.

DevOpsTraining