Skip to content

Commit 746e7e0

Browse files
committed
Added warning about naming Forms container
1 parent a8c3856 commit 746e7e0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ artifacts:
5555
deploy:
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

0 commit comments

Comments
 (0)