Skip to content

Commit 068476d

Browse files
authored
Merge pull request #107154 from Jake-Fawcett/patch-1
Fixed erroneous space within Blob FQDN on subdomain-takeover.md
2 parents fa242de + 55d800e commit 068476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/fundamentals/subdomain-takeover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The tool supports the Azure resources listed in the following table. The tool ex
7878
| Service | Type | FQDNproperty | Example |
7979
|---------------------------|---------------------------------------------|--------------------------------------------|---------------------------------|
8080
| Azure Front Door | microsoft.network/frontdoors | properties.cName | `abc.azurefd.net` |
81-
| Azure Blob Storage | microsoft.storage/storageaccounts | properties.primaryEndpoints.blob | `abc. blob.core.windows.net` |
81+
| Azure Blob Storage | microsoft.storage/storageaccounts | properties.primaryEndpoints.blob | `abc.blob.core.windows.net` |
8282
| Azure CDN | microsoft.cdn/profiles/endpoints | properties.hostName | `abc.azureedge.net` |
8383
| Public IP addresses | microsoft.network/publicipaddresses | properties.dnsSettings.fqdn | `abc.EastUs.cloudapp.azure.com` |
8484
| Azure Traffic Manager | microsoft.network/trafficmanagerprofiles | properties.dnsConfig.fqdn | `abc.trafficmanager.net` |

0 commit comments

Comments
 (0)