8000 Make some long lines shorter to fit our soft limit of 80 chars per line · a-ast/symfony-docs@50c33a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50c33a8

Browse files
javiereguiluzxabbuh
authored andcommitted
Make some long lines shorter to fit our soft limit of 80 chars per line
1 parent 9724caf commit 50c33a8

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

deployment/azure-website.rst

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,36 @@ Here, you will be prompted to fill in some basic information.
3030
.. image:: /_images/deployment/azure-website/step-02.png
3131
:alt: Setup the Azure Website
3232

33-
For the URL, enter the URL that you would like to use for your Symfony application,
34-
then select your **Subscription**, **Create a new Resource Group** (which is a
35-
collection of resources that share the same lifecycle, permissions and policies).
36-
Pick ClearDB as a **Database Provider**. Create a new **App Service plan/Location**
37-
you will be prompted to set up your app service plan with a name, a region and a pricing tier.
38-
Then create a new **Database**, you will be prompted to set up your MySQL database storage with a
39-
database name and a region. The MySQL database storage is provided by Microsoft
40-
in partnership with ClearDB. Choose the same region you selected for App Service plan.
33+
For the URL, enter the URL that you would like to use for your Symfony
34+
application, then select your **Subscription**, **Create a new Resource Group**
35+
(which is a collection of resources that share the same lifecycle, permissions
36+
and policies). Pick ClearDB as a **Database Provider**. Create a new **App
37+
Service plan/Location** you will be prompted to set up your app service plan
38+
with a name, a region and a pricing tier. Then create a new **Database**, you
39+
will be prompted to set up your MySQL database storage with a database name and
40+
a region. The MySQL database storage is provided by Microsoft in partnership
41+
with ClearDB. Choose the same region you selected for App Service plan.
4142

4243
Click Create to continue.
4344

44-
Once you created the web site, select **All resources** in the left menu and choose the website you just created.
45+
Once you created the web site, select **All resources** in the left menu and
46+
choose the website you just created.
4547

4648
Step 2: Where Is your Source Code
4749
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4850

49-
Now, select **Deployment options** under **APP DEPLOYMENT**, select **Choose Source** and choose
50-
**Local Git repository** to configure your Azure Website credentials. If you choose a different source
51-
like GitHub or Bitbucket you can ignore the next step.
51+
Now, select **Deployment options** under **APP DEPLOYMENT**, select **Choose
52+
Source** and choose **Local Git repository** to configure your Azure Website
53+
credentials. If you choose a different source like GitHub or Bitbucket you can
54+
ignore the next step.
5255

5356
.. image:: /_images/deployment/azure-website/step-03.png
5457
:alt: Setup a local Git repository
5558

56-
Once you selected **Local Git repository**, click **Setup connection** you will be prompted
57-
to create a username and a secure password: these will become essential identifiers
58-
to connect to the FTP server and also to push your application code to the Git repository.
59+
Once you selected **Local Git repository**, click **Setup connection** you will
60+
be prompted to create a username and a secure password: these will become
61+
essential identifiers to connect to the FTP server and also to push your
62+
application code to the Git repository.
5963

6064
.. image:: /_images/deployment/azure-website/step-04.png
6165
:alt: Configure Azure Website credentials
@@ -90,7 +94,8 @@ Even though Symfony only requires PHP 5.3.9 to run, it's always recommended
9094
to use the most recent PHP version whenever possible. PHP 5.3 is no longer
9195
supported by the PHP core team, but you can update it easily in Azure.
9296

93-
To update your PHP version on Azure, go to the **Application settings** under **SETTINGS** and select the version you want.
97+
To update your PHP version on Azure, go to the **Application settings** under
98+
**SETTINGS** and select the version you want.
9499

95100
.. image:: /_images/deployment/azure-website/step-07.png
96101
:alt: Enabling the most recent PHP runtime from Azure Website Control Panel
@@ -147,13 +152,16 @@ Website repository.
147152
Enabling the PHP intl Extension
148153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149154

150-
**The** ``intl`` **extension is now enabled by default. The following steps are no longer necessary.** You can check if the ``intl`` extension is enabled in the :phpfunction:`phpinfo` page.
155+
**The** ``intl`` **extension is now enabled by default. The following steps are
156+
no longer necessary.** You can check if the ``intl`` extension is enabled in the
157+
:phpfunction:`phpinfo` page.
151158

152159
However if the ``intl`` extension is not enabled you can follow these steps.
153160

154-
This is the tricky part of the guide! To enable the ``intl`` extension, there is no need to upload
155-
any DLL files as the ``php_intl.dll`` file already exists on Azure. In fact,
156-
this file just needs to be moved into the custom website extension directory.
161+
This is the tricky part of the guide! To enable the ``intl`` extension, there is
162+
no need to upload any DLL files as the ``php_intl.dll`` file already exists on
163+
Azure. In fact, this file just needs to be moved into the custom website
164+
extension directory.
157165

158166
To get the ``php_intl.dll`` file under your ``site/wwwroot`` directory, simply
159167
access the online **Kudu** tool by browsing to the following URL:
@@ -321,8 +329,9 @@ credentials, CSRF token protection, etc. These parameters come from the
321329
:alt: Configuring Symfony global parameters
322330

323331
The most important thing in this article is to correctly set up your database
324-
settings. You can get your MySQL database settings in the **Application settings** page. Simply click on the
325-
**Show connection string values** link to make them appear.
332+
settings. You can get your MySQL database settings in the **Application
333+
settings** page. Simply click on the **Show connection string values** link to
334+
make them appear.
326335

327336
.. image:: /_images/deployment/azure-website/step-16.png
328337
:alt: MySQL database settings

0 commit comments

Comments
 (0)
0