Skip to content

Commit 78f9899

Browse files
committed
docs / scaffold plan
1 parent 2bbdc27 commit 78f9899

File tree

38 files changed

+662
-13
lines changed

38 files changed

+662
-13
lines changed

.devcontainer/devcontainer.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
4-
"name": "AI Tour Repo",
4+
"name": "MSIgnite 2025 PDY123",
55
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
6-
"features": {
7-
"ghcr.io/devcontainers/features/python:1": {}
8-
},
6+
97

108
// Features to add to the dev container. More info: https://containers.dev/features.
11-
// "features": {},
9+
"features": {
10+
"ghcr.io/devcontainers/features/azure-cli:1": {},
11+
"ghcr.io/azure/azure-dev/azd:0": {}
12+
},
1213

1314
// Use 'forwardPorts' to make a list of ports inside the container available locally.
14-
// "forwardPorts": [],
15+
"forwardPorts": [8000],
1516

1617
// Use 'postCreateCommand' to run commands after the container is created.
17-
"postCreateCommand": "pip3 install --user -r requirements.txt"
18+
"postCreateCommand": "pip3 install --user -r requirements-dev.txt",
1819

1920
// Configure tool-specific properties.
20-
// "customizations": {},
21+
"customizations": {
22+
"vscode": {
23+
"extensions": [
24+
"ms-windows-ai-studio.windows-ai-studio",
25+
"ms-python.python",
26+
"ms-toolsai.jupyter",
27+
"GitHub.copilot"
28+
]
29+
}
30+
}
2131

2232
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2333
// "remoteUser": "root"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,13 @@ Any use of third-party trademarks or logos are subject to those third-party's po
121121
1. Set a good description of this repo.
122122
1. Add the technologies that you're using in this session.
123123
124+
Colors in banner:
125+
Deep Purple (#30216F) - The dark purple background on the left side
126+
Vibrant Magenta/Pink (#E94BBF) - The bright pink areas in the middle
127+
Electric Blue (#2B76E5) - The blue tones on the right edge
128+
Medium Purple (#7C4ACD) - The transitional purple areas
129+
Light Pink (#F2A1E6) - The lighter pink areas in the mesh/grid pattern
130+
131+
Microsoft Azure's typical blue (#0078D4) and purple (#5C2D91) colors,
132+
with additional purple shade (#722ED1) for gradient effect.
124133
--->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.1 Provision Infrastructure
1+
# 1.1 Provision Infra
22

33
We will provision the AZD "Get Started with AI Agents" template as our infrastructure. These notes correspond to [this commit](https://github.com/nitya/get-started-with-ai-agents/commit/c63e1384ae6a295b3d57378fab02ac4227bf835d) on the AZD template repo. My goal is to document the usage and customization of this template to support various projects - as pre-provisioned infrastructure.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.2 Validate Infrastructure
1+
# 1.2 Validate Infra
22

33
## 1. Test Container App
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)