Skip to content

Commit d2b4cfc

Browse files
Editing.
1 parent f1a45c3 commit d2b4cfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
205205
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When the deployment completes, you see the following output:
206206
207207
```output
208-
[INFO] Successfully deployed the artifact to https://<app-name>.azurewebsites.net
208+
[INFO] Successfully deployed the artifact to <URL>
209209
[INFO] ------------------------------------------------------------------------
210210
[INFO] BUILD SUCCESS
211211
[INFO] ------------------------------------------------------------------------
@@ -214,7 +214,7 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
214214
[INFO] ------------------------------------------------------------------------
215215
```
216216
217-
Your application is ready at `http://<appName>.azurewebsites.net/`.
217+
Your application is ready.
218218
219219
### [Spring Boot](#tab/springboot)
220220

articles/app-service/includes/quickstart-php/quickstart-php-windows-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To complete this quickstart:
7878
When the web app has been created, the Azure CLI shows output similar to the following example:
7979
8080
<pre>
81-
Local git is configured with url of \<URL>
81+
Local git is configured with url of &lt;URL>
8282
{
8383
"availabilityState": "Normal",
8484
"clientAffinityEnabled": true,

0 commit comments

Comments
 (0)