Skip to content

Commit 1ab8003

Browse files
authored
Merge pull request #114 from MicrosoftCloudEssentials-LearningHub/changing-counter
changing counter type + cleaning format
2 parents e58ab18 + 8fd855c commit 1ab8003

92 files changed

Lines changed: 430 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/use-visitor-counter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
git fetch origin
6767
git checkout ${{ github.head_ref }}
6868
git pull origin ${{ github.head_ref }} || echo "No merge needed"
69-
git add "*.md" || true
70-
[ -f metrics.json ] && git add metrics.json || true
69+
git add -A
7170
git commit -m "Update visitor count" || echo "No changes to commit"
7271
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
7372
git push origin HEAD:${{ github.head_ref }}
@@ -81,8 +80,7 @@ jobs:
8180
git fetch origin
8281
git checkout ${{ github.ref_name }} || git checkout -b ${{ github.ref_name }} origin/${{ github.ref_name }}
8382
git pull origin ${{ github.ref_name }} || echo "No merge needed"
84-
git add "*.md" || true
85-
[ -f metrics.json ] && git add metrics.json || true
83+
git add -A
8684
git commit -m "Update visitor count" || echo "No changes to commit"
8785
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
8886
git push origin HEAD:${{ github.ref_name }}

0_Azure/0_AzureFundamentals/README.md

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

10-
Last updated: 2024-11-19
10+
Last updated: 2025-07-17
1111

1212
---------------
1313

@@ -56,7 +56,9 @@ Last updated: 2024-11-19
5656
### 3. MFA
5757
![Alt text](https://github.com/brown9804/MSCloudEssentials_LPath/blob/main/0_Azure/img/AzureFundamentals/%5Bimg%5D_azure_security_features-identity-MFA.png)
5858

59+
<!-- START BADGE -->
5960
<div align="center">
60-
<h3 style="color: #4CAF50;">Total Visitors</h3>
61-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
61+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
62+
<p>Refresh Date: 2025-07-17</p>
6263
</div>
64+
<!-- END BADGE -->

0_Azure/1_AzureData/0_DataStorage/0_azure_blob_to_snowflake_connection.md

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

8-
Last updated: 2024-11-19
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -81,7 +81,9 @@ Last updated: 2024-11-19
8181
- Configure firewall settings on your Azure Blob Storage account to allow access only from specific IP ranges, such as the IP ranges of your Azure Data Factory instance.
8282
- Similarly, configure firewall settings on your Snowflake account to restrict access to trusted IP ranges.
8383

84+
<!-- START BADGE -->
8485
<div align="center">
85-
<h3 style="color: #4CAF50;">Total Visitors</h3>
86-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
86+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
87+
<p>Refresh Date: 2025-07-17</p>
8788
</div>
89+
<!-- END BADGE -->

0_Azure/1_AzureData/0_DataStorage/1_mvSharePoint_toAzStorage.md

Lines changed: 5 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: 2024-11-19
9+
Last updated: 2025-07-17
1010

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

@@ -118,7 +118,9 @@ Testing and Automation:
118118
4. **Map the Data**: Map the file data from SharePoint to the corresponding fields in Azure Blob Storage.
119119
5. **Save and Test**: Save the Logic App and test it by creating a file in the SharePoint folder to ensure it gets copied to Azure Storage.
120120
121+
<!-- START BADGE -->
121122
<div align="center">
122-
<h3 style="color: #4CAF50;">Total Visitors</h3>
123-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
123+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
124+
<p>Refresh Date: 2025-07-17</p>
124125
</div>
126+
<!-- END BADGE -->

0_Azure/1_AzureData/0_DataStorage/README.md

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

8-
Last updated: 2024-11-19
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -48,7 +48,9 @@ graph TB
4848
| **Azure Stack Edge** | Cloud storage gateway to transfer data efficiently and easily between the cloud and the edge [11](https://azure.microsoft.com/en-us/products/azure-stack/edge/). | Used for machine learning at the edge, edge and IoT solutions, network data transfer from edge to cloud [12](https://learn.microsoft.com/en-us/azure/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge). | Works with Azure Kubernetes Service, Azure Batch, and Azure Machine Learning [11](https://azure.microsoft.com/en-us/products/azure-stack/edge/). |
4949
| **Azure Data Box** | Appliances and solutions for transferring data into and out of Azure quickly and cost-effectively [13](https://azure.microsoft.com/en-us/products/databox/). | Used for onetime migration, initial bulk transfer, periodic uploads [14](https://learn.microsoft.com/en-us/azure/databox/data-box-overview). | Works with Azure Storage [13](https://azure.microsoft.com/en-us/products/databox/). |
5050

51+
<!-- START BADGE -->
5152
<div align="center">
52-
<h3 style="color: #4CAF50;">Total Visitors</h3>
53-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
54-
</div>
53+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
54+
<p>Refresh Date: 2025-07-17</p>
55+
</div>
56+
<!-- END BADGE -->

0_Azure/1_AzureData/1_Databases/README.md

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

8-
Last updated: 2024-11-19
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -67,7 +67,9 @@ graph LR
6767
| **SQL Server 2022** | IaaS | The most cloud-connected version of SQL Server yet. | Enables hybrid scenarios with cloud connectivity. | Provides the latest SQL Server innovations in the cloud. | Best for modern applications needing the latest SQL Server features. | Azure Synapse Analytics, Power BI, Azure Data Factory. |
6868

6969

70+
<!-- START BADGE -->
7071
<div align="center">
71-
<h3 style="color: #4CAF50;">Total Visitors</h3>
72-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
72+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
73+
<p>Refresh Date: 2025-07-17</p>
7374
</div>
75+
<!-- END BADGE -->

0_Azure/2_AzureAnalytics/0_Fabric/README.md

Lines changed: 5 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: 2024-11-19
9+
Last updated: 2025-07-17
1010

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

@@ -49,7 +49,9 @@ Microsoft Fabric is an end-to-end analytics and data platform designed for enter
4949

5050
- [Get started with Microsoft Fabric](https://learn.microsoft.com/en-us/training/paths/get-started-fabric/)
5151

52+
<!-- START BADGE -->
5253
<div align="center">
53-
<h3 style="color: #4CAF50;">Total Visitors</h3>
54-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
54+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
55+
<p>Refresh Date: 2025-07-17</p>
5556
</div>
57+
<!-- END BADGE -->

0_Azure/2_AzureAnalytics/0_Fabric/_Connections/0_HDIPlatform.md

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

8-
Last updated: 2025-01-13
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -107,7 +107,9 @@ graph TD
107107
- **Issue**: On-premises data gateway is not running or not configured correctly.
108108
- **Solution**: Ensure the data gateway is installed, running, and properly configured.
109109

110+
<!-- START BADGE -->
110111
<div align="center">
111-
<h3 style="color: #4CAF50;">Total Visitors</h3>
112-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
113-
</div>
112+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
113+
<p>Refresh Date: 2025-07-17</p>
114+
</div>
115+
<!-- END BADGE -->

0_Azure/2_AzureAnalytics/0_Fabric/_Connections/1_OracleDB.md

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

8-
Last updated: 2024-11-19
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -105,7 +105,9 @@ graph TD
105105
- **Issue**: Unable to reach the Oracle server.
106106
- **Solution**: Check network settings and firewall rules to ensure the server is accessible.
107107

108+
<!-- START BADGE -->
108109
<div align="center">
109-
<h3 style="color: #4CAF50;">Total Visitors</h3>
110-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
111-
</div>
110+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
111+
<p>Refresh Date: 2025-07-17</p>
112+
</div>
113+
<!-- END BADGE -->

0_Azure/2_AzureAnalytics/0_Fabric/_Connections/2_OnPremHIPAAFabric.md

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

8-
Last updated: 2024-11-19
8+
Last updated: 2025-07-17
99

1010
----------
1111

@@ -81,7 +81,9 @@ There are a few methods to connect on-premises data to Microsoft Fabric:
8181
- Add a new source to the pipeline copy activity and select the connection established earlier.
8282
- Choose a destination for your data from the on-premises source and run the pipeline.
8383

84+
<!-- START BADGE -->
8485
<div align="center">
85-
<h3 style="color: #4CAF50;">Total Visitors</h3>
86-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
87-
</div>
86+
<img src="https://img.shields.io/badge/Total%20views-354-limegreen" alt="Total views">
87+
<p>Refresh Date: 2025-07-17</p>
88+
</div>
89+
<!-- END BADGE -->

0 commit comments

Comments
 (0)