Skip to content

Commit 544cfef

Browse files
committed
add Deploy to Azure
1 parent ad86471 commit 544cfef

File tree

4 files changed

+920
-2
lines changed

4 files changed

+920
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,4 @@ cython_debug/
161161

162162
# Project
163163
*.env
164-
artifacts/
165164
generated/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[![docker-release](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/docker-release.yaml)
44
[![ghcr](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/ghcr.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-azure-openai/actions/workflows/ghcr.yaml)
55

6+
<!-- https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-to-azure-button -->
7+
8+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fks6088ts-labs%2Fworkshop-azure-openai%2Fmain%2Finfra%2Fartifacts%2Fazuredeploy.json)
9+
610
# workshop-azure-openai
711

812
This repository is for a workshop using Azure OpenAI Service.

infra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build: ## build a bicep file
5151
@mkdir -p $(OUT_DIR)
5252
@az bicep build \
5353
--file $(BICEP_MAIN) \
54-
--outfile $(OUT_DIR)/$(GIT_REVISION).json
54+
--outfile $(OUT_DIR)/azuredeploy.json
5555

5656
.PHONY: test
5757
test: deployment-what-if ## test codes

0 commit comments

Comments
 (0)