Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Aug 6, 2023
1 parent 572236a commit 0b4d647
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions examples/Create_OpenAI_Service_and_Models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

This example module creates a new resource group, new cognitive OpenAI service, and two model deployments. It will then run a test to ensure the model deployment is working as expected and save the OpenAI Account and Model deployment details into an Azure Key Vault ready for consumption by other services.

![image.png]()
## Workflow

![image.png]()
![image.png](https://raw.githubusercontent.com/Pwd9000-ML/terraform-azurerm-openai-service/master/assets/Example1.png)

## Resources Created

![image.png](https://raw.githubusercontent.com/Pwd9000-ML/terraform-azurerm-openai-service/master/assets/Resources.png)

## Models Deployed

![image.png](https://raw.githubusercontent.com/Pwd9000-ML/terraform-azurerm-openai-service/master/assets/Deployments.png)

## Secrets Saved

![image.png](https://raw.githubusercontent.com/Pwd9000-ML/terraform-azurerm-openai-service/master/assets/var-secrets.png)

<!-- BEGIN_TF_DOCS -->

Expand Down

0 comments on commit 0b4d647

Please sign in to comment.