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

Changing illegal key vault secret name #233

Merged
merged 1 commit into from
May 10, 2022

Conversation

adityakaul
Copy link
Contributor

This PR fixes a typo in the ARM template shown in the Feathr quickstart. Currently, the deploy to azure button fails to deploy because the secret name REDIS_PASSWORD is illegal .Secrets can only contain alphanumeric characters and dashes. Changing it to REDIS-PASSWORD to match the rest of the template. This secret is not used in the jupyter notebook shown in quick start, so does not need to be changed there.

@hangfei
Copy link
Collaborator

hangfei commented May 10, 2022

Could you help review change? @xiaoyongzhu

@xiaoyongzhu xiaoyongzhu self-requested a review May 10, 2022 17:49
@xiaoyongzhu xiaoyongzhu merged commit f2c82cd into feathr-ai:main May 10, 2022
@xiaoyongzhu
Copy link
Member

Thanks for the fix @adityakaul !

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.

4 participants