azure

  • Liquid Mapping Issue when Input XML Contains Nested Nodes with the Same Name

    Liquid Mapping Issue when Input XML Contains Nested Nodes with the Same Name

    XML Input: <EVE>   <EVE>     <EVE.CAMS>       <EVE_CODE>20250806001</EVE_CODE>       <EVE_TITL>WPK -EVE TITLE EVI TEST</EVE_TITL>       <EVI>         <EVI.CAMS>           <EVI_SEQN>20250806101</EVI_SEQN>           <EVENT_TITLE>WPK -EVE TITLE EVI TEST</EVENT_TITLE>           <EVA>             <EVA.CAMS>               <EVA_CODE>WPK-01</EVA_CODE>               <EVA_EVEC>20250806201</EVA_EVEC>               <EVA_EVIS>20250806901</EVA_EVIS>               <EVA_SEQN>1</EVA_SEQN>             </EVA.CAMS>           </EVA>         </EVI.CAMS>       </EVI>     </EVE.CAMS>   </EVE> </EVE> Notice the nested EVE nodes, liquid is not able to navigate through this XML. For example this liquid assignment will not work: {%-…

    Know More

  • Azure Monitoring With and Without Nodinite

    Azure Monitoring With and Without Nodinite

    A while ago I created some videos highlighting how to monitor for 3 simple scenarios in Azure, using the Azure Portal and then using Nodinite: Playlist: Azure Monitoring with and without Nodinite The 3 Scenarios covered: Scenario 1 – Logic Application Failed Run Scenario 2 – Dead-Letters Scenario 3 – A disabled Logic Application Please…

    Know More

  • APIM Policy Expressions – Readme

    APIM Policy Expressions – Readme

    Know More

  • Becareful When Enabling SSH File Transfer Protocol (SFTP) support for Azure Blob Storage

    Becareful When Enabling SSH File Transfer Protocol (SFTP) support for Azure Blob Storage

    I had enabled SFTP on my blob storage in a personal subscription, not realising the costings: SFTP support for Azure Blob Storage – Azure Storage | Microsoft Learn At the time of writing this post, it is £0.24 per hour just to have the SFTP enabled on the blob storage.  This equates to £40.32 per…

    Know More

  • What is Consuming my Azure Service Bus Subscription?

    What is Consuming my Azure Service Bus Subscription?

    A simple query to discover what service is using my Service Bus Subscription: requests | where source ==’wki-ais-sbus-dev.servicebus.windows.net/unenrolment/Subscriptions/vle’

    Know More

  • Application Insights: Types of Availability Tests

    Directly from Microsoft Learn Select an availability test – Training | Microsoft Learn:

    Know More