Skip to content

Commit b1e426a

Browse files
committed
resolve merge conflict
2 parents 7ceddf5 + e6d7b7a commit b1e426a

File tree

58 files changed

+1229
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1229
-507
lines changed

.openpublishing.redirection.container-registry.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
{
111111
"source_path": "articles/container-registry/container-registry-diagnostics-audit-logs.md",
112-
"redirect_url": "/azure/container-registry/monitor-service"
112+
"redirect_url": "/azure/container-registry/monitor-container-registry"
113113
},
114114
{
115115
"source_path_from_root": "/articles/container-registry/container-registry-managed-get-started-azure-cli.md",
@@ -155,6 +155,16 @@
155155
"source_path_from_root": "/articles/container-registry/github-action-scan.md",
156156
"redirect_url": "/azure/developer/github/",
157157
"redirect_document_id": false
158+
},
159+
{
160+
"source_path": "articles/container-registry/monitor-service.md",
161+
"redirect_url": "/azure/container-registry/monitor-container-registry",
162+
"redirect_document_id": true
163+
},
164+
{
165+
"source_path": "articles/container-registry/monitor-service-reference.md",
166+
"redirect_url": "/azure/container-registry/monitor-container-registry-reference",
167+
"redirect_document_id": true
158168
}
159169
]
160170
}

.openpublishing.redirection.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4878,6 +4878,13 @@
48784878
"redirect_document_id": false
48794879
},
48804880
{
4881+
4882+
"source_path_from_root": "/articles/backup/azure-backup-move-vaults-across-regions.md",
4883+
"redirect_url": "/azure/operational-excellence/relocation-backup",
4884+
"redirect_document_id": false
4885+
},
4886+
{
4887+
48814888
"source_path_from_root": "/articles/cosmos-db/how-to-move-regions.md",
48824889
"redirect_url": "/azure/operational-excellence/relocation-cosmos-db",
48834890
"redirect_document_id": false

articles/active-directory-b2c/custom-email-sendgrid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ The Localization element allows you to support multiple locales or languages in
542542
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_send_new_code">Send new code</LocalizedString>
543543
<LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_change_claims">Change e-mail</LocalizedString>
544544
<!-- Claims-->
545-
<LocalizedString ElementType="ClaimType" ElementId="emailVerificationCode" StringId="DisplayName">Verification Code</LocalizedString>
546-
<LocalizedString ElementType="ClaimType" ElementId="emailVerificationCode" StringId="UserHelpText">Verification code received in the email.</LocalizedString>
547-
<LocalizedString ElementType="ClaimType" ElementId="emailVerificationCode" StringId="AdminHelpText">Verification code received in the email.</LocalizedString>
545+
<LocalizedString ElementType="ClaimType" ElementId="VerificationCode" StringId="DisplayName">Verification Code</LocalizedString>
546+
<LocalizedString ElementType="ClaimType" ElementId="VerificationCode" StringId="UserHelpText">Verification code received in the email.</LocalizedString>
547+
<LocalizedString ElementType="ClaimType" ElementId="VerificationCode" StringId="AdminHelpText">Verification code received in the email.</LocalizedString>
548548
<LocalizedString ElementType="ClaimType" ElementId="email" StringId="DisplayName">Email</LocalizedString>
549549
<!-- Email validation error messages-->
550550
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</LocalizedString>

articles/ai-studio/concepts/fine-tuning-overview.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ There isn't a single right answer to this question, but you should have clearly
9999

100100
Now that you know when to leverage fine-tuning for your use-case, you can go to Azure AI Studio to find several models available to fine-tune including:
101101
- Azure OpenAI models
102+
- Phi-3 family of models
102103
- Meta Llama 2 family models
103104
- Meta Llama 3.1 family of models
104105

@@ -119,22 +120,33 @@ The following Azure OpenAI models are supported in Azure AI Studio for fine-tuni
119120

120121
Please note for fine-tuning Azure OpenAI models, you must add a connection to an Azure OpenAI resource with a supported region to your project.
121122

123+
### Phi-3 family models
124+
The following Phi-3 family models are supported in Azure AI Studio for fine-tuning:
125+
- `Phi-3-mini-4k-instruct`
126+
- `Phi-3-mini-128k-instruct`
127+
- `Phi-3-medium-4k-instruct`
128+
- `Phi-3-medium-128k-instruct`
129+
130+
Fine-tuning of Phi-3 models is currently supported in projects located in East US2.
131+
122132
### Llama 2 family models
123133
The following Llama 2 family models are supported in Azure AI Studio for fine-tuning:
124134
- `Meta-Llama-2-70b`
125135
- `Meta-Llama-2-7b`
126136
- `Meta-Llama-2-13b`
127137

128-
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
138+
Fine-tuning of Llama 2 models is currently supported in projects located in West US3.
129139

130140
### Llama 3.1 family models
131141
The following Llama 3.1 family models are supported in Azure AI Studio for fine-tuning:
132142
- `Meta-Llama-3.1-70b-Instruct`
133-
- `Meta-Llama-3.1-7b-Instruct`
143+
- `Meta-Llama-3.1-8b-Instruct`
134144

135-
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US 3.
145+
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US3.
136146

137147
## Related content
138148

139149
- [Learn how to fine-tune an Azure OpenAI model in Azure AI Studio](../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
140150
- [Learn how to fine-tune a Llama 2 model in Azure AI Studio](../how-to/fine-tune-model-llama.md)
151+
- [Learn how to fine-tune a Phi-3 model in Azure AI Studio](../how-to/fine-tune-phi-3.md)
152+
- [How to deploy Phi-3 family of small language models with Azure AI Studio](../how-to/deploy-models-phi-3.md)

0 commit comments

Comments
 (0)