Skip to content

Commit

Permalink
Merge pull request #75 from Azure/aoai-security
Browse files Browse the repository at this point in the history
first patch
  • Loading branch information
krnese committed Mar 8, 2024
2 parents 0213a66 + 2f80bbb commit a26cc6a
Show file tree
Hide file tree
Showing 12 changed files with 5,962 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ You can deploy the following reference implementations to your Azure subscriptio

| Reference Implementation | Description | Deploy | Instructions
|:----------|:-------------------------|:------------|:-------|
| Enterprise Azure OpenAI Hub | Provides an onramp path for Gen AI use cases while ensuring a secure-by-default Azure Open AI workload composition into your Azure regions and subscriptions | <img src="./docs/media/deploytoazure.svg" alt="Deploy to Azure" width="100" height="60"> | [User Guide](./docs/EnterpriseAzureOpenAIHub.md) |
| Enterprise Azure OpenAI Hub | Provides an onramp path for Gen AI use cases while ensuring a secure-by-default Azure Open AI workload composition into your Azure regions and subscriptions | [![Deploy to Azure](./docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI)| [User Guide](./docs/EnterpriseAzureOpenAIHub.md) |

### Things that matters

Expand Down
2 changes: 1 addition & 1 deletion docs/EnterpriseAzureOpenAIHub.md
Expand Up @@ -21,7 +21,7 @@ The reference implementation has been developed, validated, and proven with seve

| Reference Implementation | Description | Deploy | Instructions
|:----------|:-------------------------|:------------|:-------|
| Enterprise Azure OpenAI Hub | Provides an onramp path for Gen AI use cases while ensuring a secure-by-default Azure Open AI workload composition into your Azure regions and subscriptions | <img src="./media/deploytoazure.svg" alt="Deploy to Azure" width="100" height="60"> | You are already here :star: :smiley: |
| Enterprise Azure OpenAI Hub | Provides an onramp path for Gen AI use cases while ensuring a secure-by-default Azure Open AI workload composition into your Azure regions and subscriptions | [![Deploy to Azure](./deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) | You are already here :star: :smiley: |

## What is Enterprise Azure OpenAI Hub?

Expand Down
1 change: 1 addition & 0 deletions docs/deploytomicrosoftcloud.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions enablement/README.md
@@ -0,0 +1,16 @@
# Recommended Azure policies for the Enterprise Azure OpenAI Hub

If you are reading this, you may be on point for Azure service enablement within your organization, and you want to ensure that the Azure OpenAI service alongside with the requisite auxiliary services are deployed with the right configuration, and that the configuration is maintained over time.

Well, in that case, you are at the right place as we provide you with the recommended Azure policies and allows you to deploy them easily to your Management Groups in Azure, with the assumption you have a uniformed approach towards your subscription organizations :smile:

| Azure Policy Initiatives | Description | Deploy
|:----------|:-------------------------|:------------|
| Secure and Compliant Azure OpenAI | Preventive and proactive policies to ensure Azure OpenAI conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant Azure Key Vault | Preventive and proactive policies to ensure Azure Key Vault conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant Azure Storage | Preventive and proactive policies to ensure Azure Storage conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant Azure Web App | Preventive and proactive policies to ensure Azure Web App conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant API Management | Preventive and proactive policies to ensure API Management conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fai-hub%2Fmain%2Fenablement%2Fpolicies%2Fapim%2FaCompliant-APIManagementPolicySetDefinition.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fai-hub%2Fmain%2Fenablement%2Fpolicies%2Fapim%2FCompliantApim.json) |
| Secure and Compliant Azure Networking | Preventive and proactive policies to ensure Azure Networking conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant Azure AI Search | Preventive and proactive policies to ensure Azure AI Search conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |
| Secure and Compliant Azure Data Factory | Preventive and proactive policies to ensure Azure Data Factory conforms to strict security requirements | [![Deploy to Azure](../docs/deploytomicrosoftcloud.svg)](https://aka.ms/DeploySecureGenAI) |

0 comments on commit a26cc6a

Please sign in to comment.