Skip to content

Commit 4117aef

Browse files
Merge pull request #222329 from pritamso/Broken-link-fix-cynthn
Broken link fixed
2 parents 1206865 + 1f3cab4 commit 4117aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/azure-compute-gallery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ For example, let's say you have an image of a 127 GB OS disk, that only occupies
289289

290290
- For disaster recovery scenarios, it is a best practice is to have at least two galleries, in different regions. You can still use image versions in other regions, but if the region your gallery is in goes down, you can't create new gallery resources or update existing ones.
291291

292-
- Set 'safetyProfile.allowDeletionOfReplicatedLocations' to false on Image versions to prevent accidental deletion of replicated regions and prevent outage. You can also set this using CLI(allow-replicated-location-deletion): https://learn.microsoft.com/cli/azure/sig/image-version?view=azure-cli-latest#az-sig-image-version-create
292+
- Set `safetyProfile.allowDeletionOfReplicatedLocations` to false on Image versions to prevent accidental deletion of replicated regions and prevent outage. You can also set this using CLI [allow-replicated-location-deletion](/cli/azure/sig/image-version#az-sig-image-version-create)
293293

294294
```
295295
{
@@ -326,7 +326,7 @@ For example, let's say you have an image of a 127 GB OS disk, that only occupies
326326

327327
The following SDKs support creating Azure Compute Galleries:
328328

329-
- [.NET](/dotnet/api/overview/azure/virtualmachines/management)
329+
- [.NET](/dotnet/api/overview/azure/virtualmachines#management-apis)
330330
- [Java](/java/azure/)
331331
- [Node.js](/javascript/api/overview/azure/arm-compute-readme)
332332
- [Python](/python/api/overview/azure/virtualmachines)

0 commit comments

Comments
 (0)