Azure API Management - Developer Portal
How to create an Azure API Management Service with Developer Portal with CI/CD using Azure DevOps

Search for a command to run...
How to create an Azure API Management Service with Developer Portal with CI/CD using Azure DevOps

An OpenAPI definition has to be deployed to API Management. The deployment is done with Terraform. Will an updated OpenAPI definition also update API Management API and operations? The entire code can be found in GitHub https://github.com/PlanBGmbH/u...

API Management is receiving a SOAP POST request with XML in the request body. Data from the request body has to be forwarded to a GET operation Import SOAP Service The public soap service https://www.dataaccess.com/webservicesserver/numberconversion...

I wasn't aware that the paging size in the Cosmos Db Data explorer can be configured. So it was able to increase the page size from 100 to 1000, Settings The settings gear opens a configuration dialog: The dialog with Page options Enable cross-par...

Table of Contents 1 Objective2 Managed identity3 Azure Table binding Configure an identity-based connection Some connections in Azure Functions can be configured to use an identity instead of a secret. Support depends on the extension using the co...

Table of Contents 1 Functions2 Unit Tests The new webjobs extensions can be used for Azure Table Storage CRUD operations with Azure Functions: Add nuget package to your Azure Functionnuget.org: Microsoft.Azure.WebJobs.Extensions.Tables dotnet add p...

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...
