Forum Widgets
Latest Discussions
Microsoft Entra SSO integration with FortiGate SSL VPN issue
Scenario: Microsoft Entra SSO integration with FortiGate SSL VPN I am unable to connect via FortiClient vpn version 7.2.x.x. But when i use FortiClient vpn client version 7.0.x.x.x to connect SSL VPN via Azure ID with SAML Authentication. its connect in 2nd attempt or 3rd attempt every time not in first attempt. In first attempt ask 2FA but not connected. when i try again in 2nd or 3rd attempt so without 2FA prompt just directly connected. is it bug or configuration issue on FortiClient firewall side or Azure FortiGate SSL VPN application side?? please suggestZohaib_YousufFeb 18, 2025Copper Contributor264Views0likes1CommentThird Party NVA in Azure VMware Solution
Hi all, I am following below link to get more information on how to deploy 3rd party NVA however, would like to know if you have any other detailed documentations and considerations that I can follow during my initial discussion with the customers. https://vuptime.io/post/2023-07-24-third-party-nva-in-avs-nsxt/#:~:text=In%20order%20to%20deploy%20a,and%20to%20the%20NVA%20uplink. Appreciate your support!pravesh_kaushalJan 22, 2025Copper Contributor255Views0likes1CommentKernel Memory - Retrieval Augmented Generation (RAG) using Azure Open AI
Hello Community, I am seeking for guidance here, Looking for Kernel Memory - Retrieval Augmented Generation (RAG) using Azure Open AI which can read file in kernel memory. I can ask question and based on memory it can answer my questions. I want to use .NetCore here for implementation. I have referred below article but i did not found configuration related to Azure Open AI. https://github.com/microsoft/kernel-memory/tree/mainBhavin163884Jan 22, 2025Copper Contributor251Views0likes1CommentUnable to create logic app
Hi, I am new to Azure I am learning the concepts I am using free subscription and trying to create a logic app it is showing me the below message and not allowing me to create a logic app. can someone help me with the issue? how to overcome ThanksAzuredoubts1209Jan 21, 2025Copper Contributor225Views0likes2CommentsDebug your APIs using request tracing
We are leveraging Azure API Management's tracing capabilities to monitor and log incoming traffic. The primary goal is to track traffic in APIM and attribute it to specific client applications by identifying the appid from JWT tokens included in requests. Additionally, we aim to ensure that trace logs are correctly sent to Log Analytics for debugging and further analysis. To achieve this, we implemented a test policy in a GET method of a cloned API within APIM. The policy is as follows: “<policies> <inbound> <base /> <trace source="InboundTrace" severity="verbose"> <message>Inbound processing started</message> <metadata name="User-Agent" value="@(context.Request.Headers.GetValueOrDefault("User-Agent", "unknown"))" /> </trace> </inbound> <backend> <base /> </backend> <outbound> <base /> <trace source="OutboundTrace" severity="verbose"> <message>Outbound response being sent</message> <metadata name="ResponseCode" value="@(context.Response.StatusCode.ToString())" /> </trace> </outbound> <on-error> <base /> <trace source="ErrorTrace" severity="error"> <message>Error encountered</message> <metadata name="ErrorDetails" value="@(context.LastError.Message)" /> </trace> </on-error> </policies>” This approach aims to ensure the appid appears in the tracerecords attribute of ApiManagementGatewayLogs, enabling us to identify which client applications are consuming specific APIs. Challenges Faced Trace Logs: Trace logs are not appearing in Log Analytics, despite being configured in diagnostics. Using the queries suggested in the documentation, we could not find the TraceRecords field or metadata added by the trace policy. We are unsure if the policy is being correctly applied or if additional configurations are needed. Traffic Attribution: While traffic is traceable, attributing requests to client applications without the appid is challenging. We want to confirm if the approach to extract and log the appid aligns with best practices and whether there are more efficient alternatives. Questions Are there additional configurations needed to ensure trace logs are correctly sent to Log Analytics? Could you provide more detailed examples of KQL queries to check the records generated by the trace policy? Does the proposed approach for extracting and logging appid align with best practices in APIM? Are there any limitations or performance considerations when modifying global policies for this purpose? References Followed Debug APIs in Azure API Management Trace Policy DocumentationrafaelmaferreiraJan 06, 2025Copper Contributor142Views0likes1CommentAzure API Management Gateway - RBAC on the API level
Is it possible to grant access on specific APIs implementation, making users able to see some APIs but not others inside the same Azure API Management Gateway? For example: User1 can manage green ones, but not red ones. Thanks.mkg310Nov 22, 2024Copper Contributor51Views0likes3CommentsConnecting AIS (Logic Apps) to On-Prem resources
Hi, We're currently using an on-prem BizTalk ESB to leverage our integrations and I'm tasked with scoping the transition over to AIS. I've figured out the appropriate tooling required and what services we're likely to leverage within AIS, but there will be a strong dependency on on-prem connections (most of our services are maintained within internal SQL DB's and Network shares). I've done some further reading on the Azure Data Gateway, and can see that we connect our local SQL DB's to Logic Apps through it, but is it possible for the data gateway to poll/listen out for SQL data changes? Thanks ChrisChris_LuptonOct 22, 2024Copper Contributor318Views0likes2CommentsAPI Guide: Resubmitting from a specific Action in Logic Apps Standard
In collaboration with Sofia Hubendick This how-to article explains the process of resubmitting a Logic App Standard from a specific action via API. If you want to resubmit the workflow from the beginning, you can use the Workflow Trigger Histories - Resubmit - REST API instead. Workflow Run Histories - Resubmit Authentication I used a managed identity for authentication, which simplifies the process by eliminating the need to obtain a token manually. Additionally, I implemented the new Logic App Standard Operator role. URL The URL for resubmitting an action looks like this: https://management.azure.com/subscriptions/[subscriptionId]/resourceGroups/[resourceGroupName]/providers/Microsoft.Web/sites/[logicAppName]/hostruntime/runtime/webhooks/workflow/api/management/workflows/[workflowName]/runs/[runId]/resubmit?api-version=2022-03-01 Mandatory URL Path Parameters Name Description subscriptionId The Azure subscription Id resourceGroupName The name of the resource group containing the Logic App logicAppName The name of the Logic App workflowName The name of the workflow runId The id of the workflow run to be resubmitted Request Body The API request body is structured as follows; replace the placeholder with the name of the action: { "actionsToResubmit": [ { "name": "[action name]" } ] } Response Name Description 202 Accepted OK Other Status Codes Error response describing why the operation failed.andevjenOct 14, 2024Copper Contributor325Views0likes0CommentsAzure API Management Issue while sending data from Azure APIM Console
Hi Team, I am doing an integration between Azure and Salesforce. So, I am sending a request from Azure(Logic Apps) to Salesforce(We have an API application and policy in Azure APIM) via our APIM HTTPS endpoint. What happens is that, the request works with Postman and Logic Apps, but when we try to run the same request in Azure API Management console of the policy, we are getting JSON parser error from Salesforce. The solution was working since last 6 months without any issue. Can anyone help me in getting it resolved? This stops us in debugging the policy in Azure APIM. Thanks, VigneshvigneshksekarSep 19, 2024Copper Contributor981Views0likes3Comments
Resources
Tags
- logic apps11 Topics
- Event Grid3 Topics
- Biztalk 20202 Topics
- biztalk2 Topics
- Azure API management2 Topics
- azure1 Topic
- biztalk server 20161 Topic
- container apps1 Topic
- PowerShell Commands1 Topic
- Visual Studio 20191 Topic