-
Notifications
You must be signed in to change notification settings - Fork 161
feat: Dynamically generate ARM templates #174
Conversation
ac07475
to
4fb18be
Compare
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.
Looks great. Good idea
Good stuff -- like the flexibility of options. |
dc5028e
to
86c3bc7
Compare
7293a1d
to
c49b66c
Compare
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 PR is way too big. it's really hard to focus and do a good review
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.
Had a few questions/suggestions, otherwise looks great
@@ -33,7 +35,7 @@ describe("Function App Service", () => { | |||
|
|||
beforeAll(() => { | |||
|
|||
// TODO: How to spy on defaul exported function? | |||
// TODO: How to spy on default exported function? |
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.
Remove this. Pretty sure I added it, but I don't think it's needed
Based on various well-known skus we can generate ARM templates with the correct resources and expose parameters. Well Known variations: - Consumption - Premium - AppServiceEnvironment Consolidate ARM template deployment strategy into ArmService
Based on various well-known skus we can generate ARM templates with the correct resources and expose parameters.
Well Known variations:
Consolidate ARM template deployment strategy into ArmService