Commit Graph

11 Commits (9add7f5ec62e8db4b05880ae83d3d2f4fb40c8e0)

Author SHA1 Message Date
Luke Latham 65d60b9783 LoggerMessage topic (#4697)
* LoggerMessage topic

Updates

Updates

Updates

Update

Updates

Update

* React to feedback

Update

React to feedback

Update

* React to feedback

* Update loggermessage.md

* Updates

Updates

Updates

Update

* React to feedback
2017-11-06 15:41:13 -10:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Luke Latham add022482a Lowercase me
Lowercase me pleez. 🍭
2017-09-22 22:02:59 -05:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Luke Latham 70089de5bf Update Azure Key Vault Config Provider topic and sample (#3896)
* [WIP] Update Azure Key Vault Config Provider topic and sample

@Rick-Anderson @tdykstra Would you mind marking this **WIP** right now.
I'll need to make a few passes on it prior to getting review underway.

cc/ @anurse (partner in crime on this topic), @blowdart, @pakrym,
@olavt, @Coderrob

Fixes #3369

:flame: *HOT!* :flame: updates in this one:
* 2.0 samples added (note that tabs aren't required, because the topic's
examples are the same thus far across 1.x and 2.x). However, the 1.1 and
2.0 samples are linked when mentioning to the reader what they can
download.
* Re-organized the topic a bit to accomodate the two samples.
* Reacted to the feedback in #3369 and the discussion in
https://github.com/aspnet/Docs/pull/3525.
* Samples are refactored into an example of placing secrets into a
single key vault for different app *versions*, not app names. Using app
names or the environment isn't a security best practice.

Update

Update

Updates

Updates

Update

Updates

Update

Updates

Updates

* Condition the ItemGroup for netcoreapp2.0

* React to feedback

* Update version references and sample folders

Add one

Minor text change

More minor changes

Even better

One more

* Remove dependency statement

* Update net462 deps

* Even better!

* Reverse order for 2.x tab first

* Update 2.0 samples: Only target netcoreapp
2017-08-23 11:30:39 -04:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Rob Lindley 75b1816ad8 Add KeyDelimiter replacement to GetKey function. (#3525)
Without the handling of "--" the keys never get turned into sections seperated by the ConfigurationPath delimiter.
2017-06-21 08:25:28 -07:00
Brian Hall 9edf578d07 Add troubleshooting tip for `System.TypeLoadException` (#2969)
* Add troubleshooting tip for `System.TypeLoadException`

When running AspNet Core 1.1 on top of .NET 4.6.2 and trying to use the Azure Key Vault configuration extensions, I was encountering an exception that was being thrown for `System.TypeLoadException`. I discovered this originated from the use of the Azure Key Vault API and how it interacted with an older (built-in) version of `System.Net.HTTP`. I ended up installing the updated NuGet package for `System.Net.Http` and that fixed the issue. Hopefully this proposed tip will help someone in the future. Or at least until the packages get more aligned.

* Update key-vault-configuration.md
2017-03-14 09:35:11 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Luke Latham b7ba995925 Key Vault Configuration Provider doc (#2531)
* Update configuration.md

* Create key-vault-configuration.md

* Create appsettings.json

* Add files via upload

* Update README.md

* Update KeyVaultConfigProviderSample.csproj

* Create sample-output.png

* Add files via upload

* Update key-vault-configuration.md

* Update Startup.cs

* Add files via upload

* Add files via upload

* Add files via upload

* Update Startup.cs

* Update appsettings.json

* Update Startup.cs

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Add files via upload

* Add files via upload

* Add files via upload

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update appsettings.json

* React to feedback

* React to feedback

* Update index.md

* Update toc.md

* Update configuration.md

* React to feedback - "When to use" section

* Add a phrase to KeyVaultClient bit

* Update key-vault-configuration.md

* React to feedback

* Minor update to ms.date

* New implementation and local secret storage

* Update KeyVaultConfigProviderSample.csproj

* Update Program.cs

* Minor phrasing adjustments

* Update KeyVaultConfigProviderSample.csproj

* Minor phrasing update

* Add files via upload

* Remove en-us from links

* Update web.config

* Delete License.txt

* Update Markup.cs

* Update Program.cs

* Update Startup.cs

* Update ms.date

* Note .NET Core target 1.1.0+

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Remove compiler\resources line

It isn't necessary, and it isn't in the templates.

* Update KeyVaultConfigProviderSample.csproj

* Create launchSettings.json

* Update KeyVaultConfigProviderSample.csproj

* Update Startup.cs

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Minor updates

* Minor update

* Update the doc ms.date

* Minor update
2017-02-13 10:03:08 -10:00