Skip to content

Commit 143cab1

Browse files
authored
Merge pull request #79045 from ahmedelnably/master
Updates to functions devops doc
2 parents 6ede314 + ad30393 commit 143cab1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ After configuring the source of your code, search for Azure Functions build temp
171171
172172
![Azure Functions build templates](media/functions-how-to-azure-devops/build-templates.png)
173173
174+
In some cases, the build artifacts have a specific folder structure and you may need to check the **Prepend root folder name to archive paths** option.
175+
176+
![Prepend Root Folder](media/functions-how-to-azure-devops/prepend-root-folder.png)
177+
174178
#### JavaScript apps
175179
176180
If your JavaScript app have a dependency on Windows native modules, you will need to update:
@@ -179,10 +183,6 @@ If your JavaScript app have a dependency on Windows native modules, you will nee
179183
180184
![Change Build Agent OS](media/functions-how-to-azure-devops/change-agent.png)
181185
182-
- The script in the **Build extensions** step in the template to `IF EXIST *.csproj dotnet build extensions.csproj --output ./bin`
183-
184-
![Change Script](media/functions-how-to-azure-devops/change-script.png)
185-
186186
### Deploy your app
187187
188188
When creating a new release pipeline, search for Azure Functions release template.
@@ -202,7 +202,7 @@ The pre-requisites for this command depend on the location of your code:
202202

203203
- You have permission to create a GitHub Personal Access Token with sufficient permissions. [GitHub PAT Permission Requirements.](https://aka.ms/azure-devops-source-repos)
204204

205-
- You have permission to commit to the master branch in your GitHub repository to commit the auto-generated YAML file.
205+
- You have permission to commit to the master branch in your GitHub repository to commit the autogenerated YAML file.
206206

207207
- If your code is in Azure Repos:
208208

-96 Bytes
Loading
55.9 KB
Loading

0 commit comments

Comments
 (0)