Skip to content

Commit 9bee939

Browse files
authored
Merge pull request #265164 from mgblythe/mb-0202-move-cs-file
[SCOPED] Move cloud services php file out of /articles into cloud-services
2 parents 40ed69b + 12f8876 commit 9bee939

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10874,12 +10874,16 @@
1087410874
"redirect_url": "/azure/azure-health-insights/overview",
1087510875
"redirect_document_id": false
1087610876
},
10877+
{
10878+
"source_path_from_root": "/articles/cloud-services-php-create-web-role.md",
10879+
"redirect_url": "/azure/cloud-services/cloud-services-php-create-web-role",
10880+
"redirect_document_id": true
10881+
},
1087710882
{
1087810883
"source_path_from_root": "/articles/networking/disaster-recovery-dns-traffic-manager.md",
1087910884
"redirect_url": "/azure/reliability/reliability-traffic-manager",
1088010885
"redirect_document_id": false
1088110886
}
10882-
1088310887

1088410888
]
1088510889
}

articles/cloud-services/cloud-services-choose-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The PaaS nature of Azure Cloud Services has other implications, too. One of the
4545
## Next steps
4646
* [Create a cloud service app in .NET](cloud-services-dotnet-get-started.md)
4747
* [Create a cloud service app in Node.js](cloud-services-nodejs-develop-deploy-app.md)
48-
* [Create a cloud service app in PHP](../cloud-services-php-create-web-role.md)
48+
* [Create a cloud service app in PHP](cloud-services-php-create-web-role.md)
4949
* [Create a cloud service app in Python](cloud-services-python-ptvs.md)
5050

5151

articles/cloud-services-php-create-web-role.md renamed to articles/cloud-services/cloud-services-php-create-web-role.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.author: msangapu
1313
# Create PHP web and worker roles
1414
## Overview
1515

16-
[!INCLUDE [Cloud Services (classic) deprecation announcement](cloud-services/includes/deprecation-announcement.md)]
16+
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1717

1818
This guide will show you how to create PHP web or worker roles in a Windows development environment, choose a specific version of PHP from the "built-in" versions available, change the PHP configuration, enable extensions, and finally, deploy to Azure. It also describes how to configure a web or worker role to use a PHP runtime (with custom configuration and extensions) that you provide.
1919

2020
Azure provides three compute models for running applications: Azure App Service, Azure Virtual Machines, and Azure Cloud Services. All three models support PHP. Cloud Services, which includes web and worker roles, provides *platform as a service (PaaS)*. Within a cloud service, a web role provides a dedicated Internet Information Services (IIS) web server to host front-end web applications. A worker role can run asynchronous, long-running or perpetual tasks independent of user interaction or input.
2121

22-
For more information about these options, see [Compute hosting options provided by Azure](cloud-services/cloud-services-choose-me.md).
22+
For more information about these options, see [Compute hosting options provided by Azure](cloud-services-choose-me.md).
2323

2424
## Download the Azure SDK for PHP
2525

@@ -144,7 +144,7 @@ To configure a worker role to use a PHP runtime that you provide, follow these s
144144
145145
## Run your application in the compute and storage emulators
146146
147-
The Azure emulators provide a local environment in which you can test your Azure application before you deploy it to the cloud. There are some differences between the emulators and the Azure environment. To understand this better, see [Use the Azure Storage Emulator for development and testing](storage/common/storage-use-emulator.md).
147+
The Azure emulators provide a local environment in which you can test your Azure application before you deploy it to the cloud. There are some differences between the emulators and the Azure environment. To understand this better, see [Use the Azure Storage Emulator for development and testing](../storage/common/storage-use-emulator.md).
148148
149149
Note that you must have PHP installed locally to use the compute emulator. The compute emulator will use your local PHP installation to run your application.
150150

articles/cloud-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ landingContent:
4545
- linkListType: how-to-guide
4646
links:
4747
- text: Create PHP web and worker roles
48-
url: ../cloud-services-php-create-web-role.md
48+
url: cloud-services-php-create-web-role.md
4949
- text: Build and deploy a Node.js application
5050
url: cloud-services-nodejs-develop-deploy-app.md
5151
- text: Build and deploy a Node.js web application using Express

articles/cloud-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- name: Develop
3030
items:
3131
- name: Create PHP web and worker roles
32-
href: ../cloud-services-php-create-web-role.md
32+
href: cloud-services-php-create-web-role.md
3333
- name: Build and deploy a Node.js application
3434
href: cloud-services-nodejs-develop-deploy-app.md
3535
- name: Build a Node.js web application using Express

0 commit comments

Comments
 (0)