├── .github ├── CODE_OF_CONDUCT.md ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── bicep-audit.yml ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.ja.md ├── README.md ├── advanced-logging └── README.md ├── assets ├── EnterpriseAOAI-Architecture-Adv-Flow.svg ├── EnterpriseAOAI-Architecture-Adv.svg ├── EnterpriseAOAI-Architecture.png ├── EnterpriseLogging_0.mp4 ├── apim-config-adv-0.png ├── apim-config-apikey.png ├── apim-logger.json ├── apim-policy-event-hub-logging.xml ├── apim_config_0.0.png ├── apim_config_0.1.png ├── apim_config_0.png ├── apim_config_1.png ├── apim_config_2.png ├── apim_config_3.png ├── apim_config_4.png ├── apim_regen_keys.png ├── event-hub-explorer.png ├── monitor_0.png ├── monitor_1.png └── video.png ├── deploy-terraform ├── .gitignore ├── README.md ├── apim.tf ├── cognitive.tf ├── eventhub.tf ├── keyvault.tf ├── main.tf ├── network.tf └── variables.tf └── deploy ├── README.md ├── main.bicep ├── main.parameters.json └── modules └── cognitiveservices.bicep /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/.github/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/bicep-audit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/.github/workflows/bicep-audit.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/README.ja.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/README.md -------------------------------------------------------------------------------- /advanced-logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/advanced-logging/README.md -------------------------------------------------------------------------------- /assets/EnterpriseAOAI-Architecture-Adv-Flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/EnterpriseAOAI-Architecture-Adv-Flow.svg -------------------------------------------------------------------------------- /assets/EnterpriseAOAI-Architecture-Adv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/EnterpriseAOAI-Architecture-Adv.svg -------------------------------------------------------------------------------- /assets/EnterpriseAOAI-Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/EnterpriseAOAI-Architecture.png -------------------------------------------------------------------------------- /assets/EnterpriseLogging_0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/EnterpriseLogging_0.mp4 -------------------------------------------------------------------------------- /assets/apim-config-adv-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim-config-adv-0.png -------------------------------------------------------------------------------- /assets/apim-config-apikey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim-config-apikey.png -------------------------------------------------------------------------------- /assets/apim-logger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim-logger.json -------------------------------------------------------------------------------- /assets/apim-policy-event-hub-logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim-policy-event-hub-logging.xml -------------------------------------------------------------------------------- /assets/apim_config_0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_0.0.png -------------------------------------------------------------------------------- /assets/apim_config_0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_0.1.png -------------------------------------------------------------------------------- /assets/apim_config_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_0.png -------------------------------------------------------------------------------- /assets/apim_config_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_1.png -------------------------------------------------------------------------------- /assets/apim_config_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_2.png -------------------------------------------------------------------------------- /assets/apim_config_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_3.png -------------------------------------------------------------------------------- /assets/apim_config_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_config_4.png -------------------------------------------------------------------------------- /assets/apim_regen_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/apim_regen_keys.png -------------------------------------------------------------------------------- /assets/event-hub-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/event-hub-explorer.png -------------------------------------------------------------------------------- /assets/monitor_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/monitor_0.png -------------------------------------------------------------------------------- /assets/monitor_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/monitor_1.png -------------------------------------------------------------------------------- /assets/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/assets/video.png -------------------------------------------------------------------------------- /deploy-terraform/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/.gitignore -------------------------------------------------------------------------------- /deploy-terraform/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deploy-terraform/apim.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/apim.tf -------------------------------------------------------------------------------- /deploy-terraform/cognitive.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/cognitive.tf -------------------------------------------------------------------------------- /deploy-terraform/eventhub.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/eventhub.tf -------------------------------------------------------------------------------- /deploy-terraform/keyvault.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/keyvault.tf -------------------------------------------------------------------------------- /deploy-terraform/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/main.tf -------------------------------------------------------------------------------- /deploy-terraform/network.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/network.tf -------------------------------------------------------------------------------- /deploy-terraform/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy-terraform/variables.tf -------------------------------------------------------------------------------- /deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy/README.md -------------------------------------------------------------------------------- /deploy/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy/main.bicep -------------------------------------------------------------------------------- /deploy/main.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy/main.parameters.json -------------------------------------------------------------------------------- /deploy/modules/cognitiveservices.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/openai-python-enterprise-logging/HEAD/deploy/modules/cognitiveservices.bicep --------------------------------------------------------------------------------