www.rickvandenbosch.net
Open in
urlscan Pro
13.107.253.40
Public Scan
Submitted URL: https://rickvandenbosch.net/
Effective URL: https://www.rickvandenbosch.net/
Submission: On December 10 via api from US — Scanned from CA
Effective URL: https://www.rickvandenbosch.net/
Submission: On December 10 via api from US — Scanned from CA
Form analysis
1 forms found in the DOM<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
<table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
<tbody>
<tr>
<td class="gsc-input">
<div class="gsc-input-box" id="gsc-iw-id1">
<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
<tbody>
<tr>
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; outline: none;"></td>
<td class="gsib_b">
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
<title>search</title>
<path
d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
</path>
</svg></button></td>
<td class="gsc-clear-button">
<div class="gsc-clear-button" title="clear results"> </div>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
Rick van den Bosch .NET * blog * news * speaker * contact * about × search Custom Search Sort by: Relevance Relevance Date HI, I'M RICK (A.K.A. RICKVDBOSCH) 👋🏻 … a Microsoft Azure MVP and Microsoft MCT who does cool things in Azure. I co-host Betatalks the podcast, write (open source) code and I am an international speaker. Besides architecting cloud systems and helping companies determine their cloud strategy I try to write blog posts about whatever I encounter during my work from time to time. Among other things…🤓 For a quick overview of online profiles, check Linktr.ee/rickvdbosch. For a more detailed overview, see my About page. RECENT BLOG API MANAGEMENT: ADVANCED USAGE QUOTA Introduction Azure API Management is a hybrid, multicloud management platform for APIs across all environments. For more information on API Management, check out Microsoft Docs: About API Management. API Management (APIM) is an Azure service that enables you to manage APIs as first-class assets throughout their lifecycle. It consists of an API Gateway, a management plane and a developer portal. All these components are hosted in Azure and are completely managed by default. read more: API Management: advanced usage quota BUILDING A DISCORD BOT WITH AZURE LOGIC APPS The Betatalks Discord A few months ago we’ve started a Betatalks Discord server to build a community and enable our friends to discuss all the Betatalks content we put out there. Think about the Betatalks videos on YouTube, Betatalks live events and the most recent addition: Betatalks the podcast. To notify the corresponding Discord channels about new Betatalks videos or Betatalks the podcast episodes, I created Azure Logic Apps to check for new additions and post them to the webhook. read more: Building a Discord bot with Azure Logic Apps USING AZURE APP CONFIGURATION IN .NET 5 FUNCTIONS Azure .NET 5 Functions A lot has been said about .NET 5 support for Azure Functions. The most important news: it is now officially supported! 🥳 To enable running Azure Functions with .NET 5, the new Isolated Model enables Functions to run as an out-of-process language worker separate from the Azure Functions runtime. This way you’ll have full control over the Function’s dependencies on one hand, and new features like a middleware pipeline on the other. read more: Using Azure App Configuration in .NET 5 Functions AZURE STATIC WEB APPS: UPDATE After my two previous posts Azure Static Web Apps: a first look and Azure Static Web Apps: quirks & gotchas, let’s have an updated look at ASWA in this post. Support for new languages 👩🏻💻 Announced at Microsoft Ignite this year, Blazor and C# APIs now supported in Azure Static Web Apps. This enables .NET developers to build and deploy full stack .NET applications with Static Web Apps. Blazor support Since ASWA is a static hosting option, which means we don’t have a server component*, the Blazor support for ASWA means support for Blazor WebAssembly. read more: Azure Static Web Apps: UPDATE SERVERLESS: POWER AUTOMATE It’s Serverless September! The one month a year in which we can keep talking about Serverless to our friends without feeling bad about it. So here goes … 🤓 In this post we’ll have a look at Power Automate. Because of the low code / no code nature of the service, it’s a great fit for citizen developers to automate (business) processes. And although I love to code, it’s good to also look at these other types of services that expand the Serverless universe. read more: Serverless: Power Automate MORE AZURE STATIC WEB APPS: QUIRKS & GOTCHAS AZURE STATIC WEB APPS: A FIRST LOOK HOSTING YOUR HUGO WEBSITE ON AZURE - PART I THE RIGHT TOOL FOR THE JOB: DATA STORE All Blog MICROSOFT AZURE MVP -------------------------------------------------------------------------------- OUR USER GROUP -------------------------------------------------------------------------------- MY EMPLOYER -------------------------------------------------------------------------------- SUPPORT ME -------------------------------------------------------------------------------- GitHub sponsors Ko-fi © Rick van den Bosch .NET 2022