Azure: Bicep test #34
Merged
Merged
Conversation
paolosalvatori
approved these changes
Feb 2, 2026
paolosalvatori
left a comment
Contributor
There was a problem hiding this comment.
Approved. Thanks @DrisDary did you solve the issue you mentioned this morning during the standup call? Do all the Bicep installations succeed now? Or did you skip the Web App + SQL DB sample? I fixed the issue mentioned in the description. 🙂
DrisDary
added a commit
that referenced
this pull request
Jun 1, 2026
* added preliminary bicep tests only * renamed all resourced groups to be unique * run all tests with corrected web app-sql test for bicep * run onyl bicep tests * added logging for failing tests * revert changes * run all tests without failing bicep sql test
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.
Motivation
What We Did and Why It Was Needed
Extend the existing Azure samples CI workflow to include Bicep deployment tests alongside the existing bash scripts and Terraform tests. The repository had samples using three Infrastructure-as-Code approaches (bash scripts, Terraform, Bicep), but only bash and Terraform tests were running in CI. Without automated Bicep testing, Bicep samples could break without detection.
Needed to validate that LocalStack Azure emulator supports Bicep deployments
Changes
Todo
The bicep test located at web-app-sql-database fails and needs further investigation. For now it has been temporarily skipped but initial findings indicate the need for LocalStack Azure to add fullyQualifiedDomainName property to SQL Server resources. [To see this error just uncomment the line "samples/web-app-sql-database/python/bicep|bash deploy.sh" found in run-samples.sh]