Skip to content

Commit bea11da

Browse files
authored
Merge pull request #248192 from WilliamDAssafMSFT/20230814-broken-links
[SCOPED] 20230814 broken links fix
2 parents b03d544 + 3fecf7b commit bea11da

18 files changed

+24
-24
lines changed

articles/cognitive-services/Bing-Web-Search/quickstarts/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
274274
},
275275
{
276276
"name": "Computer Vision API",
277-
"url": "https://azure.microsoft.com/services/cognitive-services/computer-vision/",
277+
"url": "https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab",
278278
"snippet": "Extract the data you need from images using optical character recognition and image analytics with Computer Vision APIs from Microsoft Azure."
279279
},
280280
{

articles/cognitive-services/Bing-Web-Search/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
228228
},
229229
{
230230
"name": "Computer Vision API",
231-
"url": "https://azure.microsoft.com/services/cognitive-services/computer-vision/",
231+
"url": "https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab",
232232
"snippet": "Extract the data you need from images using optical character recognition and image analytics with Computer Vision APIs from Microsoft Azure."
233233
},
234234
{

articles/cognitive-services/Bing-Web-Search/quickstarts/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
178178
},
179179
{
180180
"name": "Computer Vision API",
181-
"url": "https://azure.microsoft.com/services/cognitive-services/computer-vision/",
181+
"url": "https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab",
182182
"snippet": "Extract the data you need from images using optical character recognition and image analytics with Computer Vision APIs from Microsoft Azure."
183183
},
184184
{

articles/cognitive-services/Bing-Web-Search/quickstarts/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
190190
},
191191
{
192192
"name": "Computer Vision API",
193-
"url": "https://azure.microsoft.com/services/cognitive-services/computer-vision/",
193+
"url": "https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab",
194194
"snippet": "Extract the data you need from images using optical character recognition and image analytics with Computer Vision APIs from Microsoft Azure."
195195
},
196196
{

articles/cognitive-services/Bing-Web-Search/quickstarts/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
175175
},
176176
{
177177
"name": "Computer Vision API",
178-
"url": "https://azure.microsoft.com/services/cognitive-services/computer-vision/",
178+
"url": "https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab",
179179
"snippet": "Extract the data you need from images using optical character recognition and image analytics with Computer Vision APIs from Microsoft Azure."
180180
},
181181
{

articles/kinect-dk/about-azure-kinect-dk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For additional details and information, visit [Speech Service documentation](../
8787

8888
## Vision services
8989

90-
The following [Azure Cognitive Vision Services](https://azure.microsoft.com/services/cognitive-services/directory/vision/) provide Azure services that can identify and analyze content within images and videos.
90+
The following [Azure Cognitive Vision Services](https://azure.microsoft.com/products/ai-services?activetab=pivot:visiontab) provide Azure services that can identify and analyze content within images and videos.
9191

9292
- [Computer vision](https://azure.microsoft.com/resources/cloud-computing-dictionary/what-is-computer-vision/)
9393
- [Face](https://azure.microsoft.com/resources/cloud-computing-dictionary/what-is-face-recognition/)

articles/postgresql/single-server/how-to-data-encryption-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ After Azure Database for PostgreSQL Single server is encrypted with a customer's
9595
9696
### Once the server is restored, revalidate data encryption the restored server
9797
98-
* Assign identity for the replica server
98+
* Assign identity for the replica server
9999
```azurecli-interactive
100100
az postgres server update --name <server name> -g <resource_group> --assign-identity
101101
```
102102

103-
* Get the existing key that has to be used for the restored/replica server
103+
* Get the existing key that has to be used for the restored/replica server
104104

105105
```azurecli-interactive
106106
az postgres server key list --name '<server_name>' -g '<resource_group_name>'
107107
```
108108

109-
* Set the policy for the new identity for the restored/replica server
109+
* Set the policy for the new identity for the restored/replica server
110110

111111
```azurecli-interactive
112112
az keyvault set-policy --name <keyvault> -g <resource_group> --key-permissions get unwrapKey wrapKey --object-id <principl id of the server returned by the step 1>

articles/synapse-analytics/machine-learning/synapse-machine-learning-library.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ A unified API standardizes many tools, frameworks, algorithms and streamlines th
2828

2929
### Use pre-built intelligent models
3030

31-
Many tools in SynapseML don't require a large labeled training dataset. Instead, SynapseML provides simple APIs for pre-built intelligent services, such as Azure AI services, to quickly solve large-scale AI challenges related to both business and research. SynapseML enables developers to embed over 50 different state-of-the-art ML services directly into their systems and databases. These ready-to-use algorithms can parse a wide variety of documents, transcribe multi-speaker conversations in real time, and translate text to over 100 different languages.
31+
Many tools in SynapseML don't require a large labeled training dataset. Instead, SynapseML provides simple APIs for pre-built intelligent services, such as Azure AI services, to quickly solve large-scale AI challenges related to both business and research. SynapseML enables developers to embed over 50 different state-of-the-art ML services directly into their systems and databases. These ready-to-use algorithms can parse a wide variety of documents, transcribe multi-speaker conversations in real time, and translate text to over 100 different languages. For more examples of how to use pre-built AI to solve tasks quickly, see [the SynapseML "cognitive" examples](https://microsoft.github.io/SynapseML/docs/Get%20Started/Set%20up%20Cognitive%20Services/).
3232

33-
To make SynapseML's integration with Azure AI services fast and efficient SynapseML introduces many optimizations for service-oriented workflows. In particular, SynapseML automatically parses common throttling responses to ensure that jobs dont overwhelm backend services. Additionally, it uses exponential back-offs to handle unreliable network connections and failed responses. Finally, Sparks worker machines stay busy with new asynchronous parallelism primitives for Spark. Asynchronous parallelism allows worker machines to send requests while waiting on a response from the server and can yield a tenfold increase in throughput.
33+
To make SynapseML's integration with Azure AI services fast and efficient SynapseML introduces many optimizations for service-oriented workflows. In particular, SynapseML automatically parses common throttling responses to ensure that jobs don't overwhelm backend services. Additionally, it uses exponential back-offs to handle unreliable network connections and failed responses. Finally, Spark's worker machines stay busy with new asynchronous parallelism primitives for Spark. Asynchronous parallelism allows worker machines to send requests while waiting on a response from the server and can yield a tenfold increase in throughput.
3434

3535
### Broad ecosystem compatibility with ONNX
3636

@@ -40,7 +40,7 @@ Bringing ONNX to Spark not only helps developers scale deep learning models, it
4040

4141
### Build responsible AI systems
4242

43-
After building a model, its imperative that researchers and engineers understand its limitations and behavior before deployment. SynapseML helps developers and researchers build responsible AI systems by introducing new tools that reveal why models make certain predictions and how to improve the training dataset to eliminate biases. SynapseML dramatically speeds the process of understanding a users trained model by enabling developers to distribute computation across hundreds of machines. More specifically, SynapseML includes distributed implementations of Shapley Additive Explanations (SHAP) and Locally Interpretable Model-Agnostic Explanations (LIME) to explain the predictions of vision, text, and tabular models. It also includes tools such as Individual Conditional Expectation (ICE) and partial dependence analysis to recognized biased datasets.
43+
After building a model, it's imperative that researchers and engineers understand its limitations and behavior before deployment. SynapseML helps developers and researchers build responsible AI systems by introducing new tools that reveal why models make certain predictions and how to improve the training dataset to eliminate biases. SynapseML dramatically speeds the process of understanding a user's trained model by enabling developers to distribute computation across hundreds of machines. More specifically, SynapseML includes distributed implementations of Shapley Additive Explanations (SHAP) and Locally Interpretable Model-Agnostic Explanations (LIME) to explain the predictions of vision, text, and tabular models. It also includes tools such as Individual Conditional Expectation (ICE) and partial dependence analysis to recognized biased datasets.
4444

4545
## Enterprise support on Azure Synapse Analytics
4646

articles/synapse-analytics/partner/business-intelligence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To create your data warehouse solution, you can choose from different kinds of i
2626
| :::image type="content" source="./media/business-intelligence/dundas_software_logo.png" alt-text="The logo of Dundas."::: |**Dundas BI**<br>Dundas Data Visualization is a leading, global provider of Business Intelligence and Data Visualization software. Dundas dashboards, reporting, and visual data analytics provide seamless integration into business applications, enabling better decisions and faster insights.|[Dundas](https://www.dundas.com/dundas-bi)<br> |
2727
| :::image type="content" source="./media/business-intelligence/cognos_analytics_logo.png" alt-text="The logo of IBM Cognos."::: |**IBM Cognos Analytics**<br>Cognos Analytics includes self-service capabilities that make it simple, clear, and easy to use, whether you're an experienced business analyst examining a vast supply chain, or a marketer optimizing a campaign. Cognos Analytics uses AI and other capabilities to guide data exploration. It makes it easier for users to get the answers they need|[IBM](https://www.ibm.com/products/cognos-analytics)<br>|
2828
| :::image type="content" source="./media/business-intelligence/informationbuilders_logo.png" alt-text="The logo of Information Builders."::: |**Information Builders (WebFOCUS)**<br>WebFOCUS business intelligence helps companies use data more strategically across and beyond the enterprise. It allows users and administrators to rapidly create dashboards that combine content from multiple data sources and formats. It also provides robust security and comprehensive governance that enables seamless and secure sharing of any BI and analytics content|[Information Builders](https://www.ibi.com/)<br> |
29-
| :::image type="content" source="./media/business-intelligence/logianalytics_logo.png" alt-text="The logo of LogiAnalytics."::: |**Logi Analytics**<br>Together, Logi Analytics enables your organization to collect, analyze, and immediately act on the largest and most diverse data sets in the world. |[Logi Analytics](https://www.logianalytics.com/)<br>|
30-
| :::image type="content" source="./media/business-intelligence/logianalytics_logo.png" alt-text="The logo of LogiAnalytics."::: |**Logi Report**<br>Logi Report is an embeddable BI solution for the enterprise. The solution offers capabilities such as report creation, dashboards, and data analysis on cloud, big data, and transactional data sources. By visualizing data, you can conduct your own reporting and data discovery for agile, on-the-fly decision making. |[Logi Report](https://www.logianalytics.com/jreport/)<br> |
29+
| :::image type="content" source="./media/business-intelligence/logianalytics_logo.png" alt-text="The logo of LogiAnalytics."::: |**Logi Analytics**<br>Together, Logi Analytics enables your organization to collect, analyze, and immediately act on the largest and most diverse data sets in the world. |[Logi Analytics](https://insightsoftware.com/logi-analytics/)<br>|
30+
| :::image type="content" source="./media/business-intelligence/logianalytics_logo.png" alt-text="The logo of LogiAnalytics."::: |**Logi Report**<br>Logi Report is an embeddable BI solution for the enterprise. The solution offers capabilities such as report creation, dashboards, and data analysis on cloud, big data, and transactional data sources. By visualizing data, you can conduct your own reporting and data discovery for agile, on-the-fly decision making. |[Logi Report](https://insightsoftware.com/logi-analytics/logi-report/)<br> |
3131
| :::image type="content" source="./media/business-intelligence/looker_logo.png" alt-text="The logo of Looker."::: |**Looker for Business Intelligence**<br>Looker gives everyone in your company the ability to explore and understand the data that drives your business. Looker also gives the data analyst a flexible and reusable modeling layer to control and curate that data. Companies have fundamentally transformed their culture using Looker as the catalyst.|[Looker for BI](https://looker.com/)<br> [Looker Analytics Platform Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/aad.lookeranalyticsplatform)<br> |
3232
| :::image type="content" source="./media/business-intelligence/microstrategy_logo.png" alt-text="The logo of Microstrategy."::: |**MicroStrategy**<br>The MicroStrategy platform offers a complete set of business intelligence and analytics capabilities that enable organizations to get value from their business data. MicroStrategy's powerful analytical engine, comprehensive toolsets, variety of data connectors, and open architecture ensures you have everything you need to extend access to analytics across every team.|[MicroStrategy](https://www.microstrategy.com/en/business-intelligence)<br> [MicroStrategy Cloud in the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/microstrategy.microstrategy_cloud)<br> |
3333
| :::image type="content" source="./media/business-intelligence/mode-logo.png" alt-text="The logo of Mode Analytics."::: |**Mode**<br>Mode is a modern analytics and BI solution that helps teams make decisions through unreasonably fast and unexpectedly delightful data analysis. Data teams move faster through a preferred workflow that combines SQL, Python, R, and visual analysis, while stakeholders work alongside them exploring and sharing data on their own. With data more accessible to everyone, we shorten the distance from questions to answers and help businesses make better decisions, faster.|[Mode](https://mode.com/)<br> |

articles/synapse-analytics/spark/apache-spark-delta-lake-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,5 +990,5 @@ For more information, see [Delta Lake Project](https://github.com/delta-io/delta
990990

991991
## Next steps
992992

993-
* [.NET for Apache Spark documentation](/dotnet/spark)
993+
* [.NET for Apache Spark documentation](/previous-versions/dotnet/spark/what-is-apache-spark-dotnet)
994994
* [Azure Synapse Analytics](../index.yml)

0 commit comments

Comments
 (0)