AL-Go/Workshop/GetStarted.md

1.8 KiB

Get Started

With our prerequisites in place, it is time to get started and create our first repository.

In a browser, navigate to https://aka.ms/algopte:

image

And you should see:

image

Click Use This Template and select Create a new repository. Select your organizational account as owner and enter repo1 as repository name. Make the repo public and click Create repository.

image

After a few seconds, your new repository should be ready for you.

image

Click Actions, and you should see that a CI/CD workflow has already been kicked off on our empty repository.

image

Wait for the CI/CD workflow to complete and click the completed workflow to see details.

image

Note the warnings explaining that no apps have been added. The CI/CD workflow doesn't have anything to compile yet as you didn't add any source code.

Ignore the warning about available updates for now.

After this step, we are done setting up a basic AL-Go for GitHub repository and we only need to add our apps.

So, let's add an app...


Index  next