Skip to content

Commit

Permalink
Delete no-longer referenced samples & add links to content for remain…
Browse files Browse the repository at this point in the history
…ing samples (#235)
  • Loading branch information
ckittel authored Dec 14, 2023
1 parent c590870 commit e51a1de
Show file tree
Hide file tree
Showing 142 changed files with 58 additions and 47,210 deletions.
40 changes: 36 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# User-specific files
*.rsuser
Expand Down Expand Up @@ -31,7 +31,6 @@ bld/
[Oo]bj/
[Ll]og/
[Ll]ogs/
.vscode/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -91,6 +90,7 @@ StyleCopReport.xml
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
Expand Down Expand Up @@ -294,6 +294,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp

# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -350,6 +361,9 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/

# Visual Studio History (VSHistory) files
.vshistory/

# BeatPulse healthcheck temp database
healthchecksdb

Expand All @@ -362,5 +376,23 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd

# Temp Mac files
**/.DS_Store
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
*.sln.iml
39 changes: 0 additions & 39 deletions OperationalExcellence/Patterns/SidecarPattern/Sidecar-pattern.md

This file was deleted.

32 changes: 0 additions & 32 deletions OperationalExcellence/Patterns/SidecarPattern/sidecar.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion OperationalExcellence/ResourceLimits/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Query limits and quotas for commonly used resources

This set of Azure CLI and Azure PowerShell commands shows how to query limits and quotas for commonly used networking, SQL Database, storage, and virtual machine resources.
This set of Azure CLI and Azure PowerShell commands shows how to query limits and quotas for commonly used networking, SQL Database, storage, and virtual machine resources. To learn more about how limits and quota impact service selection see [PE:03 Selecting services](https://learn.microsoft.com/azure/well-architected/performance-efficiency/select-services) in the Azure Well-Architected Framework.

## Azure CLI instructions

Expand Down
139 changes: 0 additions & 139 deletions OperationalExcellence/azure-aks-policy/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions OperationalExcellence/azure-aks-policy/azuredeploy.json

This file was deleted.

Binary file not shown.
Loading

0 comments on commit e51a1de

Please sign in to comment.