44 questions with GitHub Training-related tags

Sort by: Updated
1 answer

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,…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-11-21T09:05:36.84+00:00
João Paulo Verçosa Pinto 0 Reputation points
commented 2024-12-10T05:24:43.4566667+00:00
SiddeshTN 5,180 Reputation points Microsoft Vendor
0 answers

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.

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-12-03T08:48:52.95+00:00
Artur Kordowski 0 Reputation points
commented 2024-12-03T10:22:56.1466667+00:00
SiddeshTN 5,180 Reputation points Microsoft Vendor
1 answer

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. …

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-11-22T09:44:27.4466667+00:00
Sathish Nagarajan 0 Reputation points
commented 2024-11-26T15:32:03.26+00:00
Shruthi Thalari 170 Reputation points Microsoft Vendor
0 answers

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

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-11-02T14:08:09.1533333+00:00
Miriam Sanchez Alcon 0 Reputation points
commented 2024-11-04T05:50:29.6266667+00:00
Rakesh Gurram 10,635 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-10-17T04:06:08.27+00:00
argi 20 Reputation points
commented 2024-10-22T05:55:04.2866667+00:00
SiddeshTN 5,180 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,012 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,707 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-24T18:42:41.6633333+00:00
Yalçın Mete 80 Reputation points
edited the question 2024-10-09T08:40:41.1866667+00:00
Jack J Jun 24,621 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-01T14:50:22.92+00:00
Alexander Todorovic 20 Reputation points
accepted 2024-10-07T07:37:56.7233333+00:00
Alexander Todorovic 20 Reputation points
1 answer

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-08-12T10:43:08.67+00:00
Carlos Quintero 250 Reputation points
answered 2024-10-07T04:45:11.2433333+00:00
Rakesh Gurram 10,635 Reputation points Microsoft Vendor
1 answer

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 .…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-06-28T19:38:10.06+00:00
Carlos Quintero 250 Reputation points
answered 2024-10-05T17:31:59.7433333+00:00
kguntaka 3,975 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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",…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-06-29T13:18:52.7566667+00:00
Carlos Quintero 250 Reputation points
accepted 2024-10-03T16:35:12.7866667+00:00
Carlos Quintero 250 Reputation points
1 answer One of the answers was accepted by the question author.

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-07-13T15:34:07.3966667+00:00
Carlos Quintero 250 Reputation points
accepted 2024-10-03T13:26:37+00:00
Carlos Quintero 250 Reputation points
1 answer One of the answers was accepted by the question author.

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-07-13T15:24:44.7233333+00:00
Carlos Quintero 250 Reputation points
accepted 2024-10-03T13:24:53.5733333+00:00
Carlos Quintero 250 Reputation points
1 answer

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-06-25T22:03:19.99+00:00
Pape, Barry 0 Reputation points
answered 2024-10-03T11:34:39.8233333+00:00
Rakesh Gurram 10,635 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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"…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-06-11T10:02:09.32+00:00
Carlos Quintero 250 Reputation points
accepted 2024-10-03T08:50:09.7933333+00:00
Carlos Quintero 250 Reputation points
1 answer One of the answers was accepted by the question author.

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"…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-06-09T09:42:02.2466667+00:00
Carlos Quintero 250 Reputation points
accepted 2024-10-03T08:49:29.3133333+00:00
Carlos Quintero 250 Reputation points
1 answer

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…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,316 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-27T22:02:46.61+00:00
William Thompson 120 Reputation points
commented 2024-10-01T03:57:33.4866667+00:00
Pradeep M 4,635 Reputation points Microsoft Vendor
0 answers

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-20T18:30:29.6266667+00:00
Daniel Verkman 25 Reputation points
edited the question 2024-09-23T02:22:39.5566667+00:00
AmaranS 7,240 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-13T04:42:40.9633333+00:00
Alvin Detoya 20 Reputation points
commented 2024-09-20T06:16:57.4633333+00:00
kguntaka 3,975 Reputation points Microsoft Vendor
1 answer

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 =…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
853 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,588 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,709 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-09-03T15:38:19.2033333+00:00
Ahwan Mishra 140 Reputation points
commented 2024-09-12T17:23:24.45+00:00
Goutam Pratti 1,155 Reputation points Microsoft Vendor
0 answers

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…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
44 questions
asked 2024-05-29T14:54:56.2666667+00:00
Oana Stanescu 0 Reputation points
commented 2024-09-04T05:31:37.7533333+00:00
AmaranS 7,240 Reputation points Microsoft Vendor