Skip to content

Commit

Permalink
fixing typeOs and markdown link checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianwilliams committed Feb 12, 2025
1 parent c60017c commit 1a4c35c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dotnet/samples/Demos/CopilotAgentPlugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This sample for demonstration purposes uses a [Device Code Authentication flow](
![A screenshot of a new secret in the Client secrets list](images/AppRegistration_APIPermissions.png)


### Update appsettings.Development.json
### Update appsettings Development File

1. Rename the [appsettings.json](CopilotAgentPluginsDemoSample/appsettings.json) file to `appsettings.Development.json`. Open the file in Visual Studio code or any text editor.

Expand All @@ -125,7 +125,7 @@ This sample for demonstration purposes uses a [Device Code Authentication flow](
- `TenantId`: set to the tenant ID from your app registration
- `ClientId`: set to the client ID from your app registration
- `ClientSecret`: set to the client secret from your app registration
- `RedirectUri`: set to the http://loalhost
- `RedirectUri`: set to the http://localhost
- `OpenAI`: if you are using OpenAI as your LLM provider ensure that the
- `ApiKey` : is filled out
- `ModelId` : is filled out
Expand All @@ -137,7 +137,7 @@ This sample for demonstration purposes uses a [Device Code Authentication flow](

### Start the application

Open the repository with Visual Studio Code. Open a **New Terminal** and tpye.
Open the repository with Visual Studio Code. Open a **New Terminal** and type.

To run without Debug Mode type:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Make sure that your app registration includes the required permission for Micros

## You get a build error when you issue dotnet run demo command

Ensure that you have copied the appsettings.json file into a new or renamed appsettings.Development.json file as directed in the [Update appsettings.Development.json](README.md#Update-appsettings.Development.json)
Ensure that you have copied the appsettings.json file into a new or renamed appsettings.Development.json file as directed in the [Update appsettings.Development.json](README.md#update-appsettings-development-file)

0 comments on commit 1a4c35c

Please sign in to comment.