Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteatamel/duetai-aspnet-cloudrun
Create and deploy a new ASP.NET web app to Cloud Run with Duet AI
https://github.com/meteatamel/duetai-aspnet-cloudrun
Last synced: 2 days ago
JSON representation
Create and deploy a new ASP.NET web app to Cloud Run with Duet AI
- Host: GitHub
- URL: https://github.com/meteatamel/duetai-aspnet-cloudrun
- Owner: meteatamel
- License: apache-2.0
- Created: 2024-01-17T15:10:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:24:31.000Z (12 months ago)
- Last Synced: 2024-12-27T05:41:55.602Z (7 days ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duet AI: Create and deploy a new ASP.NET web app to Cloud Run
This is a walkthrough to create a new ASP.NET web app. add a new route to it,
and then deploy to Cloud Run all with the help of Duet AI.## Prerequisites
We're assuming that you already have Duet AI installed and running in Cloud
Code. Check out [Set up Duet AI in your
IDE](https://cloud.google.com/duet-ai/docs/discover/developers#ide) to setup
Duet AI in your IDE.## Steps
Follow the following steps:
* [Create a new web app with Duet AI](./docs/create-app.md)
* [Add a new route with Duet AI](./docs/add-route.md)
* [Deploy to Cloud Run with Duet AI](./docs/deploy-cloudrun.md)