AI Search lab - Import data - no Base-64- Encode Keys option
In labl 11, AI Seach (https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/11-ai-search.html), at point 15, there is no option 'Base-64 Encode Keys' This question is related to the following Learning Module
Azure Training

Azure Data Factory - IP is not from a specified range
Hi. I am trying to whitelist my Azure Data Factory Azure Integration Runtime, but the IPs that it is utilizing do not come from DataFactory.WestEurope service tag, but from AzureCloud.WestEurope. The service I'm trying to connect is using IP whitelisting…
Azure Data Factory
Write requests error
We recently changed our repository for all our ADF objects. However, we need to publish and EVERYTHING we created gets queued up for publish. We get the following error: Number of 'write' requests for subscription exceeded. Please try again after 20…
Azure Data Factory
I have accidentally deleted my MS365 Admin account, how do I get access to delete my ___domain tenancy
I have accidentally deleted my MS365 Admin account, and now dont have access. how do I delete my ___domain tenancy from ms365 when i dont have access to admin centre
Microsoft 365 Training
In Deployment pipeline cycle, list of reports in stages are not appearing and deployment rule is not accessible while deploying Paginated reports..
In Deployment pipeline cycle, list of reports in stages are not appearing and deployment rule is not accessible while deploying Paginated reports. why? And in below situation, which deployment option is better suitable for this situation? Where I am…
Microsoft Q&A
Following a system reset, my Windows 11 Pro is not licensed and Enterprise edition
I have an HP omen, my understanding is that the windows 11 key is in the BIOS. After a system reset (twice actually) after boot, the computer asks to activate the license and is unable to do so. I noticed that it's trying to activate as Enterprise now.…
Windows 11
Account locked and Microsoft Support team stuck in a cycle, next steps?
Hi. Really need assistance on that matter. Microsoft Online Safety folks just repeat the same advice and the process stuck. My account gets blocked all the time due to "unusual" activity although it is secure and no such activity at all. The…
Windows 10
Outlook
Unable to Find "Audit"/"Auditing" Table in Synapse Link for Dataverse Audit Export
Hi, I’m following the Microsoft documentation here: https://learn.microsoft.com/en-us/power-platform/admin/audit-data-azure-synapse-link In the section “Connect Dataverse audit table to Synapse workspace”, the guide mentions an "Auditing" or…
Not Monitored
Is there an official way to export ADF ARM Templates via API, Azure CLI, or any terminal-based script?
Hi, I’m working on integrating a CI/CD system using Bitbucket as the source repository and Azure DevOps as the deployment pipeline. The setup works well—developers manually export the Azure Data Factory ARM templates and commit them to the Bitbucket…
Azure Data Factory
Unable to stop ingestion in ThreatIntelIndicators and ThreatIntelligence tables
Hi Even though the Threat Intelligence connector has been deleted in Sentinel under Data connectors, about 1 GB of data is uploaded every 7 days, how do I understand which Data Connector uploads the data to the ThreatIntelIndicators and…
Microsoft Sentinel
How can I remove my credit card information from Azure after canceling my subscription?
Hi, I have already canceled my Azure subscription, but I am still unable to delete my credit card information from the system. When I go to the payment methods section, there is no option to remove the card. I want to make sure my billing details are…
Azure Cost Management
The requested URL returned error: 429 Too Many Requests
I am reaching out on behalf of the Greek National Federation of Blind people. Our website is [www.eoty.gr] . It is a WordPress website that gets daily updated with 15 new blog posts. Some of our users are not familiar with the screen reader, so we have…
Azure AI Speech
Ubuntu2404' is not a valid value for '--os-sku'. Allowed values: AzureLinux, Ubuntu, Ubuntu2204.
Hi team, We are operating an AKS cluster on Kubernetes v1.33.0 in the Central India region. Our objective is to upgrade the node pool OS SKU to Ubuntu 24.04 (preview) to meet security hardening and compliance requirements. Actions we've taken so far…
Azure Kubernetes Service (AKS)
Azure App Service returning intermittent CORS errors
We have two web apps in Azure -- a Node frontend app and a .NET 8 backend API, both deployed to Azure App Service. Both apps are in the same VNET and have the same top level ___domain, but the frontend app intermittently gets CORS errors when requesting…
Azure App Service
Function app getting deployed on vscode but not getting shown on azure even after long time
I am trying to create queue trigger and I am doing testing locally and everything works perfect (on vscode) but when I am trying to push the code to azure function, it says deployment successful on vscode but the queue never shows up in functions.
Azure Functions
Copy data not recognizing existing headers
I'm very new to DF, so I need help figuring out the most efficient way to set up a pipeline. I have to copy .zip files from an SFTP, store them in Blob storage, and extract .csv files with certain names from the .zip file to process and move into a…
Azure Data Factory
How to share document intelligence model with other subscription
Ho to share custom document intelligence model with other subscritpion
Microsoft Q&A
User can't open file with label that is assigned to that user
The user is able to use and open the labeled file using the , Sensitivity tabs and add those labels to a file (MS Word). The user can also open any Word document that is not labeled. Issue is, when sending the user a labeled file that the user is…
Microsoft Purview
Static Web App API Link Not Working
I want to unlink and relink an API from a Static Web App, but the Unlink button is not working (it does nothing). I recently added a custom ___domain with TLS to the static web site, and as soon as I did the Azure function link stopped working. I want to…
Azure Static Web Apps
Why does trim_end("bom", "dotcom.com") return the original string, while trim_end("com", "dotcom.com") trims as expected?
I'm working with trim_end() in KQL (Azure Data Explorer) and noticed some confusing behavior when using different combinations of characters to trim a ___domain string. Here’s a minimal repro: let ExampleTable = datatable(___domain: string) [ …