File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ In `Web.config` update the new application keys with the required credentials
160160<add key =" AzureBlobFileSystem.UsePrivateContainer:forms" value =" false" />
161161```
162162
163+ ### Warning
164+
165+ The Azure Blob container cannot be called ` forms ` as this will give unexpected behaviour, and we recommend you call it ` form-data ` or similar.
166+
163167## Authors
164168
165169 - James Jackson-South
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ artifacts:
5555deploy :
5656 # MyGet Deployment for builds & releases
5757 - provider : NuGet
58- server : https://www.myget.org/F/umbracofilesystemproviders-azure /api/v2/package
59- symbol_server : https://www.myget.org/F/umbracofilesystemproviders-azure /symbols/api/v2/package
58+ server : https://www.myget.org/F/umbraco-packages /api/v2/package
59+ symbol_server : https://www.myget.org/F/umbraco-packages /symbols/api/v2/package
6060 api_key :
61- secure : fz0rUrt3B1HczUC1ZehwVsrFSWX9WZGDQoueDztLte9/+yQG+BBU7UrO+coE8lUf
61+ secure : yvlnQEq6tmxGOdbtTuKyAhcdY1GCD98/sG9+Qo7y7SNb89GAbjLXxueOMspkjvUh
6262 artifact : /.*\.nupkg/
6363 on :
6464 branch : develop
You can’t perform that action at this time.
0 commit comments