Friday Fact: Logic Apps in VS Code fail to save if the Designer can’t resolve your API ID
When building Logic Apps in VS Code, there’s a key detail you should understand—especially when using the Designer It’s not just about how the Designer
Friday Fact: You Can Seamlessly Transfer Actions Between Portal and VS Code
One interesting feature of the GA Designer in Logic Apps is its ability to copy actions This functionality speeds up workflow development when you need
Logic App Standard: Trigger History Error – InvalidClientTrackingId
Last week, while trying to customize the Custom tracking ID property of the workflow trigger, we realized that there were no new executions of the workflow
Friday Fact: Logic App Standard workflow default page can be changed
Microsoft constantly improves and modifies the appearance of the Azure Portal, and as a result, Logic App Standard features sometimes change how they are
Friday Fact: Azure Key Vaults naming size limits and restrictions
Azure Key Vaults have various naming size limits and restrictions that developers or infra teams must consider when creating Key Vaults, Keys, Secrets, and
Key Vault Error: An error occurred while creating the secret ‘secret-name’.
This week, while trying to create a missing Key Vault secret for an ongoing project, I got a strange generic error saying: An error occurred while
Friday Fact: In the Logic App Standard tier, built-in connectors run locally within the same proc...
In the Logic App Standard tier, built-in connectors run locally within the same process as the logic app, reducing latency and improving performance This
How to enable API Management Connector inside VS Code Logic App Standard Workflow Designer
If you’ve been working with Azure Logic Apps Standard in Visual Studio Code and noticed that the API Management connector is conspicuously absent from the
Friday Fact: The old Logic App Designer has left the Azure Portal
It’s Friday, and you know what that means—it’s time for a Friday Fact that will either make you nostalgic or slightly relieved Did you know The old
Friday Fact: You can use Postman colection inside CI/CD Pipelines to do unit tests in your API Ma...
Testing APIs is a crucial part of ensuring that your applications work as expected When dealing with Azure API Management (APIM), exporting APIs for testing