44 questions with GitHub Training-related tags

Sort by: Updated
0 answers

Login deployment problem

I hope this message finds you well. My name is Andrei, and I am currently a student working on the deployment of several projects on Azure. I am reaching out to seek guidance regarding an issue I am encountering with the deployment of these…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,115 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
984 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,791 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
938 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-10-16T14:30:07.2+00:00
Aluculesei M. Andrei Bogdan 0 Reputation points
commented 2024-10-16T20:33:45.9+00:00
YutongTie-MSFT 51,936 Reputation points
1 answer

How to fix the following error

Following a lab from Cyberinsight for creating private dns zone which has been created and it showing in virtual network links. Next step is to create a virtual machine to test the configuration, but I'm getting this error, " New-AzResourceGroup: A…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
677 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,916 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,538 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-10-12T12:45:44.52+00:00
Deverick Durham 0 Reputation points
commented 2024-10-16T00:53:58.9866667+00:00
Sai Prasanna Sinde (Quadrant Resource LLC) 430 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.
3,872 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,568 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,506 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 245 Reputation points
answered 2024-10-07T04:45:11.2433333+00:00
Rakesh Gurram 8,495 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 245 Reputation points
answered 2024-10-05T17:31:59.7433333+00:00
kguntaka 2,940 Reputation points Microsoft Vendor
0 answers

Getting a System.MissingMethodException: Method not found when trying to push to GitHub

Recently I started getting this error message when trying to push my commits locally to our repo in GitHub using Azure Data Studio: Looking at the Git log I see this: 2024-10-01 13:32:19.183 [info] Unhandled Exception: System.MissingMethodException:…

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-01T19:44:18.16+00:00
Falanga, Rod, DOH 190 Reputation points
edited the question 2024-10-04T18:37:39.9933333+00:00
Oury Ba-MSFT 19,331 Reputation points Microsoft Employee
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 245 Reputation points
accepted 2024-10-03T16:35:12.7866667+00:00
Carlos Quintero 245 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 245 Reputation points
accepted 2024-10-03T13:26:37+00:00
Carlos Quintero 245 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 245 Reputation points
accepted 2024-10-03T13:24:53.5733333+00:00
Carlos Quintero 245 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 8,495 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 245 Reputation points
accepted 2024-10-03T08:50:09.7933333+00:00
Carlos Quintero 245 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 245 Reputation points
accepted 2024-10-03T08:49:29.3133333+00:00
Carlos Quintero 245 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,143 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 3,600 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Static Web Apps Tutorial: Error from Git:Push operation - Installing nodejs

I'm walking through the tutorial "Add an API to Azure Static Web Apps with Azure Functions": https://learn.microsoft.com/en-us/azure/static-web-apps/add-api?tabs=vanilla-javascript I'm able to run the app locally but am getting an error at…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,016 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
938 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-29T21:53:23.28+00:00
Rob Innes 20 Reputation points
commented 2024-09-30T13:56:06.94+00:00
Rob Innes 20 Reputation points
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 20 Reputation points
edited the question 2024-09-23T02:22:39.5566667+00:00
AmaranS 6,585 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 2,940 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.
811 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,535 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,538 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 95 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 6,585 Reputation points Microsoft Vendor
1 answer

How is GitHub benfetial in real life what is its use in daily life?

Show the importance in real life Daily life importance 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-08-26T16:10:20.3933333+00:00
sankar .v.nair 0 Reputation points
commented 2024-08-28T04:06:52.7733333+00:00
Pradeep M 3,600 Reputation points Microsoft Vendor