Error received when attempting to create an AKS cluster
I am attempting to take a Learn course on Azure AKS (https://learn.microsoft.com/en-us/training/modules/aks-deploy-container-app/3-exercise-create-aks-cluster?tabs=linux) and after executing a specified command, received the following error: joseph [ ~…
Azure function core tool - local development
Dear Azure Team, while developing Azure Function Core Tools in a local environment using VSCode, I was getting error as "No job functions found. Try making your job classes and methods public." in the Terminal. After going through the GitHub…
Certification Training Benefits
Hi. Please I would like to ask a question about certification training benefits. Can we discuss further in private mode, please? Thank you.
How do I troubleshoot on my Windows PC?
I'm encountering a SYSTEM_SERVICE_EXCEPTION error related to win32kfull.sys on my Windows PC, which causes a Blue Screen of Death (BSOD). I've tried basic troubleshooting steps like updating Windows and drivers, but the issue persists. Could anyone…
Brazor training module todos ambiguity - needs to be singular
@code { private List<TodoItem> todos = new(); } From https://learn.microsoft.com/en-us/training/modules/build-blazor-todo-list/3-exercise-data-binding throws an error. Making todo singular seems to fix the ambiguity. Am I missing something, or…
Is this a bug or what?
In the learning path 'Implement knowledge mining with Azure AI Search' - module 'Create a custom skill for Azure AI Search', the knowledge check seems to give wrong answer. This question is related to the following Learning Module
Azure Functions training does not respect user's setting of default Node.js version
The "Build Serverless APIs with Azure Functions" training example does not respect the user's setting of default Node.js version via Node Version Manager (nvm): This question is related to the following Learning Module
Unable to create azure resource group by using Terraform command in PowerShell
Unable to create Azure resource group by using Terraform command in PowerShell error- Error: subscription_id is a required provider property when performing a plan/apply operation As checked my subsciption is Active (Taken code from official website…
Infrastructure as a Service (IaaS) provides physical resources ?
In the security and governance section, it written "You can find a cloud solution that matches your security needs. If you want maximum control of security, infrastructure as a service provides you with physical resources but lets you manage the…
How to fix my unable to load issue with Sandbox activation of cloud shell cli
How to fix my 'unable to load issue with Sandbox activation of cloud shell cli'. What will I do to activate my sandbox environments per day. I had been unable to use 1 today because it could not launch. I tried troubleshooting with the common method of…
How can I get the Azure DevOps Demo Generator to work?
Hi! The training https://learn.microsoft.com/en-us/training/modules/manage-delivery-plans/4-set-up-environment on MSLearn unfortunately features an instruction which is dependent on this template:…
how to set bash variable in azure correct ?
Hello , i had created the vitual VMs before , i want to create a bash variable in this command : IPADDRESS="$(az vm list-ip-addresses --resource-group "[learn-create-subscription]" --name my-vm --query…
Analytical modeling in Microsoft Power BI
Could you please update the recent layout picture here, which includes 4 different options rather than just modelling, power query, and data tables? 4th: New DAX Query Screen option This question is related to the following Learning Module
Does Region selection affect deploy conditions?
Walking through: https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html I selected Brazil as workspace region since it is the closest geographical region. All good until "Deploy and test the…
VM Size Availability Issue for Lab Deployment
I’m encountering an issue while trying to deploy a Virtual Machine for my AZ500 lab. The VM size Standard_DS2_V2 I requested is currently unavailable in the eastus region due to capacity restrictions. I’ve attempted the recommended troubleshooting steps,…
looking for SQL sample databases I could work on as part of my training
I'm trying to build my SQL knowledge base using the SSMS, are there any sample databases I could use while going through the training modules? This question is related to the following Learning Module
How to resolve "System.Data.Common: Format of the initialization string does not conform to specification starting at index 0." error?
I'm following this exercise: https://learn.microsoft.com/en-us/training/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr/3-exercise-analyze-limitations-of-polling-in-a-web-app In the 'Run the server application' step, I encountered…
GetPizzasAsync does not contain a definition
I'm following the tutorial where this is step 4: https://learn.microsoft.com/en-us/training/modules/interact-with-data-blazor-web-apps/4-access-data-from-blazor-components There's a code section that shows this: namespace BlazingPizza.Data; public class…
how can i make " import graphing "work on the Introduction to data for machine learning unit 5 sandbox?
In the Introduction to data for machine learning unit 5, i cant get the 3rd cell to work properly. Its is showing the import graphing line as error, or showing TypeError: MathJax.Hub is undefined when i change the kernel to azureml_py38. It is showing…
Difference Between 'Application' Service Principal and 'System-assigned Managed Identity' Service Principal
After reviewing the articles on service principals and managed identities, I am left confused about the differences between the 'application' service principal and the 'System-assigned managed identity' service principal. Both seem to share…