Skip to content

Commit

Permalink
bumping setup-dotnet action version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Oct 11, 2023
1 parent 1777915 commit 92317b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Expand Down
2 changes: 0 additions & 2 deletions docs/content/en/docs/Results/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ The overview section contains the following information:
* **DS**: A Boolean value indicating whether diagnostic settings are enabled for the service. Diagnostic settings allow you to collect logs, metrics, and other monitoring data for Azure resources.
* **CAF**: A Boolean value indicating whether the service is compliant with the [Cloud Adoption Framework](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations) (CAF) naming convention. The CAF provides best practices and guidance for organizations adopting Azure.

{{< figure src="/img/overview.png" link="An elephant at sunset" >}}

![overview](/azqr/img/overview.png)

## Recommendations
Expand Down

0 comments on commit 92317b7

Please sign in to comment.