You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/webapi/quick-start-blazor-server-app.md
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,20 @@ You'll authenticate and use <xref:System.Net.Http.HttpClient> to send a `GET` re
77
77
78
78
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.
79
79
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.
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**.
81
94
82
95
The **Dependency configuration progress** dialog shows the automated steps performed by the template to register the application.
83
96
@@ -123,7 +136,7 @@ The Visual Studio template created a registered application using the informatio
123
136
124
137
:::image type="content" source="../media/quick-start-blazor-server-app-csharp-15.png" alt-text="Copy the client secret":::
125
138
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:
0 commit comments