Skip to content

Commit 2dbcbd5

Browse files
committed
change image filename and PII mask format
1 parent 6d2bfeb commit 2dbcbd5

File tree

7 files changed

+4
-3
lines changed

7 files changed

+4
-3
lines changed

articles/cloudfoundry/create-cloud-foundry-on-azure.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.workload: web
2121

2222
This tutorial provides quick steps on creating and generated parameters needed to provision a Pivotal Cloud Foundry PCF cluster on Azure. The Pivotal Cloud Foundry solution can be found by performing a search on Azure [MarketPlace](https://azuremarketplace.microsoft.com/marketplace/apps/pivotal.pivotal-cloud-foundry).
2323

24-
![Alt image text](media/deploy/pcf-marketplace1.png "Search Pivotal Cloud Foundry in Azure")
24+
![Alt image text](media/deploy/pcf-marketplace.png "Search Pivotal Cloud Foundry in Azure")
2525

2626

2727
## Generate an SSH public key
@@ -73,7 +73,7 @@ ssh-keygen -t rsa -b 2048
7373

7474
`az role assignment create --assignee {service-princ-name} --role “Contributor” `
7575

76-
![Alt image text](media/deploy/svc-princ3.png "Service Principal role assignment")
76+
![Alt image text](media/deploy/svc-princ.png "Service Principal role assignment")
7777

7878
6. Verify that you can successfully log into your Service Principal using the appId, password & tenantId.
7979

@@ -97,6 +97,7 @@ ssh-keygen -t rsa -b 2048
9797
3. Scroll to the bottom of the page and copy the **LEGACY API TOKEN** value. This is your **Pivotal Network Token** value that will be used later.
9898

9999
## Provision your Cloud Foundry on Azure
100+
100101
1. Now you have all the parameters needed to provision your [Pivotal Cloud Foundry on Azure](https://azuremarketplace.microsoft.com/marketplace/apps/pivotal.pivotal-cloud-foundry) cluster.
101102
2. Enter the parameters and create your PCF cluster.
102103

@@ -121,5 +122,5 @@ ssh-keygen -t rsa -b 2048
121122

122123
5. Your PCF Ops Manager should display the deployed Azure instances. Now you can start deploying and managing your applications here!
123124

124-
![Alt image text](media/deploy/Ops-Mgr7.png "Deployed Azure imstance in Pivotal")
125+
![Alt image text](media/deploy/ops-mgr.png "Deployed Azure imstance in Pivotal")
125126

Loading
Loading
Loading

0 commit comments

Comments
 (0)