Key Vault Secret with soft delete wrong error message
ERROR: {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation failed Please list deployment operations
Creating Managed Identities API Connections for Logic Apps in Bicep/ARM
Recently I've been looking into moving all the API connections we have in Logic Apps (Consumption) to use Managed Identities as much as possible We had done
Optimizing for-each loops in Logic Apps with strings
I came to a challenging scenario where I needed to extract data from a cloud system by making several calls to that system API's and synchronize that with
Connecting an Azure Function to a SFTP server using SSH keys stored in Azure Key Vault
A couple weeks ago I posted a blog on configuring a Storage Account as a SFTP server I did that because I wanted to test the Azure Function that I was working
Configuring a Storage Account as a SFTP server
Recently I've been trying to connect to a On-Premises SFTP server using a SSH public-private keypair but I was having issues with Key Vault Because of
Open API Specification in Azure Functions
After a very long "winter" I'm back :) To start with I'll be sharing in this post how I did an Azure Function implementation with custom routes to show in
Azure DevOps Publish and Download Artifacts
For the past couple weeks I've been playing a lot with YAML Azure Pipelines And it's not as straightforward as I would like I can say It takes a lot of work
Creating a service connection in Azure DevOps
It has been a long time since I posted here It has a lot of reasons why is that like having my parents for a whole month, new responsibilities at work, the
Creating validation filters for WebAPI
While working in the development of new APIs for the organization that I work for, it came up with a couple of requirements to validate the input that the API
Azure Daily Budget Report Generator
Since we started using some Azure Services in our department, it came also the need to stay on top of the costs of the things we are doing I went right away