-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add azure-spring-cloud example #1133
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1133 +/- ##
=======================================
Coverage 94.22% 94.22%
=======================================
Files 329 329
Lines 15904 15904
Branches 14 14
=======================================
Hits 14985 14985
Misses 919 919
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question
param app3Name string | ||
|
||
resource app1 'Microsoft.AppPlatform/Spring/apps@2020-07-01' = { | ||
name: app1Name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar question on naming here. Does this assume a parent Spring
resource exists? And does the name not need to be prefixed by the name of the Spring
resource?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the case. Check the content of the variable I pass on main.bicep. I tested the deployment template with success because I had a doubt on it btw.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! Sorry, for some reason, I missed that this was an example with modules. Thanks for the clarification.
No description provided.