Skip to content

Commit 4362a30

Browse files
authored
Merge 55bfb37 into 871cabd
2 parents 871cabd + 55bfb37 commit 4362a30

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

0_Azure/2_AzureAnalytics/1_SynapseAnalytics/demos/2_synapse_views_dynamically_remove_space/0_serverlessSQLPool/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Costa Rica
66
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
77
[brown9804](https://github.com/brown9804)
88

9-
Last updated: 2025-01-24
9+
Last updated: 2025-01-26
1010

1111
----------
1212

@@ -26,6 +26,26 @@ Last updated: 2025-01-24
2626

2727
</details>
2828

29+
## Demo
30+
31+
### Set Up a Synapse Workspace
32+
33+
1. **Sign in to the Azure Portal**: Go to the Azure Portal and sign in with your Azure account.
34+
2. **Navigate to Your Synapse Workspace**: In the Azure Portal, search for your Synapse workspace or create a new one if you don't have one.
35+
36+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/92a5e451-1868-47e2-b32b-858591c306ee" />
37+
38+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/51e3b091-855d-4481-89e0-623705e3cf2a" />
39+
40+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7d03bfa8-e1e3-4706-970f-a89c7b8cd904" />
41+
42+
3. **Launch Synapse Studio**: From the Synapse workspace overview, click on the `Open Synapse Studio` button.
43+
44+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/302b1fd8-49a6-427e-93dc-8e952f1667e6" />
45+
46+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/a368036b-c859-47fc-a1c5-d045b6910790" />
47+
48+
2949

3050
<div align="center">
3151
<h3 style="color: #4CAF50;">Total Visitors</h3>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Employee ID, Employee Name, Hire Date
2+
101, Alice Johnson, 2024-05-15
3+
102, Bob Smith, 2024-06-20
4+
103, Charlie Brown, 2024-07-25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ProductID, Product Name, Release Date
2+
201, Gadget Pro, 2023-11-01
3+
202, Widget Plus, 2023-12-15
4+
203, Device Max, 2024-01-10

0_Azure/2_AzureAnalytics/1_SynapseAnalytics/demos/2_synapse_views_dynamically_remove_space/1_dedicatedSQLPoolStoreProc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Costa Rica
66
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
77
[brown9804](https://github.com/brown9804)
88

9-
Last updated: 2025-01-24
9+
Last updated: 2025-01-26
1010

1111
----------
1212

@@ -17,7 +17,7 @@ Last updated: 2025-01-24
1717

1818
- [Content](#content)
1919
- [Demo](#demo)
20-
- [Set Up a Dedicated SQL Pool](#set-up-a-dedicated-sql-pool)
20+
- [Set Up a Synapse Workspace](#set-up-a-synapse-workspace)
2121
- [Create a Dedicated SQL Pool](#create-a-dedicated-sql-pool)
2222
- [Create Tables with Spaces in Names and Columns](#create-tables-with-spaces-in-names-and-columns)
2323
- [Create Views with Modified Tables/Column Names](#create-views-with-modified-tablescolumn-names)
@@ -26,7 +26,7 @@ Last updated: 2025-01-24
2626

2727
## Demo
2828

29-
### Set Up a Dedicated SQL Pool
29+
### Set Up a Synapse Workspace
3030

3131
1. **Sign in to the Azure Portal**: Go to the Azure Portal and sign in with your Azure account.
3232
2. **Navigate to Your Synapse Workspace**: In the Azure Portal, search for your Synapse workspace or create a new one if you don't have one.

0 commit comments

Comments
 (0)