Skip to content

Commit 738aa6b

Browse files
committed
acrolinx update
1 parent 03d03fb commit 738aa6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/openai/how-to/network-security-perimeter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ You can add an Azure OpenAI service to a network security perimeter in the Azure
2929

3030
* For an Azure OpenAI service within a network security perimeter, the resource must use a system or user-assigned managed identity and have a role assignment that permits read-access to data sources.
3131

32-
* Consider securing with NSP when configuring Azure Blob Storage for Azure OpenAI. Azure OpenAI now supports using Azure Blob Storage for Azure OpenAI Batch input and output files. Secure communications with Blob Storage and Azure OpenAI by placing both resources in the same perimeter. For more on the Azure OpenAI Batch and Blob Storage scenario, see [Configuring Azure Blob Storage for Azure OpenAI](batch-blob-storage).
32+
* Consider securing with a network security perimeter when configuring Azure Blob Storage for Azure OpenAI. Azure OpenAI now supports using Azure Blob Storage for Azure OpenAI Batch input and output files. Secure communications with Blob Storage and Azure OpenAI by placing both resources in the same perimeter. For more on the Azure OpenAI Batch and Blob Storage scenario, see [Configuring Azure Blob Storage for Azure OpenAI](batch-blob-storage).
3333

3434

3535
## Prerequisites
3636

3737
> [!CAUTION]
3838
> Make sure you fully understand the limitations and impact to your Azure Subscription listed in the previous section before registering the preview feature.
3939
40-
Register the Network Security Perimeter feature from the the Azure portal Preview features. The feature names are the following:
41-
* OpenAI.NspPreview
42-
* AllowNSPInPublicPreview
40+
Register the network security perimeter feature from the Azure portal preview features. The feature names are the following:
41+
* `OpenAI.NspPreview`
42+
* `AllowNSPInPublicPreview`
4343

44-
Or use the following CLI comands to register the two Preview features
44+
Or use the following CLI commands to register the two Preview features
4545
* `az feature registration create --name OpenAI.NspPreview --namespace Microsoft.CognitiveServices`
4646
* `az feature registration create --name AllowNSPInPublicPreview --namespace Microsoft.Network`
4747

0 commit comments

Comments
 (0)