private repo in azure bicep file

Dilip 20 Reputation points
2024-07-30T08:58:06.7166667+00:00

How to use Azure devops private repo in azure bicep file used to deploy web app service

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,918 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ben Gimblett 4,530 Reputation points Microsoft Employee
    2024-07-30T15:38:44.79+00:00

    Hi Thanks for the question

    Generally in this situation , using linked templates, you need to ensure the linked templates are available in storage and use a SAS URL. This is because ARM is public-multi-tenant and cant "see" into your private resources (including repos)

    If you cant or dont want to stage deployment templates in storage there's another approach which involves a secure approach to proxying the files from private repo described here
    https://techcommunity.microsoft.com/t5/azure-architecture-blog/creating-a-custom-and-secure-azure-portal-offering/ba-p/3038344

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.