Skip to content

Commit f230125

Browse files
authored
Merge pull request #1204 from MicrosoftDocs/main
11/1/2024 AM Publish
2 parents d134a31 + decfe40 commit f230125

29 files changed

+719
-517
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ sections:
162162
Where can I find out what region a model is available in?
163163
answer: |
164164
Consult the Azure OpenAI [model availability guide](./concepts/models.md#model-summary-table-and-region-availability) for region availability.
165+
- question: |
166+
What are the SLAs (Service Level Agreements) in Azure OpenAI?
167+
answer:
168+
We do offer an Availability SLA for all resources and a Latency SLA for Provisioned-Managed Deployments. For more information about the SLA for Azure OpenAI Service, see the [Service Level Agreements (SLA) for Online Services page](https://azure.microsoft.com/support/legal/sla/cognitive-services/v1_1/).
165169
- question: |
166170
How do I enable fine-tuning? Create a custom model is greyed out in Azure AI Studio.
167171
answer: |
@@ -173,11 +177,7 @@ sections:
173177
- question: |
174178
What is the maximum number of fine-tuned models I can create?
175179
answer: |
176-
100
177-
- question: |
178-
What are the SLAs for API responses in Azure OpenAI?
179-
answer:
180-
We don't have a defined API response time Service Level Agreement (SLA) at this time. For more information about the SLA for Azure OpenAI Service, see the [Service Level Agreements (SLA) for Online Services page](https://azure.microsoft.com/support/legal/sla/cognitive-services/v1_1/).
180+
100
181181
- question: |
182182
Why was my fine-tuned model deployment deleted?
183183
answer:

articles/machine-learning/how-to-managed-network.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ Part of Azure Machine Learning studio runs locally in the client's web browser,
7171

7272
For more information on creating a private endpoint or service endpoint, see the [Connect privately to a storage account](/azure/storage/common/storage-private-endpoints) and [Service Endpoints](/azure/virtual-network/virtual-network-service-endpoints-overview) articles.
7373

74+
### Secured associated resources
75+
76+
If you add the following services to the virtual network by using either a service endpoint or a private endpoint (disabling the public access), allow trusted Microsoft services to access these services:
77+
78+
| Service | Endpoint information | Allow trusted information |
79+
| ----- | ----- | ----- |
80+
| __Azure Key Vault__| [Service endpoint](/azure/key-vault/general/overview-vnet-service-endpoints)</br>[Private endpoint](/azure/key-vault/general/private-link-service) | [Allow trusted Microsoft services to bypass this firewall](how-to-secure-workspace-vnet.md#secure-azure-key-vault) |
81+
| __Azure Storage Account__ | [Service and private endpoint](how-to-secure-workspace-vnet.md?tabs=se#secure-azure-storage-accounts)</br>[Private endpoint](how-to-secure-workspace-vnet.md?tabs=pe#secure-azure-storage-accounts) | [Grant access from Azure resource instances](/azure/storage/common/storage-network-security#grant-access-from-azure-resource-instances)</br>__or__</br>[Grant access to trusted Azure services](/azure/storage/common/storage-network-security#grant-access-to-trusted-azure-services) |
82+
| __Azure Container Registry__ | [Private endpoint](/azure/container-registry/container-registry-private-link) | [Allow trusted services](/azure/container-registry/allow-access-trusted-services) |
83+
7484
## Prerequisites
7585

7686
Before following the steps in this article, make sure you have the following prerequisites:

articles/search/hybrid-search-how-to-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ In this section, compare the responses between single vector search and simple h
431431
{
432432
"@search.score": 0.8399121,
433433
"HotelId": "49",
434-
"HotelName": "Old Carrabelle Hotel",
434+
"HotelName": "Swirling Currents Hotel",
435435
"Description": "Spacious rooms, glamorous suites and residences, rooftop pool, walking access to shopping, dining, entertainment and the city center.",
436436
"Category": "Luxury",
437437
"Address": {
@@ -446,7 +446,7 @@ In this section, compare the responses between single vector search and simple h
446446
{
447447
"@search.score": 0.032786883413791656,
448448
"HotelId": "49",
449-
"HotelName": "Old Carrabelle Hotel",
449+
"HotelName": "Swirling Currents Hotel",
450450
"Description": "Spacious rooms, glamorous suites and residences, rooftop pool, walking access to shopping, dining, entertainment and the city center.",
451451
"Category": "Luxury",
452452
"Address": {

articles/search/hybrid-search-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A response from the above query might look like this:
9696
"@search.score": 0.03333333507180214,
9797
"@search.rerankerScore": 2.5229012966156006,
9898
"HotelId": "49",
99-
"HotelName": "Old Carrabelle Hotel",
99+
"HotelName": "Swirling Currents Hotel",
100100
"Description": "Spacious rooms, glamorous suites and residences, rooftop pool, walking access to shopping, dining, entertainment and the city center.",
101101
"Category": "Luxury",
102102
"Address": {
@@ -108,7 +108,7 @@ A response from the above query might look like this:
108108
"@search.score": 0.032522473484277725,
109109
"@search.rerankerScore": 2.111117362976074,
110110
"HotelId": "48",
111-
"HotelName": "Nordick's Motel",
111+
"HotelName": "Nordick's Valley Motel",
112112
"Description": "Only 90 miles (about 2 hours) from the nation's capital and nearby most everything the historic valley has to offer. Hiking? Wine Tasting? Exploring the caverns? It's all nearby and we have specially priced packages to help make our B&B your home base for fun while visiting the valley.",
113113
"Category": "Boutique",
114114
"Address": {

articles/search/includes/quickstarts/dotnet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/dotnet/api/azur
186186
new Hotel()
187187
{
188188
HotelId = "1",
189-
HotelName = "Secret Point Motel",
189+
HotelName = "Stay-Kay City Hotel",
190190
Description = "The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.",
191191
DescriptionFr = "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.",
192192
Category = "Boutique",
@@ -207,7 +207,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/dotnet/api/azur
207207
new Hotel()
208208
{
209209
HotelId = "2",
210-
HotelName = "Twin Dome Motel",
210+
HotelName = "Old Century Hotel",
211211
Description = "The hotel is situated in a nineteenth century plaza, which has been expanded and renovated to the highest architectural standards to create a modern, functional and first-class hotel in which art and unique historical elements coexist with the most modern comforts.",
212212
DescriptionFr = "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.",
213213
Category = "Boutique",
@@ -228,7 +228,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/dotnet/api/azur
228228
new Hotel()
229229
{
230230
HotelId = "3",
231-
HotelName = "Triple Landscape Hotel",
231+
HotelName = "Gastronomic Landscape Hotel",
232232
Description = "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotel’s restaurant services.",
233233
DescriptionFr = "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.",
234234
Category = "Resort and Spa",
@@ -249,9 +249,9 @@ When uploading documents, you must use an [IndexDocumentsBatch](/dotnet/api/azur
249249
new Hotel()
250250
{
251251
HotelId = "4",
252-
HotelName = "Sublime Cliff Hotel",
253-
Description = "Sublime Cliff Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Cliff is part of a lovingly restored 1800 palace.",
254-
DescriptionFr = "Le sublime Cliff Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Cliff fait partie d'un Palace 1800 restauré avec amour.",
252+
HotelName = "Sublime Palace Hotel",
253+
Description = "Sublime Palace Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Palace is part of a lovingly restored 1800 palace.",
254+
DescriptionFr = "Le Sublime Palace Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Palace fait partie d'un Palace 1800 restauré avec amour.",
255255
Category = "Boutique",
256256
Tags = new[] { "concierge", "view", "24-hour front desk service" },
257257
ParkingIncluded = true,

articles/search/includes/quickstarts/java.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/java/api/com.az
342342

343343
var hotel = new Hotel();
344344
hotel.hotelId = "1";
345-
hotel.hotelName = "Secret Point Motel";
345+
hotel.hotelName = "Stay-Kay City Hotel";
346346
hotel.description = "The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.";
347347
hotel.descriptionFr = "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.";
348348
hotel.category = "Boutique";
@@ -360,7 +360,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/java/api/com.az
360360

361361
hotel = new Hotel();
362362
hotel.hotelId = "2";
363-
hotel.hotelName = "Twin Dome Motel";
363+
hotel.hotelName = "Old Century Hotel";
364364
hotel.description = "The hotel is situated in a nineteenth century plaza, which has been expanded and renovated to the highest architectural standards to create a modern, functional and first-class hotel in which art and unique historical elements coexist with the most modern comforts.";
365365
hotel.descriptionFr = "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.";
366366
hotel.category = "Boutique";
@@ -378,7 +378,7 @@ When uploading documents, you must use an [IndexDocumentsBatch](/java/api/com.az
378378

379379
hotel = new Hotel();
380380
hotel.hotelId = "3";
381-
hotel.hotelName = "Triple Landscape Hotel";
381+
hotel.hotelName = "Gastronomic Landscape Hotel";
382382
hotel.description = "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotel’s restaurant services.";
383383
hotel.descriptionFr = "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.";
384384
hotel.category = "Resort and Spa";
@@ -396,9 +396,9 @@ When uploading documents, you must use an [IndexDocumentsBatch](/java/api/com.az
396396

397397
hotel = new Hotel();
398398
hotel.hotelId = "4";
399-
hotel.hotelName = "Sublime Cliff Hotel";
400-
hotel.description = "Sublime Cliff Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Cliff is part of a lovingly restored 1800 palace.";
401-
hotel.descriptionFr = "Le sublime Cliff Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Cliff fait partie d'un Palace 1800 restauré avec amour.";
399+
hotel.hotelName = "Sublime Palace Hotel";
400+
hotel.description = "Sublime Palace Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Palace is part of a lovingly restored 1800 palace.";
401+
hotel.descriptionFr = "Le Sublime Palace Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Palace fait partie d'un Palace 1800 restauré avec amour.";
402402
hotel.category = "Boutique";
403403
hotel.tags = new String[] { "concierge", "view", "24-hour front desk service" };
404404
hotel.parkingIncluded = true;

articles/search/includes/quickstarts/javascript.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Document inputs might be rows in a database, blobs in Blob storage, or, as in th
339339
"value": [
340340
{
341341
"HotelId": "1",
342-
"HotelName": "Secret Point Motel",
342+
"HotelName": "Stay-Kay City Hotel",
343343
"Description": "The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.",
344344
"Description_fr": "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.",
345345
"Category": "Boutique",
@@ -356,7 +356,7 @@ Document inputs might be rows in a database, blobs in Blob storage, or, as in th
356356
},
357357
{
358358
"HotelId": "2",
359-
"HotelName": "Twin Dome Motel",
359+
"HotelName": "Old Century Hotel",
360360
"Description": "The hotel is situated in a nineteenth century plaza, which has been expanded and renovated to the highest architectural standards to create a modern, functional and first-class hotel in which art and unique historical elements coexist with the most modern comforts.",
361361
"Description_fr": "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.",
362362
"Category": "Boutique",
@@ -373,7 +373,7 @@ Document inputs might be rows in a database, blobs in Blob storage, or, as in th
373373
},
374374
{
375375
"HotelId": "3",
376-
"HotelName": "Triple Landscape Hotel",
376+
"HotelName": "Gastronomic Landscape Hotel",
377377
"Description": "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotel’s restaurant services.",
378378
"Description_fr": "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.",
379379
"Category": "Resort and Spa",
@@ -390,9 +390,9 @@ Document inputs might be rows in a database, blobs in Blob storage, or, as in th
390390
},
391391
{
392392
"HotelId": "4",
393-
"HotelName": "Sublime Cliff Hotel",
394-
"Description": "Sublime Cliff Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Cliff is part of a lovingly restored 1800 palace.",
395-
"Description_fr": "Le sublime Cliff Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Cliff fait partie d'un Palace 1800 restauré avec amour.",
393+
"HotelName": "Sublime Palace Hotel",
394+
"Description": "Sublime Palace Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Palace is part of a lovingly restored 1800 palace.",
395+
"Description_fr": "Le Sublime Palace Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Palace fait partie d'un Palace 1800 restauré avec amour.",
396396
"Category": "Boutique",
397397
"Tags": ["concierge", "view", "24-hour front desk service"],
398398
"ParkingIncluded": true,
@@ -520,7 +520,7 @@ searchOptions = {
520520
searchFields: ["HotelName"]
521521
};
522522

523-
searchResults = await searchClient.search("sublime cliff", searchOptions);
523+
searchResults = await searchClient.search("Sublime Palace", searchOptions);
524524
for await (const result of searchResults.results) {
525525
console.log(`${JSON.stringify(result.document)}`);
526526
}

0 commit comments

Comments
 (0)