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
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-llama.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ To create a deployment:
81
81
82
82
1. Additionally, you can find the deployment details, URL, and access keys navigating to the tab **Build** > **Components** > **Deployments**.
83
83
84
+
To learn about billing for Llama models deployed with pay-as-you-go, see [Cost and quota considerations for Llama 2 models deployed as a service](#cost-and-quota-considerations-for-llama-2-models-deployed-as-a-service).
84
85
85
86
### Consume Llama 2 models as a service
86
87
@@ -432,17 +433,19 @@ For reference about how to invoke Llama 2 models deployed to real-time endpoints
432
433
433
434
## Cost and quotas
434
435
435
-
### Considerations for Llama 2 models deployed as a service
436
+
### Cost and quota considerations for Llama 2 models deployed as a service
436
437
437
438
Llama models deployed as a service are offered by Meta through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying or [fine-tuning the models](./fine-tune-model-llama.md).
438
439
439
-
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference and fine tuning, However, multiple meters are available to track each scenario independently. See [monitor costs for models offered throughout the Azure Marketplace](./costs-plan-manage.md#monitor-costs-for-models-offered-through-the-azure-marketplace) to learn more about how to track costs.
440
+
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference and fine tuning, However, multiple meters are available to track each scenario independently.
441
+
442
+
See [monitor costs for models offered throughout the Azure Marketplace](./costs-plan-manage.md#monitor-costs-for-models-offered-through-the-azure-marketplace) to learn more about how to track costs.
440
443
441
444
:::image type="content" source="../media/cost-management/marketplace/costs-model-as-service-cost-details.png" alt-text="A screenshot showing different resources corresponding to different model offers and their associated meters." lightbox="../media/cost-management/marketplace/costs-model-as-service-cost-details.png":::
442
445
443
446
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits don't suffice your scenarios.
444
447
445
-
### Considerations for Llama 2 models deployed as real-time endpoints
448
+
### Cost and quota considerations for Llama 2 models deployed as real-time endpoints
446
449
447
450
Deploying Llama models and inferencing with real-time endpoints can be done by consuming Virtual Machine (VM) core quota that is assigned to your subscription a per-region basis. When you sign up for Azure AI Studio, you receive a default VM quota for several VM families available in the region. You can continue to create deployments until you reach your quota limit. Once that happens, you can request for quota increase.
Copy file name to clipboardExpand all lines: articles/app-service/app-service-asp-net-migration.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,19 @@ Bulk migration provides the following key capabilities:
45
45
46
46
Azure App Service is a cloud platform that offers a fast, easy, and cost-effective way to migrate your .NET web apps from on-premises to the cloud. Start learning today about how Azure empowers you to modernize your .NET apps with the following resources.
47
47
48
-
Ready for a migration assessment? Select one of the following options to get started.
49
-
48
+
Select one of the following options to get started with a migration assessment:
__App Service Migration Assistant tool and App Service migration assistant for PowerShell scripts are governed by the terms and conditions in the EULA.pdf packaged with the respective tools.__
55
+
56
+
|Migration Tools| Description | Documentation |
57
+
|-----------|-------------|---------------|
58
+
|[App Service Migration Assistant](https://appmigration.microsoft.com/api/download/windows/AppServiceMigrationAssistant.msi)|Migrate .NET web apps from Windows OS to App Service.|[App Service Migration Assistant Documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
59
+
|[App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://appmigration.microsoft.com/api/download/windows/AppServiceMigrationAssistant.msi)|Download prerelease software for migrating Java web applications on Tomcat web server running on Windows servers.|[App Service Migration Assistant Documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
60
+
|[App Service Migration Assistant PowerShell scripts](https://appmigration.microsoft.com/api/download/psscripts/AppServiceMigrationScripts.zip)|Download PowerShell scripts for discovering and assessing all Microsoft Internet Information Services (IIS) web apps on a single server in bulk and migrating .NET web apps from Windows OS to App Service.|[App Service Migration Assistant Powershell Documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts)<br>[SHA256 Identifier](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Release-Notes)|
54
61
55
62
| More resources to migrate .NET apps to the cloud |
description: This article describes the types of runbooks that you can use in Azure Automation and considerations for determining which type to use.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 11/28/2023
6
+
ms.date: 01/23/2024
7
7
ms.topic: conceptual
8
8
ms.custom: references_regions, devx-track-python
9
9
---
@@ -14,9 +14,9 @@ The Azure Automation Process Automation feature supports several types of runboo
14
14
15
15
| Type | Description |
16
16
|:--- |:--- |
17
-
|[PowerShell](#powershell-runbooks)|Textual runbook based on Windows PowerShell scripting. The currently supported versions are: PowerShell 7.2 (GA), PowerShell 5.1 (GA), and PowerShell 7.1 (preview).|
17
+
|[PowerShell](#powershell-runbooks)|Textual runbook based on Windows PowerShell scripting. The currently supported versions are: PowerShell 7.2 (GA) and PowerShell 5.1 (GA). Since [PowerShell 7.1](https://learn.microsoft.com/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3#powershell-end-of-support-dates) is no longer supported by parent product PowerShell, we recommend you to create runbooks in long term supported version PowerShell 7.2|
18
18
|[PowerShell Workflow](#powershell-workflow-runbooks)|Textual runbook based on Windows PowerShell Workflow scripting. |
19
-
|[Python](#python-runbooks)|Textual runbook based on Python scripting. The currently supported versions are: Python 2.7 (GA), Python 3.8 (GA), and Python 3.10 (preview). |
19
+
|[Python](#python-runbooks)|Textual runbook based on Python scripting. The currently supported versions are: Python 3.8 (GA) and Python 3.10 (preview). Since [Python 2.7](https://devguide.python.org/versions/) is no longer supported by parent product Python, we recommend you to create runbooks in long term supported versions. |
20
20
|[Graphical](#graphical-runbooks)|Graphical runbook based on Windows PowerShell and created and edited completely in the graphical editor in Azure portal. |
21
21
|[Graphical PowerShell Workflow](#graphical-runbooks)|Graphical runbook based on Windows PowerShell Workflow and created and edited completely in the graphical editor in Azure portal. |
22
22
@@ -124,10 +124,11 @@ The following are the current limitations and known issues with PowerShell runbo
124
124
* When you use [ExchangeOnlineManagement](/powershell/exchange/exchange-online-powershell?view=exchange-ps&preserve-view=true) module version: 3.0.0 or higher, you may experience errors. To resolve the issue, ensure that you explicitly upload [PowerShellGet](/powershell/module/powershellget/) and [PackageManagement](/powershell/module/packagemanagement/) modules as well.
125
125
* If you import module Az.Accounts with version 2.12.3 or newer, ensure that you import the **Newtonsoft.Json** v10 module explicitly if PowerShell 5.1 runbooks have a dependency on this version of the module. The workaround for this issue is to use PowerShell 7.2 runbooks.
126
126
127
-
# [PowerShell 7.1 (preview)](#tab/lps71)
127
+
# [PowerShell 7.1](#tab/lps71)
128
128
129
129
**Limitations**
130
130
131
+
-[PowerShell 7.1](https://learn.microsoft.com/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3#powershell-end-of-support-dates) is no longer supported by parent product PowerShell. We recommend you to create new runbooks in PowerShell 7.2 for a long term support and update the outdated runbooks.
131
132
- The Azure Automation internal PowerShell cmdlets aren't supported on a Linux Hybrid Runbook Worker. You must import the `automationassets` module at the beginning of your PowerShell runbook to access the Automation account shared resources (assets) functions.
132
133
- For the PowerShell 7 runtime version, the module activities aren't extracted for the imported modules.
133
134
-*PSCredential* runbook parameter type isn't supported in PowerShell 7 runtime version.
@@ -226,14 +227,12 @@ Currently, Python 3.10 (preview) runtime version is supported for both Cloud and
226
227
227
228
Following are the limitations of Python runbooks
228
229
229
-
# [Python 2.7](#tab/py27)
230
-
231
-
- You must be familiar with Python scripting.
232
-
- For Python 2.7.12 modules, use wheel files cp27-amd6.
233
-
- To use third-party libraries, you must [import the packages](python-packages.md) into the Automation account.
234
-
- Azure Automation doesn't support **sys.stderr**.
235
-
- The Python **automationassets** package isn't available on pypi.org, so it's not available for import onto a Windows machine.
230
+
# [Python 3.10 (preview)](#tab/py10)
236
231
232
+
- For Python 3.10 (preview) modules, currently, only the wheel files targeting cp310 Linux OS are supported. [Learn more](./python-3-packages.md)
233
+
- Source control integration isn't supported.
234
+
- Custom packages for Python 3.10 (preview) are only validated during job runtime. Job is expected to fail if the package is not compatible in the runtime or if required dependencies of packages aren't imported into automation account.
235
+
- Currently, Python 3.10 (preview) runbooks are only supported from Azure portal. Rest API and PowerShell aren't supported.
237
236
238
237
# [Python 3.8 (GA)](#tab/py38)
239
238
@@ -245,13 +244,14 @@ Following are the limitations of Python runbooks
245
244
- Azure Automation doesn't support **sys.stderr**.
246
245
- The Python **automationassets** package isn't available on pypi.org, so it's not available for import onto a Windows machine.
247
246
247
+
# [Python 2.7](#tab/py27)
248
248
249
-
#[Python 3.10 (preview)](#tab/py10)
250
-
251
-
- For Python 3.10 (preview) modules, currently, only the wheel files targeting cp310 Linux OS are supported. [Learn more](./python-3-packages.md)
252
-
-Source control integration isn't supported.
253
-
-Custom packages for Python 3.10 (preview) are only validated during job runtime. Job is expected to fail if the package is not compatible in the runtime or if required dependencies of packages aren't imported into automation account.
254
-
-Currently, Python 3.10 (preview) runbooks are only supported from Azure portal. Rest API and PowerShell aren't supported.
249
+
-[Python 2.7](https://devguide.python.org/versions/) is no longer supported by parent product Python. We recommend you to create new runbooks in the supported versions and update the outdated runbooks.
250
+
- You must be familiar with Python scripting.
251
+
- For Python 2.7.12 modules, use wheel files cp27-amd6.
252
+
-To use third-party libraries, you must [import the packages](python-packages.md) into the Automation account.
253
+
-Azure Automation doesn't support **sys.stderr**.
254
+
-The Python **automationassets** package isn't available on pypi.org, so it's not available for import onto a Windows machine.
Copy file name to clipboardExpand all lines: articles/backup/backup-client-automation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: Use PowerShell to back up Windows Server to Azure
3
3
description: In this article, learn how to use PowerShell to set up Azure Backup on Windows Server or a Windows client, and manage backup and recovery.
@@ -114,7 +114,7 @@ The available options include:
114
114
| /q |Quiet installation |- |
115
115
| /p:"location" |Path to the installation folder for the Azure Backup agent. |C:\Program Files\Microsoft Azure Recovery Services Agent |
116
116
| /s:"location" |Path to the cache folder for the Azure Backup agent. |C:\Program Files\Microsoft Azure Recovery Services Agent\Scratch |
117
-
| /m |Opt-in to Microsoft Update |- |
117
+
| /m |Optin to Microsoft Update |- |
118
118
| /nu |Don't Check for updates after installation is complete |- |
119
119
| /d |Uninstalls Microsoft Azure Recovery Services Agent |- |
120
120
| /ph |Proxy Host Address |- |
@@ -242,7 +242,7 @@ At this time, the policy is empty and other cmdlets are needed to define what it
242
242
243
243
### Configuring the backup schedule
244
244
245
-
The first of the three parts of a policy is the backup schedule, which is created using the [New-OBSchedule](/powershell/module/msonlinebackup/new-obschedule) cmdlet. The backup schedule defines when backups need to be taken. When creating a schedule, you need to specify two input parameters:
245
+
The first of the three parts of a policy are the backup schedule, which is created using the [New-OBSchedule](/powershell/module/msonlinebackup/new-obschedule) cmdlet. The backup schedule defines when backups need to be taken. When creating a schedule, you need to specify two input parameters:
246
246
247
247
***Days of the week** that the backup should run. You can run the backup job on just one day, or every day of the week, or any combination in between.
248
248
***Times of the day** when the backup should run. You can define up to three different times of the day when the backup will be triggered.
Copy file name to clipboardExpand all lines: articles/backup/upgrade-mars-agent.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Upgrade the Microsoft Azure Recovery Services (MARS) agent
2
+
title: Upgrade the Microsoft Azure Recovery Services (MARS) agent for Azure Backup
3
3
description: Learn how to upgrade the Microsoft Azure Recovery Services (MARS) agent.
4
4
ms.topic: how-to
5
-
ms.date: 12/28/2022
5
+
ms.date: 08/27/2023
6
6
ms.service: backup
7
-
ms.custom: engagement-fy23
7
+
ms.custom: engagement-fy24
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
10
---
@@ -17,7 +17,7 @@ Azure Backup uses the MARS agent to back up and recover files, folders, and the
17
17
18
18
## Identify servers with earlier versions of the MARS agent
19
19
20
-
For Installations of Azure Backup agent and Azure Backup server:
20
+
To install the Azure Backup agent and Azure Backup server, follow these steps:
21
21
22
22
1. Go to the Recovery Services vault where you have registered servers that are potentially being backed up by older versions of the agent. You can find a representative list of vaults with older Azure Backup agents in the Azure Backup Update alerts from Azure.
23
23
1. On the left-side **Settings** section of the Recovery Services vault, select **Backup Infrastructure** under the **Manage** section.
Copy file name to clipboardExpand all lines: articles/cdn/cdn-how-caching-works.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Azure CDN supports the following HTTP cache-directive headers, which define cach
80
80
81
81
## Validators
82
82
83
-
When the cache is stale, HTTP cache validators are used to compare the cached version of a file with the version on the origin server. **Azure CDN Standard/Premium from Edgio** supports both `ETag` and `Last-Modified` validators by default, while **Azure CDN Standard from Microsoft** supports only `Last-Modified` by default.
83
+
When the cache is stale, HTTP cache validators are used to compare the cached version of a file with the version on the origin server. **Azure CDN Standard/Premium from Edgio** supports both `ETag` and `Last-Modified` validators by default, while **Azure CDN Standard from Microsoft** supports only `Last-Modified`.
84
84
85
85
**ETag:**
86
86
-**Azure CDN Standard/Premium from Edgio** supports `ETag` by default, while **Azure CDN Standard from Microsoft** doesn't.
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/support-matrix-defender-for-cloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To learn more about the specific Defender for Cloud features available on Window
70
70
-[Defender for Containers support](support-matrix-defender-for-containers.md)
71
71
72
72
> [!NOTE]
73
-
> Even though Microsoft Defender for Servers is designed to protect servers, most of its features are supported for Windows 10 machines. One feature that isn't currently supported is [Defender for Cloud's integrated EDR solution: Microsoft Defender for Endpoint](integration-defender-for-endpoint.md).
73
+
> Even though Microsoft Defender for Servers is designed to protect servers, some features are available on certain desktop operating systems. One feature that isn't currently supported for Windows desktop systems is [Defender for Cloud's integrated EDR solution: Microsoft Defender for Endpoint](integration-defender-for-endpoint.md).
Copy file name to clipboardExpand all lines: articles/event-grid/troubleshoot-errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This troubleshooting guide provides you the following information:
34
34
| HttpStatusCode.Forbidden <br/>403 | Publishing to {Topic/Domain} by client {IpAddress} is rejected because of IpAddress filtering rules. | The topic or domain has IP firewall rules configured and access is restricted only to configured IP addresses. | Add the IP address to the IP firewall rules, see [Configure IP firewall](configure-firewall.md)|
35
35
| HttpStatusCode.Forbidden <br/> 403 | Publishing to {Topic/Domain} by client is rejected as request came from Private Endpoint and no matching private endpoint connection found for the resource. | The topic or domain has private endpoints and publish request came from a private endpoint that's not configured or approved. | Configure a private endpoint for the topic/domain. [Configure private endpoints](configure-private-endpoints.md)|
36
36
37
-
Also, check if your webhook is behind an Azure Application Gateway or Web Application Firewall. If it's, disable the following firewall rules and do an HTTP POST again:
37
+
Also, check if your webhook is behind an Azure Application Gateway or Web Application Firewall. If it is, disable the following firewall rules and do an HTTP POST again:
38
38
39
39
- 920300 (Request missing an accept header)
40
40
- 942430 (Restricted SQL character anomaly detection (args): # of special characters exceeded (12))
0 commit comments