From ed5a648413841f676cb9afb63c77e59271667db4 Mon Sep 17 00:00:00 2001 From: Tulika Chaudharie Date: Thu, 4 Apr 2024 17:36:38 +0530 Subject: [PATCH 1/3] Sidecars and webjobs --- ...4-04-04-Public-Preview-Sidecars-Webjobs.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md diff --git a/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md new file mode 100644 index 000000000..ee3234e0c --- /dev/null +++ b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md @@ -0,0 +1,28 @@ +--- +title: "Unlocking Possibilities: Introducing Sidecar Pattern and Webjobs for Linux App Service in Public Preview!" +author_name: "Tulika Chaudharie" +toc: true +toc_sticky: true +tags: + - Linux App Service +--- + +Today marks an important milestone in the evolution of our Linux App Service offering as we announce the launch of two powerful features, both now available in Public Preview: the Sidecar Pattern and Webjobs. + +## Introducing the Sidecar Pattern + +As highlighted in our recent blog post [A Glimpse into the Future: The Sidecar Pattern on Linux App Service](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/a-glimpse-into-the-future-the-sidecar-pattern-on-linux-app/ba-p/4045680), the Sidecar pattern allows you to co-locate a cohesive set of tasks with the primary application but place them inside their own process or container. This allows you to seamlessly extend the functionality of your primary application by attaching companion containers, or "sidecars," each serving a specific purpose or function. + +We now have a rich experience on the Azure portal which allows you to create a sidecar-enabled Linux web app. To delve deeper into the feature and create your first Sidecar application, please refer to [Tutorial: Configure a sidecar container for custom container in Azure App Service (preview)](https://go.microsoft.com/fwlink/?linkid=2257512) + +Currently, the feature is enabled scenarios where you want to use a custom Container image. We are working to enable it for our pre-defined application stacks as well. More on that is coming soon. + +## Webjobs for Linux App Service + +Another feature that we are enabling for Linux App Service is the ability to create Webjobs. Designed to streamline the execution of background tasks and scheduled processes, Webjobs offer a solution for automating routine operations within your applications hosted on the Linux App Service. We have always had the feature for our Windows offerings and now we are bringing the same convenience to Linux App Service. + +To learn more about webjobs and how to use it, please refer to [Run background tasks with WebJobs in Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/webjobs-create). + +**Conclusion** + +Exciting times lie ahead for Linux App Service, and we're thrilled to have you along for the ride. We are actively working to add more experiences to the service and we are always interested in your feedback. From 398f6fd78cb0a2f13404793c02c201e2e4ec2965 Mon Sep 17 00:00:00 2001 From: Tulika Chaudharie Date: Thu, 4 Apr 2024 21:30:17 +0530 Subject: [PATCH 2/3] added link --- _posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md index ee3234e0c..eb94764c7 100644 --- a/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md +++ b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md @@ -26,3 +26,5 @@ To learn more about webjobs and how to use it, please refer to [Run background t **Conclusion** Exciting times lie ahead for Linux App Service, and we're thrilled to have you along for the ride. We are actively working to add more experiences to the service and we are always interested in your feedback. + +Remember to checkout our Community Stanup on 10th April 2024 to learn more about both features. From 7151751ac688b91e633b76efbc6812a8c13f0072 Mon Sep 17 00:00:00 2001 From: Tulika Chaudharie Date: Thu, 4 Apr 2024 21:48:18 +0530 Subject: [PATCH 3/3] updated link --- _posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md index eb94764c7..9f05fbfed 100644 --- a/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md +++ b/_posts/2024-04-04-Public-Preview-Sidecars-Webjobs.md @@ -27,4 +27,4 @@ To learn more about webjobs and how to use it, please refer to [Run background t Exciting times lie ahead for Linux App Service, and we're thrilled to have you along for the ride. We are actively working to add more experiences to the service and we are always interested in your feedback. -Remember to checkout our Community Stanup on 10th April 2024 to learn more about both features. +Remember to checkout our [Community Standup on 10th April 2024](https://www.youtube.com/live/s7pT0oX7jcs?si=QKTRLYbMuS18kHy4) to learn more about both features. \ No newline at end of file