Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil committed Sep 11, 2024
1 parent ae36382 commit 778fdec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Implement & Use a Self-hosted Docker Agent

## Readings
## Links & Resources

[Run a self-hosted agent in Docker](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops)

Expand Down
2 changes: 1 addition & 1 deletion demos/02-ci/02-azure-devops/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Implementing Continuous Integration using Azure DevOps pipelines

## Readings
## Links & Resources

[YAML schema reference](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema)

Expand Down
3 changes: 1 addition & 2 deletions demos/02-ci/03-github-actions/01-pipeline-basics/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

[Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions)

[Events that trigger workflows](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows)

[Events that trigger workflows](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows)
2 changes: 1 addition & 1 deletion demos/03-release-strategy/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Database DevOps (optional)
- LLMOps (optional)

## Readings
## Links & Resources

[Task Groups](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/task-groups?view=azure-devops)

Expand Down
2 changes: 1 addition & 1 deletion demos/05-iac/01-azure-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Azure CLI Script
- Using Azure CLI Task in pipeline

## Readings
## Links & Resources

[Azure Cloud Shell Tools](https://docs.microsoft.com/en-us/azure/cloud-shell/features)

Expand Down
6 changes: 2 additions & 4 deletions demos/08-feedback/01-insights/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Insights & Azure Monitor

## Readings
## Links & Resources

[Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview)

[Dependency Tracking in Azure Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-dependencies)

## Azure CLI

[az monitor app-insights](https://docs.microsoft.com/en-us/cli/azure/ext/application-insights/monitor/app-insights?view=azure-cli-latest)
[az monitor app-insights](https://docs.microsoft.com/en-us/cli/azure/ext/application-insights/monitor/app-insights?view=azure-cli-latest)

0 comments on commit 778fdec

Please sign in to comment.