Content
Azure Data Factory managed private endpoint to Azure PostgresSQL flexible server
In my infra I have a Vnet with two subnets: application-subnet delegated-subnet The Azure Data Factory instance is on application-subnet. The Azure PostgreSQL flexible server is in delegated-subnet and is configured with Private Access (VNET…
Where to find xml file location on your device when creating a custom Intune profile to deploy Azure VPN client profiles
Hi All, We have followed this article to create a custom Intune profile to deploy VPN client profiles using Oma-URI (https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-profile-intune). We have an old profile which we created a couple of months ago…
can we bulk copy and migrate mysql database tables using azure data factory
i know we can bulk copy SQL database tables using for each in azure data factory, but can we do the same for mysql database tables?, if it is possible please suggest some solutions.
Error when editing Logic App Custom Connector
Hello, I've been getting this error when creating a custom logic app connector and pressing the edit button. My subscription is supposed to have PowerApps in it with full access rights. What might cause this problem?
Azure Firewall Capacity
Hi I wanted to know what is the Azure Firewall capacity? By capacity does it mean max throughput, rule limit or something else? If I wanted to check my Azure Firewall capacity how can I do that? I have already gone through this MS document…

Databricks Editor in Azure - cannot edit code properly
My Azure Databricks notebook editor was working fine until yesterday evening. Since then, any attempts to amend the code are not reflected in what I see on screen. If I try to delete some characters, different characters further along the line are…
cancel local run in azureml sdk2
This code is creating a local run with sdk2, and I want to cancel this job, how can I do this? #import required libraries from azure.ai.ml import MLClient, command from azure.ai.ml.entities import Environment from azure.identity import…

Data flow debugging is not working.
Hi Team, I am working on a ADF pipeline which has 2 output sinks . One for writing data to Azure SQL other to write data to cache. It has 2 asserts which checks for Null and Duplicate values respectively. But when trying to debug for the file which has…
OCR Stacked Fractions - Azure Document Intelligence Layout
While using Layout in the Document Intelligence Studio the OCR on a table does not recognize fractions. Is there a way to customize the OCR to recognize the stacked fractions and convert them to a number slash number like 1/4, 3/8, 7/8? Original pdf…

VM only free for 30 days or 12 months?
VM only free for 30 days or 12 months?

Import Data component in Azure ML Designer
Hi, I am using the import component to import a csv from a personal datastore in Azure Machine Learning, this job is scheduled to run everyday, the idea is to automate the csv updates and connect to the endpoints of the different models to obtain new…

I have accidentally deleted my authenticator app and i do not have a recovery code or any ways to restore it... How to open my account now?
I was having my college authenticator account but i accidentally deleted it and i also do not have any backup or code to restore it. Now I am not understanding how to open my account

Regarding CBC ciphers and its usage in Azure services
Microsoft products such as Azure Front Door, Azure web apps, Azure app proxy all uses TLS cipher suites with CBC. Most of the cyber security tools flag ciphers with CBC as weak (e.g. SSL Labs). I wanted to know the following; What is the timeline for…
How to list all storage containers which are public in Azure in the form of Export
Hello, I am trying to find a way to export all storage containers which are public in Azure. Any leads will be highly appreciated. Regards, Neena Sharma
Not getting Free Tier option to choose despite all resources deleted in the resource group
I am seeing the following message when I am creating a language resource under the default resource group: "The free tier (F0) for this resource type is already being used by your subscription, therefore it will not appear in the dropdown…
Why button of create customized model be disabled? How can I apply for this feature?
I want to make fine tuning in the model of GPT3.5 .But I found my button that has been disabled. How to apply for this feature?
Microsoft authenticator Request Denied
Hi Everyone My Authenticator blocks the request in the app before it reaches the requested cell phone, this occurs because I accidentally clicked on I don't recognize(no, it is not me) this request in the APP After that it stopped sending notifications…
IOT bridge
Hello Team, Could you please suggest if IOT bridge is available for CSP customers? While adding it says this offer is not available in our subscriptions. Could you advise how we go about enabling this?
Event domain Support in Azure Communication Service - multi-tenant applications
We are planning to use Azure Communication Service features like Outbound Calling, Outbound & Inbound SMS in a multitenant SaaS product. There will be approx. 200 active tenants under this SaaS product. Each SaaS tenant will have approx. 10-50 phone…
How to implement authorization for B2C users in APIM through API backend using Node.js
My API Management service is integrated with B2C, and I want to control what access users have for each API. I've been told that I should focus on authorization on each of my API's backends, rather than focusing on authorization in APIM. How should I go…