Skip to content
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

Merged
merged 4 commits into from
Dec 14, 2020
Merged

Conversation

MCKLMT
Copy link
Contributor

@MCKLMT MCKLMT commented Dec 13, 2020

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 13, 2020

Codecov Report

Merging #1133 (6879b65) into main (9f31166) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1133   +/-   ##
=======================================
  Coverage   94.22%   94.22%           
=======================================
  Files         329      329           
  Lines       15904    15904           
  Branches       14       14           
=======================================
  Hits        14985    14985           
  Misses        919      919           
Flag Coverage Δ
dotnet 94.79% <ø> (ø)
typescript 27.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Collaborator

@alex-frankel alex-frankel left a 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
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

Copy link
Collaborator

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.

@alex-frankel alex-frankel merged commit b7371d0 into Azure:main Dec 14, 2020
@MCKLMT MCKLMT deleted the azure-spring-cloud branch December 15, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants