Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion presentation/2-ACR.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ Some of the features like private endpoints are available only for the Premium p
![](images/2-encryption_cr.png)

![](images/2-review_cr.png)
![](images/2-repositories.png)

[Install azure CLI if you have not already done so] (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
**[Install azure CLI if you have not already done so] (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)**

Let's switch to using zure cli to push the image to ACR.

Expand Down
17 changes: 17 additions & 0 deletions presentation/3-AAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@ There are several ways to deploy your app:

In this demo, we'll use the container approach. We'll build a Linux/amd64 compatible image, push it to Azure Container Registry, and deploy that image into Azure App Services. The actions are also written for the same.

**Create an AAS resource in Azure portal**
![](images/3-aas.png)

![](images/3-aas_cr.png)

![](images/3-aas_container_tab.png)

![](images/3-admin_user.png)

![](images/3-env_github_token.png)

![](images/3-webapp_access_link)

![](images/3-admin_user.png)

![](images/3-app_in_action.png)

## Additional Resources

- [Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/)
Expand Down
File renamed without changes
File renamed without changes
Loading