MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.19k stars 21.33k forks source link

Suggestion to improve documentation - Continuous delivery with Azure Functions #123684

Open Sacotram opened 1 month ago

Sacotram commented 1 month ago

Specify which operating systems are recommended for the Azure DevOps build host-agent and Azure Functions to ensure compatibility. This can prevent any confusion and issues during the build process.

For example, in C# section, consider including a note about the recommended operating system for building C# projects according to operating system of the Azure Functions. A similar note exists for other languages that require compiling. We have verified issues occurring when a mismatch exists between build agent and Azure Functions' operating systems for C# projects.

Finally, consider creating a dedicated section for best practices, where you can elaborate on the importance of matching the build agent’s operating system with that of Azure Functions.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

PesalaPavan commented 1 month ago

@Sacotram It would be great if you could add a link to the documentation you are following for these steps? This would help us redirect the issue to the appropriate team. Thanks!!

Sacotram commented 1 month ago

@Sacotram It would be great if you could add a link to the documentation you are following for these steps? This would help us redirect the issue to the appropriate team. Thanks!!

Here https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops?tabs=javascript&pivots=v2#example-yaml-build-pipelines-1

PesalaPavan commented 1 month ago

@Sacotram Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.