-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Azure integrations overview (#2285)
* Add initial bits for Azure overview. Fixes #2238 * Fix build warnings * Minor edit pass on provisioning article * Move a few things based on peer feedback * Rewrite in progress * Added a few more words, and rephrased a few things * Let's go * Apply suggestions from code review Co-authored-by: Eric Erhardt <[email protected]> * Adjust title and fix uid * Major changes, merge of Bicep article, and edit pass * Move the missing bits * Add missing topic links * Adjust TOC, edit pass, and disabiguate terms * More redirects and fixes for MD and links * Move a few more bits and fix a few more links * Fix redirect * Styling adjustment, bump to ul * Add more links * More links and details * Demote tip * Add alert about local provisioning. Edit pass * Add a few more shared snippets * Fix snippets * Apply suggestions from code review --------- Co-authored-by: Eric Erhardt <[email protected]>
- Loading branch information
1 parent
bd7f261
commit 0ec04e7
Showing
51 changed files
with
639 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"Details and summary HTML": { | ||
"scope": "markdown", | ||
"prefix": "details", | ||
"body": [ | ||
"<!-- markdownlint-disable MD033 -->", | ||
"<br/>", | ||
"<details>", | ||
"<summary id=\"$1\"><strong>Toggle $2.</strong></summary>", | ||
"<p aria-labelledby=\"$1\">", | ||
"", | ||
"$3", | ||
"", | ||
"</p>", | ||
"</details>", | ||
"<!-- markdownlint-enable MD033 -->", | ||
"$0" | ||
], | ||
"description": "Details and summary HTML" | ||
}, | ||
"Inline NuGet package reference": { | ||
"scope": "markdown", | ||
"prefix": "inline nuget", | ||
"body": [ | ||
"[📦 $1](https://www.nuget.org/packages/$1) NuGet package$0" | ||
], | ||
"description": "Add an inline NuGet package reference" | ||
}, | ||
"Install NuGet package": { | ||
"scope": "markdown", | ||
"prefix": "intall nuget", | ||
"body": [ | ||
"### [.NET CLI](#tab/dotnet-cli)", | ||
"", | ||
"```dotnetcli", | ||
"dotnet add package $1", | ||
"```", | ||
"", | ||
"### [PackageReference](#tab/package-reference)", | ||
"", | ||
"```xml", | ||
"<PackageReference Include=\"$1\"", | ||
" Version=\"*\" />", | ||
"```", | ||
"", | ||
"---", | ||
"", | ||
"For more information, see [dotnet add package](/dotnet/core/tools/dotnet-add-package) or [Manage package dependencies in .NET applications](/dotnet/core/tools/dependencies).", | ||
"$0" | ||
], | ||
"description": "Install NuGet package" | ||
}, | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.