awesome-azd icon indicating copy to clipboard operation
awesome-azd copied to clipboard

[New azd-template] .NET File Manager

Open alexwolfmsft opened this issue 1 year ago • 14 comments

New azd-template Submission

Fill in the sections below to populate a new gallery card for your template. All fields are mandatory unless explicitly identified as optional

1. Description

This simple starter azd template provides a basic file manager app. It deploys an ASP.NET Core web app to Azure App Service and creates an Azure Storage account with a blob container. It then connects the App Service to the Storage account using a connection string configuration setting. The app uses the Azure SDK to allow users to upload files to the storage account and view them as a list of links. It also supports GitHub actions as a CI/CD pipeline.

2. Author Information

Name: Alex Wolf

Link: https://github.com/alexwolfmsft

3. Template Repo

https://github.com/alexwolfmsft/azd-file-manager

4. Link to PR where you made your repo azd compatible

This was built from scratch for azd awesome.

5. Tags

Standard: _One or more tags representing the template. Look at the currently available tags on the [Gallery page] .NET/C#, Azure App Service, Azure Blob Storage

6. Architecture Diagram or Application Screenshot

Not sure if this is necessary for a simple app.

7. Related Issues (optional)

NA

Next Steps

Once submitted, the issue will be reviewed - we plan to do reviews on a rolling basis at regular intervals. The process will include verifying all information required for the template gallery is provided and the template works (i.e., successfully deploys to Azure with azd up).

  • If we have questions or enhancements, we will add comments in issue thread (issue stays open)
  • If the contribution is approved, we'll update the gallery directly (issue will then be closed)

alexwolfmsft avatar May 09 '23 22:05 alexwolfmsft