Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcabreramsft authored Aug 15, 2024
1 parent b8da077 commit 8125ffc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/azure_jumpstart_arcbox/DevOps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ $customLocationRPOID=(az ad sp list --filter "displayname eq 'Custom Locations R

- Clone the Azure Arc Jumpstart repository

```shell
shell
git clone https://github.com/microsoft/azure_arc.git
```


- Upgrade to latest Bicep version

```shell
shell
az bicep upgrade
```


- Edit the [main.bicepparam](https://github.com/microsoft/azure_arc/blob/main/azure_jumpstart_arcbox/bicep/main.bicepparam) template parameters file and supply values for your environment.
- _`sshRSAPublicKey`_ - Your SSH public key
Expand All @@ -242,17 +242,18 @@ $customLocationRPOID=(az ad sp list --filter "displayname eq 'Custom Locations R

### Bicep deployment option 1: Azure CLI

```shell
shell
az login
az group create --name "<resource-group-name>" --location "<preferred-location>"
az deployment group create -g "<resource-group-name>" -f "main.bicep" -p "main.parameters.json" -p customLocationRPOID="$customLocationRPOID"
```


> **Note:** If you see any failure in the deployment, please check the [troubleshooting guide](#basic-troubleshooting).
### Bicep deployment option 2: Azure PowerShell

```shell

```powershell
Connect-AzAccount
$RGname = "<resource-group-name>"
Expand Down Expand Up @@ -451,7 +452,6 @@ ArcBox uses a GitOps configuration on the bookstore application to split traffic
```shell
kubectl get virtualservices.networking.istio.io -n bookstore bookstore-virtualservice -o yaml
```
![Screenshot showing Bookstore repo Traffic split 02](./bookstore04.png)
Expand Down

0 comments on commit 8125ffc

Please sign in to comment.