Skip to content

Commit 9a03f64

Browse files
croblesmgithub-actions
and
github-actions
authored
Automated documentation update [skip ci] (#28)
Co-authored-by: github-actions <[email protected]>
1 parent 62798d2 commit 9a03f64

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

src/dotnet-aspire/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ This dev container template includes multiple tasks that can help with common ac
124124
1. To open the Command Palette, press <kbd>F1</kbd> or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>. Type **Run Task** and select **Tasks: Run Task**.
125125
![Run VS Code task](./images/vscode-azure-sql-devcontainers-tasks.png)
126126
1. Choose one of the tasks you want to run from the built-in list included in this Dev Container template.
127-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
127+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
128128

129129
##### 1. Verify database schema and data
130130

131131
This task is optional, however it can help you to become familiar with the sample `Library` database tables and data included in this dev container template.
132132

133133
From the built-in tasks included in this dev container template, select `1. Verify database schema and data` to run this task.
134-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
134+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
135135

136136
Select `Continue without scanning the task output` when prompted.
137137
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -150,7 +150,7 @@ The results of the SQL script will be displayed in the output window.
150150
This task is optional, but it's useful to verify the database schema. You can use this SQL Database project to make changes to the database schema and deploy it to the SQL Server container.
151151

152152
From the built-in tasks, select `2. Build SQL Database project` to run this task.
153-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
153+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
154154

155155
Select `Continue without scanning the task output` when prompted.
156156
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -161,7 +161,7 @@ This task builds the SQL Database project. It runs the command `dotnet build` in
161161
##### 3. Publish SQL Database project
162162

163163
From the built-in tasks, select `3. Publish SQL Database project` to run this task.
164-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
164+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
165165

166166
Select `Continue without scanning the task output` when prompted.
167167
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -175,11 +175,20 @@ It utilizes the `SqlPackage` command-line utility to update the database schema
175175

176176
##### 4. Update .NET SDK
177177

178-
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET project. This task runs the command `dotnet dev-certs https --trust`.
178+
From the built-in tasks included in this dev container template, select `4. Update .NET SDK` to run this task.
179+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
180+
181+
This task is designed to ensure that the .NET SDK workloads are up-to-date within your development environment. Keeping the SDK updated helps in maintaining compatibility with the latest features and security updates provided by .NET.
182+
![VS Code task - .NET Aspire](./images/vscode-azure-sql-devcontainers-task-dotnet-aspire.png)
179183

180184
##### 5. Trust HTTPS certificate for .NET
181185

182-
This task trusts the HTTPS certificate for the .NET Aspire project. It runs the command `dotnet dev-certs https --trust`.
186+
From the built-in tasks included in this dev container template, select `5. Trust HTTPS certificate for .NET` to run this task.
187+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet-aspire.png)
188+
189+
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET Aspire project. This task runs the command `dotnet dev-certs https --trust`.
190+
191+
![VS Code task - .NET HTTPS certificate](./images/vscode-azure-sql-devcontainers-task-dotnet-cert.png)
183192

184193
### Changing the sa password
185194

src/dotnet/README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ This dev container template includes multiple tasks that can help with common ac
124124
1. To open the Command Palette, press <kbd>F1</kbd> or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>. Type **Run Task** and select **Tasks: Run Task**.
125125
![Run VS Code task](./images/vscode-azure-sql-devcontainers-tasks.png)
126126
1. Choose one of the tasks you want to run from the built-in list included in this Dev Container template.
127-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
127+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet.png)
128128

129129
##### 1. Verify database schema and data
130130

131131
This task is optional, however it can help you to become familiar with the sample `Library` database tables and data included in this dev container template.
132132

133133
From the built-in tasks included in this dev container template, select `1. Verify database schema and data` to run this task.
134-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
134+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet.png)
135135

136136
Select `Continue without scanning the task output` when prompted.
137137
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -149,8 +149,8 @@ The results of the SQL script will be displayed in the output window.
149149

150150
This task is optional, but it's useful to verify the database schema. You can use this SQL Database project to make changes to the database schema and deploy it to the SQL Server container.
151151

152-
From the built-in tasks, select `2. Build SQL Database project` to run this task.
153-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
152+
From the built-in tasks, select `2. Build SQL Database project` to run this task.
153+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet.png)
154154

155155
Select `Continue without scanning the task output` when prompted.
156156
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -161,7 +161,7 @@ This task builds the SQL Database project. It runs the command `dotnet build` in
161161
##### 3. Publish SQL Database project
162162

163163
From the built-in tasks, select `3. Publish SQL Database project` to run this task.
164-
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list.png)
164+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet.png)
165165

166166
Select `Continue without scanning the task output` when prompted.
167167
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
@@ -175,7 +175,14 @@ It utilizes the `SqlPackage` command-line utility to update the database schema
175175

176176
##### 4. Trust HTTPS certificate for .NET
177177

178-
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET project. This task runs the command `dotnet dev-certs https --trust`.
178+
From the built-in tasks included in this dev container template, select `5. Trust HTTPS certificate for .NET` to run this task.
179+
![VS Code task list](./images/vscode-azure-sql-devcontainers-task-list-dotnet.png)
180+
181+
Select `Continue without scanning the task output` when prompted.
182+
![Run VS Code task - Continue](./images/vscode-azure-sql-devcontainers-task-continue.png)
183+
184+
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET Aspire project. This task runs the command `dotnet dev-certs https --trust`.
185+
![VS Code task - .NET HTTPS certificate](./images/vscode-azure-sql-devcontainers-task-dotnet-cert.png)
179186

180187
### Changing the sa password
181188

0 commit comments

Comments
 (0)