Ci for az sample app tests#31
Merged
Merged
Conversation
paolosalvatori
approved these changes
Jan 14, 2026
paolosalvatori
left a comment
Contributor
There was a problem hiding this comment.
Thanks for creating this CI pipeline. Testing samples is crucial to avoid regression bugs! Thanks for deleting the samples/function-app-managed-identity/python/images/azure-storage-explorer.png:Zone.Identifier file. 🙂
DrisDary
added a commit
that referenced
this pull request
Jun 1, 2026
* Test CI pipeline on feature branch * added correct environment * added dependencies 1 * added dependecy files * removed if * addedd docker build job * licence refactor * removed not needed registering cloud part * fixed perm settings * removed az cli disable conn varification * removed comments * added terraform tests only * added script tests only * added start_interception * added pre login to azure cli * Âtest * . * .. * testing disabling az cli auth * reverts * reverts 2 * reverts 3 * reverts 4 * added .net no proxy * --no-build * skip .net test * skip sql test * testing dotnet test * only run failing tests * web app sql certificate set as trusted * trusted cert * added -N -C to all sql cmds * removed install bicep * run all test * run all test * increase runner * clean disk after each test * removed verbose debu * removed unnecessary files * updated readme * only run on merge to main * increase localstack start time to 120 s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PR creates the foundation of our CI runs to test our sample apps. All samples apps are run but only through the AZ cli. (bicep and terraform will be implemented next). Test are split across two shards that run in parallel and this ensures faster completion. Since runners are the basic 'ubuntu-latest' the decision has been made clean disk in between all tests in order to avoid exceeding memory limits which can lead to failure.