-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support azure functions resource #370
Conversation
test/integration/verify/controls/azure_web_app_function_test.rb
Outdated
Show resolved
Hide resolved
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.
Overall, this is great work. Clearly you've put in a lot of effort into testing and making sure that the TF code works.
There are some rough spots in the documentation that need to be smoothed out but I will leave that in the capable hands of the Docs team.
This looks great in reading, but I hesitate to approve because I am not an Azure expert and I would not want to imply that it is more solid than it actually is - you'll need to rely on your own testing for that. But it contains all the parts I would expect in a cloud resource pack new resource PR, and it is well enough done.
Good work!
d3d9812
to
3a3325a
Compare
@IanMadd Could you please review this one? |
I made some edits to the two docs pages. Can you just verify that my edits are correct. |
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.
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.
LGTM
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.
Thanks! @sathish-progress
Singualar resource of Azure of functions Signed-off-by: Sathish <sbabu@progress.com> support listing of azure web app functions Plural resource of Azure functions Signed-off-by: Sathish <sbabu@progress.com> test resources for web app functions Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> integrate tf azure app function app Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> use valid keys for parameters & identifiers Signed-off-by: Sathish <sbabu@progress.com> update comments and remove table schema kinds Signed-off-by: Sathish <sbabu@progress.com> store local functionapp Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> tf storage blob Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> rename web_app_function & web_app_functions integrations Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> document web_app functions resource Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com> output function app related variables Signed-off-by: Sathish <sbabu@progress.com> fix bring back outputs Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
f089bc3
to
cfb5b70
Compare
Description
Add azure_web_app_function(s) resources
Issues Resolved
#373
Check List
rake lint
passes