Skip to content

Commit 6ba7d6b

Browse files
committed
update assignment 1
1 parent d339527 commit 6ba7d6b

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

Assignment1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ The purpose of this assignment is to solidify your learning of:
3333
- OIDC Federated Credential Configuration
3434
- Log of GitHub actions successfully ran with oidc login and subscription resources listed
3535

36+
13. Create a new .NET based web app
37+
14. Deploy the web app to Azure App Service
38+
39+
40+
3641
## Extra Credit
3742

3843
From the script, create a resource in Azure and have it be part of the list, then delete the resource.

Lectures.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@
4646
### Topics Covered
4747
- Deploying applications to Azure
4848
- Enterprise application architecture
49-
- CI/CD with GitHub Actions
50-
- Wordle clone
51-
- client side
52-
- turning into a scalable "enterprise" SaaS
49+
- Simple web app
5350
- Azure App Service
5451
- Build and deploy
5552
- App Configuration
5653
- Slots
54+
- CI/CD with GitHub Actions
5755

5856
## Lecture 4
5957
### Topics Covered

doc/appservice.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Walkthrough
2+
1. build sample .net web app
3+
1. run locally
4+
1. create app service
5+
1. deploy to app service
6+
7+
Tooling
8+
- dotnet SDK
9+
- vscode
10+
- Azure Extensions for vscode
11+
-
12+

0 commit comments

Comments
 (0)