Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 826 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 826 Bytes

AVD URL Redirect web app

Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a code repository. Use this repo with the quickstart to build and customize a new static site that will redirect http requests to the AVD service.

Here's how the AVD HTTP redirection works:

  • The client queries the custom domain name avd.markou.me.
  • The DNS request is resolved and the CNAME record is returned to the client.
  • The client connects to the Azure Static Website.
  • Azure Static Web App redirects the client to AVD public endpoint address.

image