Skip to content

Commit b86c707

Browse files
Change SSL to TLS.
1 parent 3c9030f commit b86c707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/app/change-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the *Viewing changes for all resources in Azure* section to access Change An
3333
Using [Azure Resource Graph](https://docs.microsoft.com/azure/governance/resource-graph/overview), Change Analysis provides a historical record of how the Azure resources that host your application have changed over time. Tracked settings such as managed identities, Platform OS upgrade, and hostnames can be detected.
3434

3535
### Azure Resource Manager proxied setting changes
36-
Settings such as IP Configuration rule, SSL settings, and extension versions are not yet available in ARG, so Change Analysis queries and computes these changes securely to provide more details in what changed in the app. This information is not available yet in Azure Resource Graph but will be available soon.
36+
Settings such as IP Configuration rule, TLS settings, and extension versions are not yet available in ARG, so Change Analysis queries and computes these changes securely to provide more details in what changed in the app. This information is not available yet in Azure Resource Graph but will be available soon.
3737

3838
### Changes in web app deployment and configuration (in-guest changes)
3939

articles/vs-azure-tools-storage-explorer-relnotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ Finally, support for using AzCopy with File Shares will be coming in the future.
11981198
* For Azure Stack accounts backed by AAD, Storage Explorer will now retrieve Azure Stack subscriptions when 'Target Azure Stack' is enabled. You no longer need to create a custom login environment.
11991199
* Several shortcuts were added to enable faster navigation. These include toggling various panels and moving between editors. See the View menu for more details.
12001200
* Storage Explorer feedback now lives on GitHub. You can reach our issues page by clicking the Feedback button in the bottom left or by going to [https://github.com/Microsoft/AzureStorageExplorer/issues](https://github.com/Microsoft/AzureStorageExplorer/issues). Feel free to make suggestions, report issues, ask questions, or leave any other form of feedback.
1201-
* If you are running into SSL Certificate issues and are unable to find the offending certificate, you can now launch Storage Explorer from the command line with the `--ignore-certificate-errors` flag. When launched with this flag, Storage Explorer will ignore SSL certificate errors.
1201+
* If you are running into TLS/SSL Certificate issues and are unable to find the offending certificate, you can now launch Storage Explorer from the command line with the `--ignore-certificate-errors` flag. When launched with this flag, Storage Explorer will ignore TLS/SSL certificate errors.
12021202
* There is now a 'Download' option in the context menu for blob and file items.
12031203
* Improved accessibility and screen reader support. If you rely on accessibility features, see our [accessibility documentation](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-accessibility) for more information.
12041204
* Storage Explorer now uses Electron 1.8.3
@@ -1623,7 +1623,7 @@ Finally, support for using AzCopy with File Shares will be coming in the future.
16231623
* You can now sign-in to Azure Active Directory (AAD) based Azure Stack accounts.
16241624
* You can now upload archive files over 32MB to Premium storage accounts
16251625
* Improved accessibility support
1626-
* You can now add trusted Base-64 encoded X.509 SSL certificates by going to Edit -> SSL Certificates -> Import Certificates
1626+
* You can now add trusted Base-64 encoded X.509 TLS/SSL certificates by going to Edit -> SSL Certificates -> Import Certificates
16271627
16281628
#### Fixes
16291629

0 commit comments

Comments
 (0)