Skip to content

Commit e5eaa7b

Browse files
Merge pull request #303097 from JustPies/jpvalidation-7-22
Bulk - Fix Validation issues
2 parents c758847 + 372ca98 commit e5eaa7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/automation/automation-use-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Workflow Workflowname
140140

141141
## Using Microsoft Graph with Powershell
142142

143-
See [Get started with the Microsoft Graph PowerShell SDK](https://learn.microsoft.com/powershell/microsoftgraph/get-started?view=graph-powershell-1.0)
143+
See [Get started with the Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/get-started)
144144

145145
## Next steps
146146

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The following steps demonstrate how to receive and answer an incoming Teams call
231231
1. Complete client and server consent as defined in [Access a user's Teams Phone separate from their Teams client](https://github.com/Azure/communication-preview/blob/master/Teams%20Phone%20Extensibility/teams-phone-extensibility-access-teams-phone.md).
232232

233233
> [!NOTE]
234-
> For the Azure Communication Services resource, ensure the data location matches the Teams Tenant location to comply with data boundary regulations. You can retrieve programatically details about tenant organisation via [Get organization](https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0&tabs=http)
234+
> For the Azure Communication Services resource, ensure the data location matches the Teams Tenant location to comply with data boundary regulations. You can retrieve programatically details about tenant organisation via [Get organization](/graph/api/organization-get)
235235
>
236236
237237
#### Setup and host your Azure dev tunnels

articles/healthcare-apis/deidentification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Consistent surrogation results enable organizations to retain relationships occu
4747
The de-identification service offers many benefits, including:
4848

4949
- **Expanded PHI coverage:**
50-
The service expands beyond the 18 HIPAA Identifiers to provide stronger privacy protections and more fine-grained distinctions between entity types. It distinguishes between Doctor and Patient, and covers [27 PHI entities the service de-identifies](https://learn.microsoft.com/rest/api/health-dataplane/deidentify-text/deidentify-text?view=rest-health-dataplane-2024-11-15&tabs=HTTP&source=docs#phicategory).
50+
The service expands beyond the 18 HIPAA Identifiers to provide stronger privacy protections and more fine-grained distinctions between entity types. It distinguishes between Doctor and Patient, and covers [27 PHI entities the service de-identifies](/rest/api/health-dataplane/deidentify-text/deidentify-text#phicategory).
5151

5252
- **PHI compliance**: The de-identification service is designed for protected health information (PHI). The service uses machine learning to identify PHI entities, including HIPAA’s 18 identifiers, using the “TAG” operation. The redaction and surrogation operations replace these identified PHI values with a tag of the entity type or a surrogate, or pseudonym. The service adheres to compliance requirements such as HIPAA.
5353

articles/security/fundamentals/iaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Your subscription admins and coadmins can change this setting, making them admin
5454
Organizations that control VM access and setup improve their overall VM security.
5555

5656
## Use Virtual Machine Scale Sets for high availability
57-
If your VM runs critical applications that need to have high availability, we strongly recommend that you use [Virtual Machine Scale Sets](https://learn.microsoft.com/azure/virtual-machine-scale-sets/overview).
57+
If your VM runs critical applications that need to have high availability, we strongly recommend that you use [Virtual Machine Scale Sets](/azure/virtual-machine-scale-sets/overview).
5858

5959
Virtual Machine Scale Sets let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs. There is no cost for the scale set itself, you only pay for each VM instance that you create.
6060

0 commit comments

Comments
 (0)