Skip to content

Commit 08385e3

Browse files
authored
Merge pull request #295535 from tomvcassidy/archiveProcessTests
removing possible blockers in archival process
2 parents 28dee9f + c52c97e commit 08385e3

4 files changed

+1
-66
lines changed

articles/cloud-services/cloud-services-application-and-service-availability-faq.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ metadata:
1111
ms.custom: compute-evergreen
1212
title: 'Application and service availability issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1313
summary: |
14-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
15-
16-
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
17-
18-
19-
14+
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
2015
2116
sections:
2217
- name: Ignored

articles/cloud-services/cloud-services-configuration-and-management-faq.yml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,7 @@ metadata:
1212
ms.custom: compute-evergreen
1313
title: 'Configuration and management issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1414
summary: |
15-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
16-
1715
This article includes frequently asked questions about configuration and management issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
18-
19-
20-
21-
**Certificates**
22-
23-
- [Why is the certificate chain of my Cloud Service TLS/SSL certificate incomplete?](#why-is-the-certificate-chain-of-my-cloud-service-tls-ssl-certificate-incomplete-)
24-
- [What is the purpose of the "Microsoft Azure Tools Encryption Certificate for Extensions"?](#what-is-the-purpose-of-the--microsoft-azure-tools-encryption-certificate-for-extensions--)
25-
- [How can I generate a Certificate Signing Request (CSR) without "RDP-ing" in to the instance?](#how-can-i-generate-a-certificate-signing-request--csr--without--rdp-ing--in-to-the-instance-)
26-
- [My Cloud Service Management Certificate is expiring. How to renew it?](#my-cloud-service-management-certificate-is-expiring--how-to-renew-it-)
27-
- [How to automate the installation of main TLS/SSL certificate(.pfx) and intermediate certificate(.p7b)?](#how-to-automate-the-installation-of-main-tls-ssl-certificate--pfx--and-intermediate-certificate--p7b--)
28-
- [What is the purpose of the "Microsoft Azure Service Management for MachineKey" certificate?](#what-is-the-purpose-of-the--microsoft-azure-service-management-for-machinekey--certificate-)
29-
30-
**Monitoring and logging**
31-
32-
- [What are the upcoming Cloud Service capabilities in the Azure portal that can help manage and monitor applications?](#what-are-the-upcoming-cloud-service-capabilities-in-the-azure-portal-that-can-help-manage-and-monitor-applications-)
33-
- [Why does Internet Information Service (IIS) stop writing to the log directory?](#why-does-iis-stop-writing-to-the-log-directory-)
34-
- [How do I enable WAD logging for Cloud Services?](#how-do-i-enable-wad-logging-for-cloud-services-)
35-
36-
**Network configuration**
37-
38-
- [How do I set the idle timeout for Azure load balancer?](#how-do-i-set-the-idle-timeout-for-azure-load-balancer-)
39-
- [How do I associate a static IP address to my Cloud Service?](#how-do-i-associate-a-static-ip-address-to-my-cloud-service-)
40-
- [What are the features and capabilities that Azure basic IPS/IDS and DDOS provide?](#what-are-the-features-and-capabilities-that-azure-basic-ips-ids-and-ddos-provide-)
41-
- [How to enable HTTP/2 on Cloud Services VM?](#how-to-enable-http-2-on-cloud-services-vm-)
42-
43-
**Permissions**
44-
45-
- [Are Microsoft internal engineers able to remote desktop to Cloud Service instances without permission?](#can-microsoft-internal-engineers-remote-desktop-to-cloud-service-instances-without-permission-)
46-
- [I can't remote desktop to Cloud Service VM by using the RDP file. I get following error: An authentication error has occurred (Code: 0x80004005)](#i-can-t-remote-desktop-to-cloud-service-vm--by-using-the-rdp-file--i-get-following-error--an-authentication-error-has-occurred--code--0x80004005-)
47-
48-
**Scaling**
49-
50-
- [I can't scale beyond X instances](#i-can-t-scale-beyond-x-instances)
51-
- [How can I configure Auto-Scale based on Memory metrics?](#how-can-i-configure-auto-scale-based-on-memory-metrics-)
52-
53-
**Generic**
54-
55-
- [How do I add `nosniff` to my website?](#how-do-i-add--nosniff--to-my-website-)
56-
- [How do I customize IIS for a web role?](#how-do-i-customize-iis-for-a-web-role-)
57-
- [What is the quota limit for my Cloud Service?](#what-is-the-quota-limit-for-my-cloud-service-)
58-
- [Why does the drive on my Cloud Service VM show little free disk space?](#why-does-the-drive-on-my-cloud-service-vm-show-little-free-disk-space-)
59-
- [How can I add an Antimalware extension for my Cloud Services in an automated way?](#how-can-i-add-an-antimalware-extension-for-my-cloud-services-in-an-automated-way-)
60-
- [How to enable Server Name Indication (SNI) for Cloud Services?](#how-to-enable-server-name-indication--sni--for-cloud-services-)
61-
- [How can I add tags to my Azure Cloud Service?](#how-can-i-add-tags-to-my-azure-cloud-service--)
62-
- [The Azure portal doesn't display the SDK version of my Cloud Service. How can I get that?](#the-azure-portal-doesn-t-display-the-sdk-version-of-my-cloud-service--how-can-i-get-that-)
63-
- [I want to shut down the Cloud Service for several months. How to reduce the billing cost of Cloud Service without losing the IP address?](#i-want-to-shut-down-the-cloud-service-for-several-months--how-to-reduce-the-billing-cost-of-cloud-service-without-losing-the-ip-address-)
64-
65-
6616
6717
sections:
6818
- name: Certificates

articles/cloud-services/cloud-services-connectivity-and-networking-faq.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ metadata:
1111
ms.custom: compute-evergreen
1212
title: 'Connectivity and networking issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1313
summary: |
14-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
15-
1614
This article includes frequently asked questions about connectivity and networking issues for [Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). For size information, see the [Cloud Services Virtual Machine (VM) size page](cloud-services-sizes-specs.md).
17-
18-
19-
2015
2116
sections:
2217
- name: Ignored

articles/cloud-services/cloud-services-deployment-faq.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ metadata:
1111
ms.custom: compute-evergreen
1212
title: 'Deployment issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1313
summary: |
14-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
15-
1614
This article includes frequently asked questions about deployment issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
17-
18-
19-
2015
2116
sections:
2217
- name: Ignored

0 commit comments

Comments
 (0)