diff --git a/.azure-devops/nightlybuild/templates/az-deployment.yml b/.azure-devops/nightlybuild/templates/az-deployment.yml index 5b238aa9a..2f61d73e5 100644 --- a/.azure-devops/nightlybuild/templates/az-deployment.yml +++ b/.azure-devops/nightlybuild/templates/az-deployment.yml @@ -54,5 +54,5 @@ steps: --subscription ${{ parameters.WorkloadSubId }} \ --location ${{ parameters.Location }} \ --name ${{ parameters.WorkloadName }} \ - --template-file $(Build.SourcesDirectory)/src/bicep/examples/tier3/tier3.bicep \ + --template-file $(Build.SourcesDirectory)/src/bicep/add-ons/tier3/tier3.bicep \ --parameters resourcePrefix=$datetime