Usually, I use Postman for doing REST requests. But from time to time, Postman takes a long time to start or it crashes. So I had a look into VS Code with REST Client. It's straight forward to use it. Please find a short [tutorial] (https://dev.to/te...
Table of Contents 1 Current project situation2 Hub and Spoke network3 VNet Peering4 Lab4.1 Lab Topology4.2 Lab VNet4.2.1 Lab VNet Peering4.3 Lab Functions4.3.1 Lab Functions - VNet 4.3.2 Functions - Access Restrictions4.4 Lab API Management4.4.1 Lab ...
Table of Contents 1 Objective2 Cosmos DB3 Azure Function4 Result 1 Objective Data in the Cosmos DB has to be optimized for querying. Therefore some best practices have to be considered. Best practices for Azure Cosmos DB: Data modeling, Partitioni...
To create an Azure API Management API or Operation you have to use the current version of Azure CLI: Install Azure CLI Check installed version: az --version Install or update Azure CLI Login Before creating the API you have to be logged in. Maybe yo...
Table of Contents 1 Objective2 Create app3 Repository4 Setup Azure Environment5 GitHub Actions5.1 GitHub Actions - Deployment6 Result 1 Objective For learning purposes, I want to create a simple ASP.NET Core app and deploy it. The focus is on GitH...
Table of Contents 1 Objective2 Create SOAP API3 Policy4 Request5 Blob 1 Objective An external system has to send data but it's only capable to send SOAP messages. REST does not work for this system.API Management has to expose an endpoint to receive...