Skip to content

Commit 600fe70

Browse files
committed
QA
1 parent eabf1d4 commit 600fe70

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed
Loading
Loading
Loading
Loading

powerapps-docs/developer/data-platform/webapi/quick-start-blazor-server-app.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,20 @@ You'll authenticate and use <xref:System.Net.Http.HttpClient> to send a `GET` re
7777

7878
In this example we are using the name *Dataverse Web Api Blazor Server Quick Start*. We will search for the application using this name in a later step.
7979

80-
1. Click **Finish**.
80+
1. Click **Next**.
81+
82+
> [!IMPORTANT]
83+
> Don't do anything in this step. Do not click **Finish**.
84+
85+
This step provides capabilities to connect to Microsoft Graph or another API, but this isn't necessary for this quickstart.
86+
87+
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-6.5.png" alt-text="Additional settings step.":::
88+
89+
1. Click **Next**. This step summarizes the changes that will be made to the project.
90+
91+
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-6.6.png" alt-text="Summary of changes":::
92+
93+
1. Click **Finish**.
8194

8295
The **Dependency configuration progress** dialog shows the automated steps performed by the template to register the application.
8396

@@ -123,7 +136,7 @@ The Visual Studio template created a registered application using the informatio
123136
124137
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-15.png" alt-text="Copy the client secret":::
125138

126-
1. In Visual Studio, within your Blazor Server app, open `appsettings.json` and add an entry for `ClientSecret` with the secret value. The contents of the `appsettings.json` file should look like this:
139+
1. In Visual Studio, within your Blazor Server app project, open `appsettings.json` and add an entry for `ClientSecret` with the secret value. The contents of the `appsettings.json` file should look like this:
127140

128141
```json
129142
{
@@ -311,9 +324,16 @@ else
311324

312325
The application is now ready!
313326

314-
Press F5 to run the program. The output should look like this:
327+
1. Press F5 to run the program. The first time the program runs you should see this consent dialog:
328+
329+
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-15.5.png" alt-text="Consent dialog":::
330+
331+
1. Click **Accept**.
332+
1. Click **Fetch data**.
333+
334+
The output should look like this:
315335

316-
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-16.png" alt-text="final result":::
336+
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-16.png" alt-text="final result":::
317337

318338
**Congratulations!** You have successfully connected to the Web API.
319339

0 commit comments

Comments
 (0)