Skip to content

Commit 9076a1b

Browse files
authored
Merge f037ab8 into 8ea3ad5
2 parents 8ea3ad5 + f037ab8 commit 9076a1b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

0_Azure/2_AzureAnalytics/0_Fabric/demos/30_dynamic_pipeline_nbkparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Last updated: 2025-03-03
6666

6767
```python
6868
# Parameters
69-
file_path = "abfss://<your-container-name>@<your-storage-account-name>.dfs.core.windows.net/<your-bronze-lakehousename>.Lakehouse/Tables/<table name>"
69+
file_path = "" # expected value format: abfss://<your-container-name>@<your-storage-account-name>.dfs.core.windows.net/<your-bronze-lakehousename>.Lakehouse/Tables/<table name>
7070
token = ""
7171
```
7272
5. **Mark as Parameter Cell**: Select the `Toggle Parameter Cell` option to mark the cell as a parameter cell

0_Azure/3_AzureAI/9_AzureOpenAI/demos/10_AssistantsPlayground.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
44
[brown9804](https://github.com/brown9804)
55

6-
Last updated: 2024-11-28
6+
Last updated: 2025-03-03
77

88
------------------------------------------
99

@@ -66,3 +66,9 @@ Example:
6666

6767
> - Using the Azure OpenAI Assistants API to build custom solutions using Azure’s GPT-4 model integrated with other Azure services (e.g., Azure Logic Apps, Azure Functions) for enhanced functionality. This approach enables you to build assistants with custom workflows, tool integration, code execution capabilities, custom instructions, code interpreters, and custom functions.
6868
- **Storage Limits**: The current limit for uploaded files is 100GB, but you can request an increase through Azure support if needed through Azure support channels.
69+
70+
71+
<div align="center">
72+
<h3 style="color: #4CAF50;">Total Visitors</h3>
73+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
74+
</div>

0 commit comments

Comments
 (0)