Skip to content

Commit 360caee

Browse files
committed
Update to more detailed Key Vault warning advice reusable content
1 parent 3a08224 commit 360caee

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ Passwordless authentication is more secure than key-based alternatives and is th
9292
}
9393
```
9494
95-
> [!IMPORTANT]
96-
> 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).
95+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
9796
9897
1. Run the application using the `dotnet run` command or the run button at the top of Visual Studio:
9998

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ Your app's _package.json_ file will be updated with the dependencies.
167167

168168
You can get sample audio files, such as *wikipediaOcelot.wav*, from the [Azure AI Speech SDK repository at GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/sampledata/audiofiles).
169169

170-
> [!IMPORTANT]
171-
> 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).
170+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
172171

173172
## Output
174173

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ Your app's _package.json_ file will be updated with the dependencies.
171171

172172
You can get sample audio files, such as *wikipediaOcelot.wav*, from the [Azure AI Speech SDK repository at GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/sampledata/audiofiles).
173173

174-
> [!IMPORTANT]
175-
> 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).
174+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
176175

177176
## Output
178177

0 commit comments

Comments
 (0)