feat: add CSB Azure OpenAI and Foundry AI service brokerpaks - #1164
Open
JJediny wants to merge 8 commits into
Open
feat: add CSB Azure OpenAI and Foundry AI service brokerpaks#1164JJediny wants to merge 8 commits into
JJediny wants to merge 8 commits into
Conversation
Brokers Azure OpenAI Service (Cognitive Services) via OSBAPI.
- Adds azure-openai.yml service definition (service ID c3d4e5f6-a7b8-9012-cdef-012345678902)
- Plans: sandbox-8h (GPT-3.5-Turbo 10K TPM + ada-002 10K TPM, 8h TTL) and standard
- Provision: creates azurerm_resource_group + azurerm_cognitive_account (OpenAI/S0)
+ azurerm_cognitive_deployment for gpt-35-turbo (0125) and text-embedding-ada-002 (v2)
- Bind: pass-through — surfaces provision API key/endpoint into VCAP_SERVICES;
no new Azure resources created per binding
- VCAP outputs: endpoint, api_key, api_version (2024-02-01), deployments JSON,
ttl_expires_at
- Uses resource_provider_registrations = none (azurerm v4 pattern)
- Uses sku {} block in azurerm_cognitive_deployment (v4 required)
- Passes terraform validate
Part of TTS cloud-sandbox AI model brokering initiative.
…tance_name constraints, ttl_hours enforcement Agent-Logs-Url: https://github.com/GSA-TTS/csb-brokerpak-azure/sessions/56da629d-d9f3-4565-97b2-cb11bb3613c6 Co-authored-by: JJediny <6350035+JJediny@users.noreply.github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces the Azure OpenAI and Microsoft Foundry AI service brokerpaks to the Azure Brokerpak suite. This allows Cloud Foundry installations to provision and bind to top-tier AI services on Azure.
Components Added:
Checklist: