Skip to content

Commit 78ce9a2

Browse files
remove powershell
1 parent da8a3c1 commit 78ce9a2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

articles/app-service/web-sites-php-configure.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ PHP 7.0 and PHP 7.2 versions are also available, but not enabled by default. To
3131

3232
3. Click the **Save** button at the top of the **General settings** blade.
3333

34-
### Azure PowerShell (Windows)
35-
36-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
37-
38-
1. Open Azure PowerShell, and login to your account:
39-
40-
PS C:\> Connect-AzAccount
41-
2. Set the PHP version for the app.
42-
43-
PS C:\> Set-AzureWebsite -PhpVersion {5.6 | 7.0 | 7.2} -Name {app-name}
44-
3. The PHP version is now set. You can confirm these settings:
45-
46-
PS C:\> Get-AzureWebsite -Name {app-name} | findstr PhpVersion
47-
4834
### Azure CLI
4935

5036
To use the Azure Command-Line Interface, you must [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) on your computer.

0 commit comments

Comments
 (0)