Skip to content

Commit 4b2686d

Browse files
authored
Merge pull request #268386 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 9572830 + 2d8d9a7 commit 4b2686d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cost-management-billing/reservations/save-compute-costs-reservations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can buy a reservation in the [Azure portal](https://portal.azure.com/#blade/
2020

2121
## Why buy a reservation?
2222

23-
If you have consistent resource usage that supports reservations, buying a reservation gives you the option to reduce your costs. For example, when you continuously run instances of a service without a reservation, you're charged at pay-as-you-go rates. When you buy a reservation, you immediately get the reservation discount. The resources are no longer charged at the pay-as-you-go rates.
23+
If you have consistent resource usage that supports reservations, buying a reservation gives you the option to reduce your costs. For example, when you continuously run instances of a service without a reservation, you're charged at pay-as-you-go rates. Once a reservation purchase is complete, you get the reservation discount. The resources are no longer charged at the pay-as-you-go rates.
2424

2525
## How reservation discount is applied
2626

articles/spring-apps/enterprise/quickstart-automate-deployments-github-actions-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ Continue on to any of the following optional quickstarts:
143143
- [Load application secrets using Key Vault](quickstart-key-vault-enterprise.md)
144144
- [Monitor applications end-to-end](quickstart-monitor-end-to-end-enterprise.md)
145145
- [Set request rate limits](quickstart-set-request-rate-limits-enterprise.md)
146-
- [Integrate Azure Open AI](quickstart-fitness-store-azure-openai.md)
146+
- [Integrate Azure OpenAI](quickstart-fitness-store-azure-openai.md)

articles/synapse-analytics/troubleshoot/troubleshoot-synapse-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@ This URL pattern is looser than the one shown in “Root Cause” section becaus
140140

141141
### Symptom
142142

143-
If you add a notebook which contains more than 128 code cells to a pipeline, pipeline runs fail with the error code 6002 and error message: "MessageQueueFullException: The message queue is full or is completed and cannot accept more items."
143+
If you add a notebook which contains more than 256 code cells to a pipeline, pipeline runs fail with the error code 6002 and error message: "MessageQueueFullException: The message queue is full or is completed and cannot accept more items."
144144

145145
:::image type="content" source="media/troubleshooting-synapse-studio/pipeline-run-notebook-activity-issue.png" alt-text="Screenshot from the Azure portal showing error code 6002 in a sample notebook step.":::
146146

147147
### Root cause:
148148

149-
There is a limitation of 128 of cells when executing a Synapse notebook activity from a pipeline.
149+
There is a limitation of 256 cells when executing a Synapse notebook activity from a pipeline.
150150

151151
### Action:
152152

153-
You could merge cells in order to reduce the number of cells below 128.
153+
You could merge cells in order to reduce the number of cells below 256.
154154

155155

156156
## Next steps

0 commit comments

Comments
 (0)