From 16313e3317821182e460b75f963f250f8d1b8c88 Mon Sep 17 00:00:00 2001 From: Julia Kulla-Mader Date: Thu, 2 Sep 2021 11:04:19 -0400 Subject: [PATCH] Adding static web apps to Azure table --- docs/pipelines/overview-azure.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/overview-azure.md b/docs/pipelines/overview-azure.md index ef9dff5efb4..3adc7677f99 100644 --- a/docs/pipelines/overview-azure.md +++ b/docs/pipelines/overview-azure.md @@ -110,8 +110,16 @@ Follow the links provided in the following table to learn more about the Azure s :::column-end::: :::column span="3"::: Store and access unstructured data at scale using Azure Pipelines and Azure Blob Storage. - - [Build a data pipeline by using Azure Data Factory, DevOps, and machine learning](apps/cd/azure/build-data-pipeline.md) - - [Azure File Copy task](tasks/deploy/azure-file-copy.md) + :::column-end::: +:::row-end::: +--- +:::row::: + :::column span="1"::: + [Azure Static Web Apps](https://azure.microsoft.com/services/app-service/static/) + :::column-end::: + :::column span="3"::: + Use Azure Static Web Apps to automatically build and deploy a full stack web app to Azure from a code repository. + - [Tutorial: Publish Azure Static Web Apps with Azure DevOps](/azure/static-web-apps/publish-devops) :::column-end::: :::row-end::: ---