Error while pushing Azure ServiceBus connection string on github.

I have added Azure ServiceBus in my project while pushing github don't allow to push to git.
3 Replies
Jimmacle
Jimmacle2mo ago
why would you want to push a secret like a connection string to github? sounds like it's doing you a favor you should never include credentials in your repo
clever_cottonmouth
So where can I store environmental variables?
Jimmacle
Jimmacle2mo ago
in your environment put them in a config file, set them in the user environment variables, store them in azure key vault, etc just don't check them into version control