Knowledge check not working
The knowledge check cannot be submitted at the page https://learn.microsoft.com/en-us/training/modules/develop-unit-tests-using-github-copilot-tools/7-knowledge-check?WT.mc_id=api_CatalogApi&source=learn . The submit button keeps spinning forever,…
Wrong answer or question for GitHub training knowledge check
For this Knowledge check is either the question or the answer wrong. According to the question the selected answer SUPPORT.md should be correct.
Couldn't complete knowledge check
I couldn't complete the Knowledge check in Develop unit tests using GitHub Copilot Tools of GitHub Copilot Fundamentals - Understand the AI pair programmer. …
The link to the repository points to a different module exercise
https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise does not point to the right repo This question is related to the following Learning Module
Azure CLI command to create Service Principal with contributor role is failing to generate the JSON file
I'm using this command: az ad sp create-for-rbac --name "devopsfoundationslabsp" --role contributor --scopes /subscriptions/$SUBCRIPTION_ID --json-auth from…
When I give the API Token value in my project and try to send it to github, I get an error
Hi Masters, I am a beginner in .net Core. If you allow me, I would like to ask a question. In the training videos I have watched, the instructor was able to add the API Key to the source file and upload it to github, but when I try to do it, I get an…
Exercise - Use a repository secret in a GitHub Actions workflow - wrong link
The button Start the exercise on Github Inside https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/exercise points to https://github.com/skills/deploy-to-azure It should point to an exercise to use a repository secret in a…
Incorrect steps to enable dependabot version updates on forked repository
In module "Configure Dependabot security updates on your GitHub repo", unit "Dependabot security updates", section "Version updates on forks" it says: "To enable version updates on the fork of a repository: Go to…
Incorrect exercise
This module points has an exercise "Use a repository secret in a GitHub Actions workflow" that points to a repo that was already done in the first module of the collection "GitHub Actions" and that does not use repository secrets .…
Obsolete button caption
The image shows a caption "Set up this workflow", which is old: The new caption is "Configure": That detail is important because a question of an exam could ask about the caption of the button with options "Configure",…
Environment variables for inputs of custom actions use the "INPUT_" prefix
In this page: https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets if appears this: inputs: super_secret: description: 'My secret token' required: true If you need to access the…
Secrets are not environment variables
In page https://learn.microsoft.com/en-us/training/modules/manage-github-actions-enterprise/manage-encrypted-secrets it states that Secrets are encrypted environment variables you can create to... and in knowledge check…
Wrong exercise linked?
From the page "Exercise - Use a repository secret in a GitHub Actions workflow" the link "Start the exercise on Github" appears to open the wrong repository "skills/hello-github-actions" which is same exercise opened by…
Incorrect link
The module "Manage an InnerSource program by using GitHub", page "How to manage a successful InnerSource program", section "Set repository visibility and permissions"…
Incorrect term "Add project" to link project to team or repo
In the topic "How to organize and automate your project": In section "Adding a Project to a team", the step 6 should be "Link project" and not "Add project" (which doesn't exist, there is "New project"…
How do I connect my existing Visual Studio 2022 project to an existing github repository?
I set up a github repository to match the project I am working on in Visual Studio 2022. I did something wrong and only the project file exists. I followed a tutorial. But the tutorial was disappointing and the instruction was to drag the content of my…
How to Synch Git Hub with Azure?
Hi, I have a Static Web App that is hosted on Azure, with the code residing on GitHub. If I update the code on GitHub, what is the process to inform Azure of code updates? I understand there is a way to synch the two of them? Can you explain: How on a…
Describe working with Git locally
https://learn.microsoft.com/en-us/training/modules/introduction-to-devops/11-describe-working-git-locally I AM on part # 10 and stuck the documentation provided here is really hard to follow. In the context of the git repository, execute the following…
Using Git commands with Service Principal authentication.
I have been granted service principal access to my Azure DevOps repository. Below is the script I'm using: $resource="499b84ac-1321-427f-aa17-267ca6975798" $TenantId=" " $ClientId=" " $ClientSecret=" " $TokenUri =…
The link to exercise from Module 6 is the one from Module 1
In the module "Manage GitHub Actions in the enterprise", the link for the exercise goes to the exercise for the first module "Hello GitHub Actions" instead of the actual module. Can this be fixed please? This question is related to…