-
Notifications
You must be signed in to change notification settings - Fork 3.3k
App Service cmd for importing certs from Key Vault #11429
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
Conversation
|
Please run |
|
Hi @haroldrandom. I fixed the help error and some other styling. I also added a scenario test. The test works when I run it local, but fails in CI - the error is from creating an app service plan. The same lines of code found in numerous other tests. Any idea what is wrong? |
|
@madsd Have you edited the recording YAML file manually? |
|
@jiasli please help with the PR. |
|
No changes to the Yaml file, and I can run the tests in live mode on my machine without problems. The strange thing is, that it seem to fail on the basic appservice plan create. Don't know if there is a way to get more details on the exception. |
you can delete the YAML file locally & re-record & upload the new yaml. You can also do is do a azdevsetup -c again on your local machine & see if you see this failure locally as well. |
panchagnula
left a comment
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 for doing this. Just one comment on updating the command name to reflect that this is for managed certs only. Please check with the PM as well to help us here.
|
is it necessary to support version of cert? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
No, the commands setups up the integration with KV and pulls the latest version - any future versions of the certs are handled directly between App Service and Key Vault. |
|
@yungezz, @haroldrandom requested changes has been implemented and the the latest History.rst conflict resolved. |
haroldrandom
left a comment
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.
Please @jiasli @panchagnula take a look
App Service cmd for importing certs from Key Vault:
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.