Skip to content

Commit 375aaf7

Browse files
committed
Add Azure deployment with private endpoints
- Add built frontend static files - Add deployment package - Configure for App Service with VNet integration - Backend deployed to ACI with managed identity - Private endpoints for Cosmos DB and Blob Storage
1 parent 805dac6 commit 375aaf7

5 files changed

Lines changed: 145 additions & 0 deletions

File tree

content-gen/src/deploy.zip

224 KB
Binary file not shown.

content-gen/src/static/assets/index-B05PkGx7.js

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content-gen/src/static/assets/index-C6xB6aWi.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content-gen/src/static/assets/index-CQMr2rTA.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content-gen/src/static/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Content Generation Accelerator</title>
8+
<script type="module" crossorigin src="/assets/index-B05PkGx7.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-C6xB6aWi.css">
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)