Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArcBox 3.0 v3 #397

Merged
merged 9 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/azure_jumpstart_arcbox/DataOps/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Example:

![Screenshot showing connecting to the VM using UPN format in Bastion](./domain_login_bastion.png)

> **Note:** Logging into the Client VM without the UPN format _username@jumpstart.local_ will prevent the automation from running automatically.
> **Note:** Logging into the Client VM without the UPN format [email protected]_ will prevent the automation from running automatically.

#### The Logon scripts

Expand Down
12 changes: 6 additions & 6 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 Down Expand Up @@ -666,7 +666,7 @@ Occasionally deployments of ArcBox may fail at various stages. Common reasons fo

- Not enough vCPU quota available in your target Azure region - check vCPU quota and ensure you have at least 30 available. See the [prerequisites](#prerequisites) section for more details.
- The selected Azure region doesn't support all the necessary services. Ensure you are deploying ArcBox in one of the supported regions listed in the "ArcBox Azure Region Compatibility" section above.
- Ensure the kubeconfig context is set to the correct cluster before running any kubectl commands. For K3s-Data cluster _$Env:KUBECONFIG="C:\Users\$Env:adminUsername\.kube\config"_ and for K3s cluster _$Env:KUBECONFIG="C:\Users\$Env:adminUsername\.kube\config-k3s"_.
- Ensure the kubeconfig context is set to the correct cluster before running any kubectl commands. For _ArcBox-K3s-Data-xxxx_ cluster _$Env:KUBECONFIG="C:\Users\$Env:adminUsername\.kube\config"_ and for _ArcBox-K3s-xxxx_ cluster _$Env:KUBECONFIG="C:\Users\$Env:adminUsername\.kube\config-k3s"_.

### Exploring logs from the _ArcBox-Client_ virtual machine

Expand All @@ -690,7 +690,7 @@ In the case of a failed deployment, pointing to a failure in either the _ubuntuR

- Depending on which deployment failed, connect using SSH to the associated virtual machine public IP:
- _ubuntuRancherK3sDataSvcDeployment_ - _ArcBox-K3s-Data-xxxx_ virtual machine.
- _ubuntuRancherK3sDeployment_ - _ArcBox-K3s_ virtual machine.
- _ubuntuRancherK3sDeployment_ - _ArcBox-K3s-xxxx_ virtual machine.

![Screenshot showing ArcBox-K3s-Data-xxxx virtual machine public IP](./arcbox_k3s_data_vm_ip.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/azure_jumpstart_arcbox/ITPro/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ To inspect the compliance status of the assigned policy, perform the following:

4. Click on the highlighted dropdown menu and select the checkbox _Compliant_. Now you should see all settings included in the SSH Posture Control policy:

[Screenshot showing configuration settings](./ssh_posture_control_04.png)
![Screenshot showing configuration settings](./ssh_posture_control_04.png)

5. The compliance information is also available via Azure Resource Graph for reporting at scale across multiple machines. Navigate to "Azure Resource Graph Explorer" in the Azure portal:

Expand Down
2 changes: 1 addition & 1 deletion docs/azure_jumpstart_arcbox/getting_started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ArcBox comes in multiple "flavors" or configurations, which can be selected to b
![Screenshot showing ArcBox for IT Pros architecture diagram](./../ITPro/arch_itpro.png)

- [ArcBox for DevOps](/azure_jumpstart_arcbox/DevOps)
This essential Azure Arc-enabled Kubernetes sandbox with the included capabilities such as GitOps, Open Service Mesh (OSM), secrets management, monitoring, and more.
This essential Azure Arc-enabled Kubernetes sandbox with the included capabilities such as GitOps, Istio service mesh, secrets management, monitoring, and more.

![Screenshot showing ArcBox for DevOps architecture diagram](./../DevOps/arch_devops.png)

Expand Down
Loading