You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is simple. Rather than having users edit and paste in their Account and Account Key, pass them in as environment variables. This is easy to do when debugging using VSCode, and also takes minimal effort through the command prompt. The benefit is that users will be less likely to publish personal information in files.
Samples with Error Handling
In the samples for azure storage v12 I don't see any sample dealing with how to handle an HTTP error (for example 400). Can error handling be added to the advanced.js sample?
The text was updated successfully, but these errors were encountered:
Environment Variables in Samples
This one is simple. Rather than having users edit and paste in their Account and Account Key, pass them in as environment variables. This is easy to do when debugging using VSCode, and also takes minimal effort through the command prompt. The benefit is that users will be less likely to publish personal information in files.
Samples with Error Handling
In the samples for azure storage v12 I don't see any sample dealing with how to handle an HTTP error (for example 400). Can error handling be added to the advanced.js sample?
The text was updated successfully, but these errors were encountered: