Azure-Samples / function-image-upload-resize

Sample function in Azure Functions that demonstrates how to upload and resize images in Azure Storage.
MIT License
66 stars 160 forks source link

Perhaps we shouldn't include local.settings.example.json #9

Open ggailey777 opened 5 years ago

ggailey777 commented 5 years ago

I know that this is supposed to be an example, but I worry about showing the local.settings.*.json stored in the repo because customers may do it. @craigshoemaker what do you think?

craigshoemaker commented 5 years ago

@ggailey777 I understand the concern. How do you feel about a .txt file? Or would you just rather leave it in the README? Just trying to make it as easy as possible to get started.

ggailey777 commented 5 years ago

See, this is the problem with starting a local development example off from a GitHub repo 😁

Can we have the local.settings.json file both in the repo and also list it in the .gitignore file?

craigshoemaker commented 5 years ago

Unfortunately we can't have both 😉. I prefer having something in the repo. Perhaps we should have both a .txt file and the guidance in the readme.