How to check text in row 1 of Excel file for about 10 column headers?
I'm using Azure Data Factory (ADF) on the portal. I use the latest Chrome browser to get to ADF. I'm not an admin and have no admin rights. I have an Excel file I want to read. I'm still fairly new to ADF. I'm guessing this could be done in a data flow.…
Get back access to commercial account
Sometimes ago I removed microsoft authenticator app from my phone. Installing it back I found out all the accounts were removed from it. I easily restored my personal account with an email confirmation ciode, but can't get access to my commercial account…
Multiple Python Azure functions in the same function app requiring different packages versions
Hi, We have a project that requires multiple azure functions. The first plan was to host all the functions on the same function app using the consumption plan. From the Microsoft documentation I understood that functions on the same function app share…
More clarity on difference between VM and VM instances and Availability Sets (AS)
Hello everyone, On the internet, I saw the difference in the image above- between a VM and a VM instance. So, I infer from this that VMs have different OS systems and all of them operate independently. But VM instances are templates or blueprints of a…
ADF Copy data activity pagination with continuation token with GET request
I am building ETL pipeline in Microsoft Fabric, ADF service to load data from API, but I am having difficulties implementing pagination rules with continuation token. I know that, according to Azure documentation, it should be possible to use this…
Consistent 504 Gateway Timeout Error When Fetching OneNote Page via Graph API
We are currently leveraging the Graph API to retrieve a OneNote page within a group notebook. However, one of our customers frequently encounters a 504 gateway timeout error when attempting to load the page using this endpoint. Endpoint: GET…
How to change network settings from public to private?
I have a crossover cable connecting a Windows 10 and a Windows 7 system. They are connected but can't see each other. Both show public network. I would like to be able to copy files across using the connection. I don't have other network or router to…
How to delete ADF Pipeline run history or configure to be deleted after X days ?
Hello, Is there a way to configure ADF Pipeline run history to delete after X days ( say 10 days) ? I'm not able to delete this from UI portal / ADF Studio. How can we delete pipeline run history in ADF ? Thanks, Balaji
"Access token validation failure. Invalid audience" issue in outlook Add-In using Office.Auth for Microsoft Graph API calls.
I've created a React.js-based Outlook add-in where I've loaded Office.js using a CDN link, and the Office API has successfully initialized. I'm using the Office.Auth API to obtain an access token for an application registered in the Azure portal. I've…
Connection time out issue in Manged vnet IR from ADF to SQL. How to resolve?
We are using Managed Vnet integration runtime to connect between Azure data factory and SQL DB. This was suggested by microsoft since our Azure SQL is private only, and Autoresolve IR wont work. We tried with SHIR earlier, but since we are using…
How to integrate ASP.NET Core Identity with Vue.js Frontend for Authentication Using Razor Pages?
I am developing a web application using ASP.NET Core 8 for the backend and Vue.js for the frontend. I set up my project by following the ASP.NET Core app with Vue.js in Visual Studio guide and configured my frontend and backend as separate applications,…
BindingNavigator events
Hi Relatively new to C#. I have added a BindingNavigator in code using: private readonly BindingNavigator BN = new(true); Everything works fine and all the common BindingNavigator controls function correctly. I added it in code, and set a few…
Azure Logic App 'ststv2_vms_Scheduled_start' runs without errors but doesn't start the VM
Hello, The logic app "ststv2_vms_Scheduled_start" doesn't work. Everything seems ok, the log is without errors, but the VM doesn't start. I did the troubleshooting :…
How can I automate authentication to my function app written in python with Microsoft Azure AD authentication when accessing from Azure Kubernetes Service on the same tenant?.
I have a AKS cluster in my tenant on which I run some ETL jobs. Some of these jobs access the http trigger of an Azure function. Now to secure my function I added Azure AD authentication. To access the Azure function: I added the user identity of the…
RDS 2019 - Modify RDP File Settings for a single RemoteApp
Hi All I am running an RDS 2019 Deployment with 2 GW, 2 CB, 3 SH. Users are starting the RemoteApp via RDWeb. Now i want to modify the RDP File Settings for a single RemoteApp, to disable the "devicestoredirect:s: and …
32 bit application in Windows 2022 server
We are using 32 bit application and facing slowness in our application when using windows 2022 server. When we check in task manager, our application is split into multiple processes and executed the application. This is not happening in windows 2016…
GraphServiceClient error: Either scp or roles claim need to be present in the token.
A bit of context: My goal is to have an app running on Azure that will eventually access SharePoint sites in different tenants. The idea is that once authorized, this app will connect to all tenants using the same app id and secret. A multi-tenant…
How to schedule MS-900 as I have the exam voucher
How to schedule MS-900 as I have the exam voucher, kindly help me and can I get an agent to schedule it for me
How to use odata query on cosmos DB
I have the OData query with the filter, I need to apply the query on the cosmos DB and get the filtered results with the pagination. Is there any way I can convert the OData query into SQL query or any other better approach or is there any documentation…
Azure function code changed in the portal is still sometimes doing what the old code did
I have made an queue trigger function that sends email adress to users using sendgrid, It has been running for almost a year and when I made any changes to it, it would run as expected. I am always using the azure portal editor because I found it the…