Unable to resolve "File import error" when attempting to fine tune in Azure AI Foundry
I am working through the Fine-tune a language model with Azure AI Foundry module on Microsoft Learn and trying to do the exercise at https://learn.microsoft.com/en-us/training/modules/finetune-model-copilot-ai-studio/5-exercise. When following the steps…
Access to Entra ID is denied
Hi! I'm doing AZ-204: Implement user authentication and authorization learning path now. It includes an exercise with Entra ID. I have an active Azure subscription, but I cannot access Entra ID. Could anyone please help. Thanks.
Isn't in wrong to block access in Sign in risk Conditional access policy and require MFA?
https://learn.microsoft.com/en-us/training/modules/manage-azure-active-directory-identity-protection/4-exercise-enable-sign-risk-policy Isn't in wrong to block access in Sign in risk Conditional access policy and require MFA? This question is related…
Configure virtual machine availability will not launch interactive lab
I have completed the module, with next unit Interactive Lab simulation. However, when I click on the button, it only launches the module chapters and will not allow me to complete. This question is related to the following Learning Module
![](https://techprofile.blob.core.windows.net/images/m5buVEA_QUeJ9P_0vgAtbg.png?8DACCA)
Unable to activate the Azure Learn Sandbox
Hello, I am unable to activate the Azure Learn Sandbox for the module: "Exercise - Explore the Learn sandbox". When attempting to activate the sandbox I receive the following error: AADSTS500200: User account '******@pm.me' is a personal…
Microsoft Azure Fundamentals: Describe cloud concepts -> Knowledge check
The knowledge check puts emphasis on the cloud provider, not the customer where they choose which model they need. Hybrid is where the customer chooses if they need public and private and how much of each. This question is related to the following…
I'm not able to connect to my virtual machine resouce using MS Learn Resouce during practice session
I'm not able to connect to my virtual machine resouce using MS Learn Resouce during practice session I can only do this with a charge subscription. This question is related to the following Learning Module
Where can I get the dataset "5-year-mean-1951-1980.csv" and "5-year-mean-1882-2014.csv."?
Hello. Where can I get the dataset "5-year-mean-1951-1980.csv" and "5-year-mean-1882-2014.csv."? There are none in the lecture at the link provided. This question is related to the following Learning Module
Error when tring to create a cluster on AKS using deployment.yaml
I am trying to deploy a cluster in aks but after creating the deployment.yaml file I am getting an error E0210 02:30:46.621515 510 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: the server has asked…
How to remove Fabric Workspace
I am going through the course: https://microsoftlearning.github.io/mslearn-fabric/Instructions/Labs/01-lakehouse.html Well, it seems that Fabric is extremely raw so far. Some thing do not work like "move table to space", etc. Latest step…
Azure Learn Sandbox Subscription Requirement Can't Sign Up for Free Account
I was trying to run through the following Microsoft Learning Module https://learn.microsoft.com/en-us/training/modules/create-windows-virtual-machine-in-azure/3-exercise-create-a-vm I signed in with my account and the sandbox shows as activated. When I…
Passing data to function does not work using the provided command
Hi, in Exercise - Add logic to the function app - Secure HTTP triggers the data section of the following command never pass the name variable correctly to the function on the function app. it run but ignore the fact that a variable was passed. is it…
Sign in Loop on Microsoft Azure Learn Sandbox
Hi All, I am hoping someone can help me... I am trying to complete the Microsoft Azure learning path, however when I try to complete the sandbox part i am getting a sign in…
Image upload to copilot
In the regenrative AI training , an exercise instructs me to upload an image for analysis even though image upload has been discontinued wef October 2024. Please check if the training page should be corrected . Thx This question is related to the…
Why does the Azure training cite an outdated version of the CIS benchmark?
The CIS benchmark cited in multiple places in Microsoft Learn Azure modules was last updated in 2021. So I asked Copilot in Azure, and it' way out of date, per this response: "The CIS Microsoft Azure Foundations Benchmark v. 1.3.0 is not the latest…
Spelling mistake in 'Implement Azure AI Content Safety'
Hi! Just a quick spelling mistake I noticed in: https://microsoftlearning.github.io/mslearn-ai-services/Instructions/Exercises/05-implement-content-safety.html " Use Azure AI Content Safety Prompt Shields In this exercise you will use Azure AI…
Cannot add helm repo in learning module "Application and package management using Helm "
Dear All, I've tried to run the command below from https://learn.microsoft.com/en-us/training/modules/aks-app-package-management-using-helm/ When I run helm repo add azure-marketplace https://marketplace.azurecr.io/helm/v1/repo I receive the error…
![](https://techprofile.blob.core.windows.net/images/rke4-tuyrU-4LeTufgX9aA.png?8DC8B1)
Same exercise for multiple modules?
The exercise launched for the following modules appear to be the same exercise (Transform files using a serverless SQL pool): Use Azure Synapse serverless SQL pool to query files in a data lake Use Azure Synapse serverless SQL pools to transform data in…
Autogenerated subdomain for AKS applications
AKS is deprecating the addon http_application_routing. I could use this to create an ingress. The ingress URL could be found like this: az aks show --resource-group "${RESOURCE_GROUP}" \ --name "${CLUSTER_NAME}" \ --query…
In correct command to create Azure container instance
I needed to run: az container create --resource-group az204-aci-rg \ --name mycontainer \ --image mcr.microsoft.com/azuredocs/aci-helloworld \ --ports 80 \ --dns-name-label $DNS_NAME_LABEL \ --location eastus \ --os-type Linux \ --cpu 1 \ --memory…