Tag: Azure

Application InsightsAzureAzure API Management

Emit custom metrics from Azure API Management

In the July release of Azure API Management, they’ve added the feature to emit custom metrics to Application Insights.  If you follow my blog, you …

Emit custom metrics from Azure API Management
AzureAzure API Management

Dynamically expose Open API definitions in Azure API Management

Open API is currently the most common used API standard out there.  API Management has full support for this standard.  The basis of this standard is…

Dynamically expose Open API definitions in Azure API Management
Application InsightsAzureAzure API Management

Send API inspector traces to Application Insights

In the December 2020 release of Azure API Management, there was a release note that drew my attention: You can now log API inspector traces to …

Send API inspector traces to Application Insights
AzureAzure API Management

Layered API design in Azure API Management — Your Azure Coach

Designing and composing APIs is a very subjective matter and there are many ways to success (and even more to failure).  One approach I’ve always liked is the way MuleSoft describes it.  They define three layers of APIs: Experience APIs: purpose-built APIs for specific apps, also known as BFFs (Backend for Frontend) Process APIs: domain-driven business…

Layered API design in Azure API Management — Your Azure Coach
AzureCommunity

Global Azure 2022 is happening!

Ready for another #GlobalAzure event? Global Azure 2022 is happening May 5-7. Please take a look at this blog post for more details and how you can help.

https://blog.globalazure.net/Blog/Post/283/It-is-time-for-Global-Azure-2022

Enjoy!

CommunityMVPPersonal Development

Callon Campbell awarded 2021-2022 Microsoft MVP in Azure

This month I received an exciting email from Microsoft that I was re-awarded for a fourth year now for the 2021 – 2022 Microsoft Most Valuable (MVP) award in Azure. Receiving the Microsoft MVP award is both a humbling and an exciting experience. It means you’re a member of a select group of experts of just over 3,000 MVPs from around the world, but I like to think of it as doing something I’m passionate about with other like minded individuals, having fun and always having something new to learn and share with the community.

The Microsoft MVP Award is an annual award that recognizes exceptional technology community leaders worldwide who actively share their high quality, real world expertise with users and Microsoft. All of us at Microsoft recognize and appreciate Callon’s extraordinary contributions and want to take this opportunity to share our appreciation with you.

The Microsoft Most Valuable Professional (MVP) Award Team
Microsoft Corporation

Since becoming a Microsoft MVP, I’ve learned a lot about the community and continued to share my passion, knowledge and experience within the community around Architecture and Development in Azure, Serverless, and DevOps technologies. I also keep a keen eye on what’s happening on the data technologies like Cosmos DB and Azure SQL.

Once again the MVP Summit back in March was virtual due to COVID-19, but with a little luck I’m hoping for an in person experience in 2022. This is an amazing experience to connect with the product teams and MVPs from around the world – even if it was virtually this year.

If you’re interested in learning about the Microsoft MVP program and seeing what it takes to become a Microsoft MVP, or how to get awarded, I encourage you to take a look at the Microsoft MVP website and also the following article on “How to become a Microsoft MVP” where they explain some of the details of the program.

To wrap up this post I would like to congratulate all the other newly awarded, or renewed Microsoft MVP’s all over the world! You truly are an amazing community and I’m truly humbled and honored to be part of this group.

Enjoy!

References

Microsoft MVP Award

How to become a Microsoft MVP

Callon Campbell MVP Profile

AzureCloud

An overview of Azure Web PubSub | Azure Friday

In this episode of Azure Friday, David Fowler and Liangying Wei join Scott Hanselman to show how to build real-time applications with WebSockets and Azure Web PubSub, a fully managed service that supports native and serverless WebSockets. 

[0:00:23]– Introduction
[0:05:55]– Live chat demo
[0:12:52]– Collaborative whiteboard demo
[0:13:41]– Using with ngrok and CloudEvents
[0:17:30]– Using Azure CLI to broadcast messages
[0:18:45]– Wrap-up

Source: Channel 9

Resources

AIAzureEventsLearning

Microsoft Build 2021 Book of News

What is the Book of News? The Microsoft Build 2021 Book of News is your guide to the key news items that are announced at Build 2021.

As expected there is a lot of focus on Azure and AI, followed by Microsoft 365, Security, Windows, and Edge & Bing. This year the book of news is interactive instead of being a PDF.

Some of my favorite announcements

Azure Cloud Native and Application Platform

  • Running Azure app services being able to run on Kubernetes clusters anywhere with Azure Arc
  • Native support for WebSocket APIs in Azure API Management is now in preview
  • Azure Communication Services, the first fully managed communication platform offering from a major cloud provider, has new intelligent features and functionality to complete customers’ end-to-end communication experiences
  • Azure Logic Apps is now updated with new hosting options, improved performance and developer workflows
  • Durable Functions, an extension to Azure Functions that lets users write serverless workflows, now supports PowerShell

Azure Cosmos DB

  • With the introduction of the partial document update for Azure Cosmos DB, developers can modify specific fields or properties within a document without requiring a full document read and replace
  • Azure Cosmos DB serverless is now generally available for all APIs (Core, MongoDB, Cassandra, Gremlin and Table)
  • Azure Cosmos DB Linux emulator is now in preview
  • Azure Cosmos DB expanded free tier is now generally available
  • Azure Cosmos DB integrated cache is now in preview
  • Always Encrypted for Azure Cosmos DB is now in preview
  • Azure Cosmos DB role-based access control (RBAC) is now generally available

Click here to read the Microsoft Build 2021 Book of News!

Enjoy!

Resources

Build cloud-native applications that run anywhere.

Microsoft Build 2021: What’s new with Azure Communication Services?

Learn more about Azure Cosmos DB integrated cache and Azure Cosmos DB serverless.

AzureCloudDeveloperEventsIoT

Microsoft Ignite 2021 Book of News (March 2-4)

Microsoft Ignite starts today and runs until March 4. Once again this is a virtual event and registration will remain open during the duration of the event. You can register at https://register.ignite.microsoft.com/

As typical Microsoft provides a Book of News for the event. What is the Book of News? The Microsoft Ignite 2021 Book of News is your guide to the key news items that are announced at Ignite 2021.

Click here to read the Microsoft Ignite 2021 Book of News!

Further reading

If you missed out on Microsoft Ignite 2020 or want to quickly see what was announced, checkout the Microsoft Ignite 2020 Book of News for what was announced at that event.

Enjoy!

AzureCloud

How Azure App Configuration helps developers roll out new features | Azure Friday

In this episode of Azure Friday, Jimmy Campbell is back to show Scott Hanselman how to use App Configuration for feature management. Traditionally, shipping a new application feature requires a complete redeployment of the application itself, and testing a feature often requires multiple deployments of the application. Now you can use feature flags in App Configuration to grant early access to new app functionality in production.

[0:00:00]– Introduction
[0:00:24]– Episode start
[0:03:47]– Demo: Simple feature flags
[0:06:56]– Exploring the code
[0:12:26]– Demo: Conditional processing with feature filters
[0:19:35]– Episode wrap-up

Source: Channel 9

Resources