Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)