From 0ec2809741f1267c6e133c00d35bef3818d7cc43 Mon Sep 17 00:00:00 2001 From: Francisco Cabrera Date: Fri, 16 Aug 2024 15:47:32 -0400 Subject: [PATCH 1/4] Fix screenshot issue --- docs/azure_jumpstart_arcbox/ITPro/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure_jumpstart_arcbox/ITPro/_index.md b/docs/azure_jumpstart_arcbox/ITPro/_index.md index 9be0636e..859f5820 100644 --- a/docs/azure_jumpstart_arcbox/ITPro/_index.md +++ b/docs/azure_jumpstart_arcbox/ITPro/_index.md @@ -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: From 081038898692cf67cadb75ff3f9af54f388ac190 Mon Sep 17 00:00:00 2001 From: Venkata Chintala <29983008+chintalavr@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:05:21 -0400 Subject: [PATCH 2/4] Removed unicode chars --- docs/azure_jumpstart_arcbox/DataOps/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure_jumpstart_arcbox/DataOps/_index.md b/docs/azure_jumpstart_arcbox/DataOps/_index.md index 238e2b20..80adf4be 100644 --- a/docs/azure_jumpstart_arcbox/DataOps/_index.md +++ b/docs/azure_jumpstart_arcbox/DataOps/_index.md @@ -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 _username@jumpstart.local_ will prevent the automation from running automatically. #### The Logon scripts From ee02a21d01746c866a868f7acc508e6cd1321530 Mon Sep 17 00:00:00 2001 From: Mike Rhoads Date: Fri, 16 Aug 2024 15:11:34 -0500 Subject: [PATCH 3/4] replace OSM with Istio --- docs/azure_jumpstart_arcbox/getting_started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure_jumpstart_arcbox/getting_started/_index.md b/docs/azure_jumpstart_arcbox/getting_started/_index.md index 5ce140da..42e2772b 100644 --- a/docs/azure_jumpstart_arcbox/getting_started/_index.md +++ b/docs/azure_jumpstart_arcbox/getting_started/_index.md @@ -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) From 26c1580407ff5ee108b6d6ebb5d9b3487a6adea9 Mon Sep 17 00:00:00 2001 From: Zaid Mohammad Date: Fri, 16 Aug 2024 17:07:09 -0400 Subject: [PATCH 4/4] Fix readme --- docs/azure_jumpstart_arcbox/DevOps/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/azure_jumpstart_arcbox/DevOps/_index.md b/docs/azure_jumpstart_arcbox/DevOps/_index.md index 91160bd3..7df2503a 100644 --- a/docs/azure_jumpstart_arcbox/DevOps/_index.md +++ b/docs/azure_jumpstart_arcbox/DevOps/_index.md @@ -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 @@ -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 @@ -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)