Skip to content

Commit fdb9879

Browse files
authored
Merge pull request #294637 from pauljewellmsft/files-dev-docs
[Files] Refocus/refresh developer docs
2 parents de5bda7 + 65a05db commit fdb9879

File tree

4 files changed

+710
-108
lines changed

4 files changed

+710
-108
lines changed

articles/security/develop/threat-modeling-tool-communication-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This rule works by returning an HTTP status code of 301 (permanent redirect) whe
192192
| **SDL Phase** | Build |
193193
| **Applicable Technologies** | Generic |
194194
| **Attributes** | StorageType - File |
195-
| **References** | [Azure Files](https://azure.microsoft.com/blog/azure-file-storage-now-generally-available/#comment-2529238931), [Azure Files SMB Support for Windows Clients](../../storage/files/storage-dotnet-how-to-use-files.md#understanding-the-net-apis) |
195+
| **References** | [Azure Files](https://azure.microsoft.com/blog/azure-file-storage-now-generally-available/#comment-2529238931), [Azure Files SMB Support for Windows Clients](../../storage/files/storage-dotnet-how-to-use-files.md#about-net-app-development-with-azure-files) |
196196
| **Steps** | Azure Files supports HTTPS when using the REST API, but is more commonly used as an SMB file share attached to a VM. SMB 2.1 does not support encryption, so connections are only allowed within the same region in Azure. However, SMB 3.x supports encryption, and can be used with Windows Server 2012 R2, Windows 8, Windows 8.1, and Windows 10, allowing cross-region access and even access on the desktop. |
197197

198198
## <a id="cert-pinning"></a>Implement Certificate Pinning

articles/storage/files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@
271271
href: files-monitoring-alerts.md
272272
- name: Application development
273273
items:
274+
- name: Overview
275+
href: storage-files-developer-overview.md
274276
- name: Configure connection strings
275277
href: ../common/storage-configure-connection-string.md?toc=/azure/storage/files/toc.json
276278
- name: .NET

0 commit comments

Comments
 (0)