Skip to content

Commit

Permalink
moved image to different header
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen committed Jan 7, 2024
1 parent bb7b626 commit 3d098ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

A flask app that takes docx files and converts them to markdown. AI-assisted code development.

![Cloud deployment architecture](./images/cd-pipeline.jpg)

## Deploy to Azure App Service

![Cloud deployment architecture](./images/cd-pipeline.jpg)

1. Create a web app in Azure App Service. Use Python 3.12 runtime. Start with a Free App Service Plan.
2. Connect GitHub organization to the web app in Azure App Service. With a Free App Service Plan, you have to connect GitHub to the web app after the deployment. In the Azure Portal, find you web app you created in step 1. Select "Deployment Center" on the left. In the Settings tab, enter the correct source control, organization, repository, and branch. Select "Add Workflow", and Azure App Service automatically creates a workflow yaml file and adds it to your repository.
3. Using the yaml file, GitHub Actions automatically deploys the code to the web app. In GitHub, you can track the build and deployment progress using the "Actions" tab at the top of the repo.
Expand Down

0 comments on commit 3d098ee

Please sign in to comment.