You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample
15
-
queries for Azure Cosmos DB. For a complete list of Azure Resource Graph samples, see
16
-
[Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md)
17
-
and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
14
+
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample queries for Azure Cosmos DB. For a complete list of Azure Resource Graph samples, see
15
+
[Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
Copy file name to clipboardExpand all lines: articles/cosmos-db/troubleshoot-cmk.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ In Scenario 3: Expected as the Multi-tenant App is not there or deleted.
99
99
100
100
**Mitigation**
101
101
102
-
For Scenario 1: customer needs to follow Configure your azure key vault instance section on [setup customer managed keys documentation](./how-to-setup-customer-managed-keys.md) to retrieve the Key Vault Key Uri
102
+
For Scenario 1: customer needs to follow Configure your azure key vault instance section on [setup customer managed keys documentation](./how-to-setup-customer-managed-keys.md) to retrieve the Key Vault Key Uri
103
103
104
104
For Scenario 2: customer need to add the missing “&FederatedClientId=<00000000-0000-0000-0000-000000000000>” into the default identity.
Copy file name to clipboardExpand all lines: articles/data-factory/ci-cd-github-troubleshoot-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,13 +245,13 @@ Following section isn't valid because package.json folder isn't valid.
245
245
It should have DataFactory included in customCommand like *'run build validate $(Build.Repository.LocalPath)/DataFactory/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testResourceGroup/providers/Microsoft.DataFactory/factories/yourFactoryName'*. Make sure the generated YAML file for higher stage should have required JSON artifacts.
246
246
247
247
248
-
### Extra left "[" displayed in published JSON file
248
+
### Extra left `[` displayed in published JSON file
249
249
250
250
#### Issue
251
-
When publishing with DevOps, there's an extra "[" displayed. The service adds one more "[" in an ARM template in DevOps automatically. You'll see an expression like "[[" in JSON file.
251
+
When publishing with DevOps, there's an extra `[` displayed. The service adds one more `[` in an ARM template in DevOps automatically. You'll see an expression like `[[` in JSON file.
252
252
253
253
#### Cause
254
-
Because [ is a reserved character for ARM templates, an extra [ is added automatically to escape "[".
254
+
Because `[` is a reserved character for ARM templates, an extra `[` is added automatically to escape `[`.
255
255
256
256
#### Resolution
257
257
This is normal behavior during the publishing process for CI/CD.
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-deploy-vm-specialized-image-powershell.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,4 +293,3 @@ This article used only one resource group to create all the VM resource. Deletin
293
293
294
294
- [Prepare a generalized image from a Windows VHD to deploy VMs on Azure Stack Edge Pro GPU](azure-stack-edge-gpu-prepare-windows-vhd-generalized-image.md)
295
295
- [Prepare a generalized image from an ISO to deploy VMs on Azure Stack Edge Pro GPU](azure-stack-edge-gpu-prepare-windows-generalized-image-iso.md)
Copy file name to clipboardExpand all lines: articles/ddos-protection/fundamental-best-practices.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,7 @@ Ensuring that an application is resilient enough to handle a denial of service t
28
28
Scalability is how well a system can handle increased load. Design your applications to [scale horizontally](/azure/architecture/guide/design-principles/scale-out) to meet the demand of an amplified load, specifically in the event of a DDoS attack. If your application depends on a single instance of a service, it creates a single point of failure. Provisioning multiple instances makes your system more resilient and more scalable.
29
29
30
30
For [Azure App Service](../app-service/overview.md), select an [App Service plan](../app-service/overview-hosting-plans.md) that offers multiple instances. For Azure Cloud Services, configure each of your roles to use [multiple instances](../cloud-services/cloud-services-choose-me.md).
31
-
For [Azure Virtual Machines](../virtual-machines/index.yml), ensure that your virtual machine (VM) architecture includes more than one VM and that each VM is
32
-
included in an [availability set](../virtual-machines/windows/tutorial-availability-sets.md). We recommend using [virtual machine scale sets](../virtual-machine-scale-sets/overview.md)
33
-
for autoscaling capabilities.
31
+
For [Azure Virtual Machines](../virtual-machines/index.yml), ensure that your virtual machine (VM) architecture includes more than one VM and that each VM is included in an [availability set](../virtual-machines/windows/tutorial-availability-sets.md). We recommend using [virtual machine scale sets](../virtual-machine-scale-sets/overview.md) for autoscaling capabilities.
* If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources should be billed. Select a specific subscription using the [Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet.
Create an [Azure resource group](../azure-resource-manager/management/overview.md)
47
-
using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup)
48
-
cmdlet. A resource group is a logical container in which Azure resources are deployed and managed as
49
-
a group.
43
+
Create an [Azure resource group](../azure-resource-manager/management/overview.md) using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet. A resource group is a logical container in which Azure resources are deployed and managed as a group.
50
44
51
45
The following example creates a resource group with the specified name and in the specified location.
[New-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/new-azdedicatedhsm) cmdlet. The following
61
-
example creates a dedicated HSM in the specified subscription.
54
+
[New-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/new-azdedicatedhsm) cmdlet. The following example creates a dedicated HSM in the specified subscription.
[Update-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/update-azdedicatedhsm) cmdlet. The
102
-
following example updates a dedicated HSM in the specified subscription.
93
+
[Update-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/update-azdedicatedhsm) cmdlet. The following example updates a dedicated HSM in the specified subscription.
# Azure Resource Graph sample queries for Microsoft Defender for Cloud
10
10
11
-
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample
12
-
queries for Microsoft Defender for Cloud. For a complete list of Azure Resource Graph samples, see
13
-
[Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md)
14
-
and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
11
+
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample queries for Microsoft Defender for Cloud. For a complete list of Azure Resource Graph samples, see [Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
0 commit comments