Skip to content

Commit f51309c

Browse files
docs: consistent tab namings (Azure#63)
1 parent cdcac7b commit f51309c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/aca/03-aca-dapr-integration/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ You are now ready to run the applications locally using Dapr sidecar in a self-h
3535
!!! note
3636
Remember to replace the placeholders with your own values based on image below. Remember to use https port number for the Web API application.
3737

38-
=== ".Net 6 or below"
38+
=== ".NET 6 or below"
3939

4040
```powershell
4141
cd TasksTracker.TasksManager.Backend.Api
4242
dapr run --app-id tasksmanager-backend-api --app-port <web api application https port number found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl -- dotnet run
4343
```
4444

45-
=== ".Net 7 or above"
45+
=== ".NET 7 or above"
4646

4747
```powershell
4848
cd TasksTracker.TasksManager.Backend.Api
@@ -164,14 +164,14 @@ The SDK offers developers three ways of making remote service invocation calls:
164164
!!! note
165165
Remember to replace the placeholders. Remember to use https port number for the Web API application.
166166

167-
=== ".Net 6 or below"
167+
=== ".NET 6 or below"
168168

169169
```powershell
170170
~\TasksTracker.ContainerApps\TasksTracker.WebPortal.Frontend.Ui> dapr run --app-id tasksmanager-frontend-webapp --app-port <web frontend application https port found under properties->launchSettings.json. e.g. 7000> --dapr-http-port 3501 --app-ssl -- dotnet run
171171

172172
~\TasksTracker.ContainerApps\TasksTracker.TasksManager.Backend.Api> dapr run --app-id tasksmanager-backend-api --app-port <web api application https port found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl -- dotnet run
173173
```
174-
=== ".Net 7 or above"
174+
=== ".NET 7 or above"
175175

176176
```powershell
177177
~\TasksTracker.ContainerApps\TasksTracker.WebPortal.Frontend.Ui> dapr run --app-id tasksmanager-frontend-webapp --app-port <web frontend application https port found under properties->launchSettings.json. e.g. 7000> --dapr-http-port 3501 --app-ssl -- dotnet run --launch-profile https

docs/aca/04-aca-dapr-stateapi/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Dapr's state management API allows you to save, read, and query key/value pairs
1717

1818
To try out the State Management APIs, run the Backend API from VS Code by running the following command. Remember to replace the place holders with your own values:
1919

20-
=== ".Net 6 or below"
20+
=== ".NET 6 or below"
2121

2222
```powershell
2323

2424
~\TasksTracker.ContainerApps\TasksTracker.TasksManager.Backend.Api> dapr run --app-id tasksmanager-backend-api --app-port <web api application https port number found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl -- dotnet run
2525
```
2626

27-
=== ".Net 7 or above"
27+
=== ".NET 7 or above"
2828

2929
```powershell
3030

@@ -270,13 +270,13 @@ If you have been using the dapr cli commands instead of the aforementioned debug
270270
!!! note
271271
Remember to replace the placeholders. Remember to use https port number for the Web API application.
272272

273-
=== ".Net 6 or below"
273+
=== ".NET 6 or below"
274274

275275
```powershell
276276

277277
dapr run --app-id tasksmanager-backend-api --app-port <web api application https port number found under properties->launchSettings.json. e.g. 7112> --dapr-http-port 3500 --app-ssl --resources-path "../components" dotnet run
278278
```
279-
=== ".Net 7 or above"
279+
=== ".NET 7 or above"
280280

281281
```powershell
282282

docs/aca/05-aca-dapr-pubsubapi/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ To do so, run the below commands in PowerShell console, ensure you are on the ri
213213
!!! info
214214
Remember to replace the placeholders with your own values.
215215

216-
=== ".Net 6 or below"
216+
=== ".NET 6 or below"
217217

218218
```powershell
219219

@@ -223,7 +223,7 @@ To do so, run the below commands in PowerShell console, ensure you are on the ri
223223

224224
```
225225

226-
=== ".Net 7 or above"
226+
=== ".NET 7 or above"
227227

228228
```powershell
229229

@@ -494,7 +494,7 @@ With all those bits in place, we are ready to run the publisher service `Backend
494494
!!! note
495495
Ensure you are on the right root folder of each respective project. Remember to replace the placeholders with your own values.
496496

497-
=== ".Net 6 or below"
497+
=== ".NET 6 or below"
498498

499499
```powershell
500500

@@ -504,7 +504,7 @@ With all those bits in place, we are ready to run the publisher service `Backend
504504
505505
```
506506

507-
=== ".Net 7 or above"
507+
=== ".NET 7 or above"
508508

509509
````powershell
510510

0 commit comments

Comments
 (0)