Skip to content

Commit da9b097

Browse files
committed
edits
1 parent e322c5f commit da9b097

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/ai-services/openai/includes/whisper-dotnet.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Go to your resource in the Azure portal. The **Endpoint and Keys** can be found
5050
5151
## Passwordless authentication is recommended
5252
53-
Passwordless authentication is more secure than the key-based alternatives and is the recommended approach for connecting to Azure services. If you choose to use Passwordless authentication, you'll need to complete the following:
53+
Passwordless authentication is more secure than key-based alternatives and is the recommended approach for connecting to Azure services. If you choose to use Passwordless authentication, you'll need to complete the following:
5454
5555
1. Add the [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) package.
5656
@@ -95,15 +95,17 @@ Passwordless authentication is more secure than the key-based alternatives and i
9595
> [!IMPORTANT]
9696
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](/azure/key-vault/general/overview). For more information about credential security, see [Azure AI services security](../../security-features.md).
9797
98-
1. Run the application using the `dotnet run` command:
98+
1. Run the application using the `dotnet run` command or the run button at the top of Visual Studio:
9999
100-
```dotnetcli
101-
102-
dotnet run
103-
```
100+
```dotnetcli
101+
dotnet run
102+
```
104103
105-
If you are using the sample audio file, you should see the following text printed out in the console:
104+
If you are using the sample audio file, you should see the following text printed out in the console:
106105
107-
```text
108-
The ocelot, Lepardus paradalis, is a small wild cat native to the southwestern United States, Mexico, and Central and South America. This medium-sized cat is characterized by solid black spots and streaks on its coat, round ears, and white neck and undersides. It weighs between 8 and 15.5 kilograms, 18 and 34 pounds, and reaches 40 to 50 centimeters 16 to 20 inches at the shoulders. It was first described by Carl Linnaeus in 1758. Two subspecies are recognized, L. p. paradalis and L. p. mitis. Typically active during twilight and at night, the ocelot tends to be solitary and territorial. It is efficient at climbing, leaping, and swimming. It preys on small terrestrial mammals such as armadillo, opossum, and lagomorphs.
109-
```
106+
```text
107+
The ocelot, Lepardus paradalis, is a small wild cat native to the southwestern United States,
108+
Mexico, and Central and South America. This medium-sized cat is characterized by solid
109+
black spots and streaks on its coat, round ears...
110+
```
111+

0 commit comments

Comments
 (0)