-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
layout: post | ||
title: "New project 2D6 Dungeon App Can we deploy it in Azure Container App (stream 212)" | ||
featured-image: https://img.youtube.com/vi/mSCUcPGC950/hqdefault.jpg | ||
date: 2024-02-23 06:30 -0500 | ||
categories: 2d6-dungeon-app | ||
--- | ||
## Summary | ||
Sharing a new project that we will be working on: 2d6 Dungeon App, and see how we could deploy it into Azure Container App. It's nice to be back! | ||
|
||
📺 - Twitch archive - stream no.212 | ||
|
||
## Replay | ||
|
||
{% include youtube.html id="mSCUcPGC950" %} | ||
<br/><!--more--> | ||
|
||
### Project | ||
|
||
All the code for this project is available on GitHub: 2d6-dungeon-app - https://github.com/FBoucher/2d6-dungeon-app | ||
|
||
### TodDos | ||
|
||
- [ ] fix dotnet root thing in container | ||
|
||
### Game Results | ||
|
||
- [@fboucheros](https://www.twitch.tv/fboucheros): 0 | ||
- [@dfluxstreams](https://www.twitch.tv/dfluxstreams): 0 | ||
- [@fredda_the_cat](https://www.twitch.tv/fredda_the_cat): 0 | ||
- [@therealsurlybot](https://www.twitch.tv/therealsurlybot): 0 | ||
- [@groversaurus](https://www.twitch.tv/groversaurus): 0 | ||
- [@coppersbeard](https://www.twitch.tv/coppersbeard): 0 | ||
- [@codebymistakes](https://www.twitch.tv/codebymistakes): 0 | ||
- [@jeffs_hat_stand](https://www.twitch.tv/jeffs_hat_stand): 0 | ||
- [@undefined_process](https://www.twitch.tv/undefined_process): 0 | ||
- [@lurkydev](https://www.twitch.tv/lurkydev): 0 | ||
- [@theclipographer](https://www.twitch.tv/theclipographer): 0 | ||
- [@theunoriginaljerk](https://www.twitch.tv/theunoriginaljerk): 0 | ||
- [@surlydev](https://www.twitch.tv/surlydev): 0 | ||
|
||
|
||
### Notes/ References / Snippets | ||
|
||
- multi no storage https://learn.microsoft.com/en-us/azure/app-service/tutorial-multi-container-app | ||
- config storage https://learn.microsoft.com/en-us/azure/container-apps/storage-mounts?pivots=azure-cli | ||
|