Skip to content

Commit 56b8287

Browse files
committed
update hobo trigger
1 parent 02263cd commit 56b8287

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ To request an exception from the Azure Machine Learning product team, use the st
160160
| Workspaces per resource group | 800 |
161161

162162

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-
170163
### Azure Machine Learning integration with Synapse
171164

172165
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.

articles/machine-learning/how-to-schedule-pipeline-job.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@ Currently there are three action rules related to schedules and you can configur
492492
| Write | Create, update, disable and enable schedules in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/write |
493493
| Delete | Delete a schedule in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/delete |
494494

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+
495500
## Frequently asked questions
496501

497502
- Why my schedules created by SDK aren't listed in UI?

0 commit comments

Comments
 (0)