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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ You'll authenticate and use <xref:System.Net.Http.HttpClient> to send a `GET` re
79
79
80
80
1. Click **Next**.
81
81
82
-
> [!IMPORTANT]
83
-
> Don't do anything in this step. Do not click **Finish**.
82
+
> [!NOTE]
83
+
> You don't need to do anything in this step.
84
84
85
85
This step provides capabilities to connect to Microsoft Graph or another API, but this isn't necessary for this quickstart.
86
86
@@ -187,7 +187,7 @@ Add the following below `"AllowedHosts": "*"` where `<your org>` represents the
187
187
188
188
### Program.cs
189
189
190
-
1. To access the value of the Web API base URI in the settings, add the line below commented with `// Get BaseUri from appsettings.json` in the `Main` method below <br />`var builder = WebApplication.CreateBuilder(args);`
190
+
1. To access the value of the Web API base URI in the settings, add the line below commented with `// Get BaseUri from appsettings.json` in the `Main` method below the line: <br />`var builder = WebApplication.CreateBuilder(args);`
191
191
192
192
```csharp
193
193
publicstaticvoidMain(string[] args)
@@ -198,7 +198,7 @@ Add the following below `"AllowedHosts": "*"` where `<your org>` represents the
0 commit comments