https://github.com/accenture/azure-arc-playground-builder
Azure Arc Quickstart showcasing Arc-enabled App Service & Data Services
https://github.com/accenture/azure-arc-playground-builder
Last synced: about 1 year ago
JSON representation
Azure Arc Quickstart showcasing Arc-enabled App Service & Data Services
- Host: GitHub
- URL: https://github.com/accenture/azure-arc-playground-builder
- Owner: Accenture
- License: apache-2.0
- Created: 2021-08-06T13:43:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T21:02:32.000Z (over 3 years ago)
- Last Synced: 2024-04-03T10:31:13.586Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 96.8 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Arc App & Data Services Quickstart
This repo contains infrastructure-as-code automation scripts & templates to deploy an Azure Arc quickstart Hello World app. This quickstart highlights [recently announced](https://azure.microsoft.com/en-us/updates/public-preview-run-app-service-on-kubernetes-or-anywhere-with-azure-arc/) Azure Arc App Service & Data Services. The intention of this repo is to accelerate prototyping local App Service & Data on Arc enabled Kubernetes.
The set of scripts & templates in this repo do the following:
1. Create an Azure Arc connected Kubernetes cluster, either AKS or Docker Desktop single node clusters
1. Create Azure App Service and Azure Data services on top of the Arc connected Kubernetes cluster
1. Deploy & configure a Hello World web app on Arc App Service and connect to the Arc Data services backend, either SQL Managed Instance or PostgreSQL
## Prerequisites
- [Set up Workstation](docs/prerequisites.md)
## Deployment Scripts
- [Arc App Service + Arc SQL Managed Instance or PostgreSQL Hyperscale on AKS](docs/deploying-arc-aks.md)
- [Arc App Service on local Docker Desktop](docs/deploying-arc-appservice-ddk8s.md)
## Demo
[](https://youtu.be/Wzt-MehDZic)
## Next Steps
Check out Microsoft's [Azure Arc Jumpstart - ArcBox](https://azurearcjumpstart.io/azure_jumpstart_arcbox/). ArcBox is a larger-scale Arc sandbox, capable of evaluating Azure Arc scenarios on a more "on-prem" production-like Kubernetes environment.