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/machine-learning/how-to-manage-quotas.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ To request an exception from the Azure Machine Learning product team, use the st
149
149
150
150
<sup>4</sup> We reserve 20% extra compute resources for performing upgrades. For example, if you request 10 instances in a deployment, you must have a quota for 12. Otherwise, you receive an error. There are some VM SKUs that are exempt from extra quota. See [virtual machine quota allocation for deployment](how-to-deploy-online-endpoints.md#virtual-machine-quota-allocation-for-deployment) for more.
151
151
152
-
<sup>5</sup> Requests per second, connections, bandwidth etc are related. If you request for increase for any of these limits, ensure estimating/calculating other related limites together.
152
+
<sup>5</sup> Requests per second, connections, bandwidth etc. are related. If you request an increase for any of these limits, ensure estimating/calculating other related limits together.
153
153
154
154
### Azure Machine Learning pipelines
155
155
[Azure Machine Learning pipelines](concept-ml-pipelines.md) have the following limits.
@@ -160,13 +160,6 @@ To request an exception from the Azure Machine Learning product team, use the st
160
160
| Workspaces per resource group | 800 |
161
161
162
162
163
-
### Azure Machine Learning job schedules
164
-
[Azure Machine Learning job schedules](how-to-schedule-pipeline-job.md) have the following limits.
165
-
166
-
|**Resource**|**Limit**|
167
-
| --- | --- |
168
-
| Schedules per region | 100 |
169
-
170
163
### Azure Machine Learning integration with Synapse
171
164
172
165
Azure Machine Learning serverless Spark provides easy access to distributed computing capability for scaling Apache Spark jobs. Serverless Spark utilizes the same dedicated quota as Azure Machine Learning Compute. Quota limits can be increased by submitting a support ticket and [requesting for quota and limit increase](#request-quota-and-limit-increases) for ESv3 series under the "Machine Learning Service: Virtual Machine Quota" category.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-schedule-pipeline-job.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ When you have a pipeline job with satisfying performance and outputs, you can se
100
100
-**Time zone**: the time zone based on which to calculate the trigger time, by default is (UTC) Coordinated Universal Time.
101
101
-**Recurrence** or **Cron expression**: select recurrence to specify the recurring pattern. Under **Recurrence**, you can specify the recurrence frequency as minutely, hourly, daily, weekly and monthly.
102
102
-**Start**: specifies the date from when the schedule becomes active. By default it's the date you create this schedule.
103
-
-**End**: specifies the date after when the schedule becomes inactive. By default its NONE, which means the schedule will always be active until you manually disable it.
103
+
-**End**: specifies the date after when the schedule becomes inactive. By default it's NONE, which means the schedule will always be active until you manually disable it.
104
104
-**Tags**: tags of the schedule.
105
105
106
106
After you configure the basic settings, you can directly select **Review + Create**, and the schedule will automatically submit jobs according to the recurrence pattern you specified.
@@ -492,6 +492,11 @@ Currently there are three action rules related to schedules and you can configur
492
492
| Write | Create, update, disable and enable schedules in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/write |
493
493
| Delete | Delete a schedule in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/delete |
494
494
495
+
## Cost considerations
496
+
497
+
- Schedules are billed based on the number of schedules, each schedule will create a logic apps host Azure Machine Learning subs on behalf (HOBO) of the user.
498
+
- The cost of logic apps will change back to the user's Azure subscription, and you can find costs of HOBO resources are billed using the same meter emitted by the original RP. They are shown under the host resource (the workspace).
499
+
495
500
## Frequently asked questions
496
501
497
502
- Why my schedules created by SDK aren't listed in UI?
0 commit comments