Skip to content

Commit 9523f0d

Browse files
committed
[BULK UPDATE] DocuTune - Rebranding links
1 parent 59b331b commit 9523f0d

File tree

78 files changed

+137
-143
lines changed

Some content is hidden

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

78 files changed

+137
-143
lines changed

articles/sentinel/dns-normalization-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Fields that appear in the table below are common to all ASIM schemas. Any guidel
218218
| **DstPortNumber** | Optional | Integer | Destination Port number.<br><br>Example: `53` |
219219
| <a name="dsthostname"></a>**DstHostname** | Optional | String | The destination device hostname, excluding domain information. If no device name is available, store the relevant IP address in this field.<br><br>Example: `DESKTOP-1282V4D`<br><br>**Note**: This value is mandatory if [DstIpAddr](#dstipaddr) is specified. |
220220
| <a name="dstdomain"></a>**DstDomain** | Optional | String | The domain of the destination device.<br><br>Example: `Contoso` |
221-
| <a name="dstdomaintype"></a>**DstDomainType** | Optional | Enumerated | The type of [DstDomain](#dstdomain), if known. Possible values include:<br>- `Windows (contoso\mypc)`<br>- `FQDN (docs.microsoft.com)`<br><br>Required if [DstDomain](#dstdomain) is used. |
221+
| <a name="dstdomaintype"></a>**DstDomainType** | Optional | Enumerated | The type of [DstDomain](#dstdomain), if known. Possible values include:<br>- `Windows (contoso\mypc)`<br>- `FQDN (learn.microsoft.com)`<br><br>Required if [DstDomain](#dstdomain) is used. |
222222
| **DstFQDN** | Optional | String | The destination device hostname, including domain information when available. <br><br>Example: `Contoso\DESKTOP-1282V4D` <br><br>**Note**: This field supports both traditional FQDN format and Windows domain\hostname format. The [DstDomainType](#dstdomaintype) reflects the format used. |
223223
| <a name="dstdvcid"></a>**DstDvcId** | Optional | String | The ID of the destination device as reported in the record.<br><br>Example: `ac7e9755-8eae-4ffc-8a02-50ed7a2216c3` |
224224
| **DstDvcIdType** | Optional | Enumerated | The type of [DstDvcId](#dstdvcid), if known. Possible values include:<br> - `AzureResourceId`<br>- `MDEidIf`<br><br>If multiple IDs are available, use the first one from the list above, and store the others in the **DstDvcAzureResourceId** or **DstDvcMDEid** fields, respectively.<br><br>Required if **DstDeviceId** is used.|

articles/sentinel/index.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ landingContent:
6464
- linkListType: learn
6565
links:
6666
- text: Create KQL queries for Microsoft Sentinel
67-
url: /learn/paths/sc-200-utilize-kql-for-azure-sentinel/
67+
url: /training/paths/sc-200-utilize-kql-for-azure-sentinel/
6868

6969
# Card
7070
- title: Collect data
@@ -112,7 +112,7 @@ landingContent:
112112
- linkListType: learn
113113
links:
114114
- text: Write your first query with Kusto Query Language
115-
url: /learn/modules/write-first-query-kusto-query-language/
115+
url: /training/modules/write-first-query-kusto-query-language/
116116
- text: More KQL learning and skilling resources
117117
url: kusto-resources.md
118118
- linkListType: reference

articles/sentinel/iot-solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ View Defender for IoT alerts in the Microsoft Sentinel **Logs** area.
134134
> [!NOTE]
135135
> The **Logs** page in Microsoft Sentinel is based on Azure Monitor's Log Analytics.
136136
>
137-
> For more information, see [Log queries overview](../azure-monitor/logs/log-query-overview.md) in the Azure Monitor documentation and the [Write your first KQL query](/learn/modules/write-first-query-kusto-query-language/) Learn module.
137+
> For more information, see [Log queries overview](../azure-monitor/logs/log-query-overview.md) in the Azure Monitor documentation and the [Write your first KQL query](/training/modules/write-first-query-kusto-query-language/) Learn module.
138138
>
139139
140140
### Understand alert timestamps

articles/sentinel/migration-security-operations-center-processes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For more information, see:
127127
- [Webinar: Best Practices for Converting Detection Rules](https://www.youtube.com/watch?v=njXK1h9lfR4)
128128
- [Security Orchestration, Automation, and Response (SOAR) in Microsoft Sentinel](automation.md)
129129
- [Manage your SOC better with incident metrics](manage-soc-with-incident-metrics.md)
130-
- [Microsoft Sentinel learning path](/learn/paths/security-ops-sentinel/)
131-
- [SC-200 Microsoft Security Operations Analyst certification](/learn/certifications/exams/sc-200)
130+
- [Microsoft Sentinel learning path](/training/paths/security-ops-sentinel/)
131+
- [SC-200 Microsoft Security Operations Analyst certification](/certifications/exams/sc-200)
132132
- [Microsoft Sentinel Ninja training](https://techcommunity.microsoft.com/t5/azure-sentinel/become-an-azure-sentinel-ninja-the-complete-level-400-training/ba-p/1246310)
133133
- [Investigate an attack on a hybrid environment with Microsoft Sentinel](https://mslearn.cloudguides.com/guides/Investigate%20an%20attack%20on%20a%20hybrid%20environment%20with%20Azure%20Sentinel)

articles/sentinel/normalization-about-schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Each schema field has a type. Some have built-in, Log Analytics types, such as `
5959
|**Date/Time** | Depending on the ingestion method capability, use any of the following physical representations in descending priority: <br><br>- Log Analytics built-in datetime type <br>- An integer field using Log Analytics datetime numerical representation. <br>- A string field using Log Analytics datetime numerical representation <br>- A string field storing a supported [Log Analytics date/time format](/azure/data-explorer/kusto/query/scalar-data-types/datetime). | [Log Analytics date and time representation](/azure/kusto/query/scalar-data-types/datetime) is similar but different than Unix time representation. For more information, see the [conversion guidelines](/azure/kusto/query/datetime-timespan-arithmetic). <br><br>**Note**: When applicable, the time should be time zone adjusted. |
6060
|**MAC address** | String | Colon-Hexadecimal notation. |
6161
|**IP address** |String | Microsoft Sentinel schemas don't have separate IPv4 and IPv6 addresses. Any IP address field might include either an IPv4 address or an IPv6 address, as follows: <br><br>- **IPv4** in a dot-decimal notation.<br>- **IPv6** in 8-hextets notation, allowing for the short form.<br><br>For example:<br>- **IPv4**: `192.168.10.10` <br>- **IPv6**: `FEDC:BA98:7654:3210:FEDC:BA98:7654:3210`<br>- **IPv6 short form**: `1080::8:800:200C:417A` |
62-
|**FQDN** | String | A fully qualified domain name using a dot notation, for example, `docs.microsoft.com`. For more information, see [The Device entity](#the-device-entity). |
62+
|**FQDN** | String | A fully qualified domain name using a dot notation, for example, `learn.microsoft.com`. For more information, see [The Device entity](#the-device-entity). |
6363
|<a name="hostname"></a>**Hostname** | String | A hostname which is not an FQDN, includes up to 63 characters including letters, numbers and hyphens. For more information, see [The Device entity](#the-device-entity).|
6464
| **DomainType** | Enumerated | The type of domain stored in domain and FQDN fields. For a list of values and more information, see [The Device entity](#the-device-entity). |
6565
| **DvcIdType** | Enumerated | The type of the device ID stored in DvcId fields. For a list of allowed values and further information refer to [DvcIdType](#dvcidtype). |

articles/sentinel/resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Download sample content from the private community GitHub repository to create c
6868
## Next steps
6969

7070
> [!div class="nextstepaction"]
71-
> [Get certified!](/learn/paths/security-ops-sentinel/)
71+
> [Get certified!](/training/paths/security-ops-sentinel/)
7272
7373
> [!div class="nextstepaction"]
7474
> [Read customer use case stories](https://customers.microsoft.com/en-us/search?sq=%22Azure%20Sentinel%20%22&ff=&p=0&so=story_publish_date%20desc)

articles/sentinel/skill-up-resources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The modules listed here are split into five parts following the life cycle of a
5353
This skill-up training is a level-400 training that's based on the [Microsoft Sentinel Ninja training](https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/become-a-microsoft-sentinel-ninja-the-complete-level-400/ba-p/1246310). If you don't want to go as deep, or you have a specific issue to resolve, other resources might be more suitable:
5454

5555
* Although the skill-up training is extensive, it naturally has to follow a script and can't expand on every topic. See the referenced documentation for information about each article.
56-
* You can now become certified with the new certification [SC-200: Microsoft Security Operations Analyst](/learn/certifications/exams/sc-200), which covers Microsoft Sentinel. For a broader, higher-level view of the Microsoft Security suite, you might also want to consider [SC-900: Microsoft Security, Compliance, and Identity Fundamentals](/learn/certifications/exams/sc-900) or [AZ-500: Microsoft Azure Security Technologies](/learn/certifications/exams/az-500).
56+
* You can now become certified with the new certification [SC-200: Microsoft Security Operations Analyst](/certifications/exams/sc-200), which covers Microsoft Sentinel. For a broader, higher-level view of the Microsoft Security suite, you might also want to consider [SC-900: Microsoft Security, Compliance, and Identity Fundamentals](/certifications/exams/sc-900) or [AZ-500: Microsoft Azure Security Technologies](/certifications/exams/az-500).
5757
* If you're already skilled up on Microsoft Sentinel, keep track of [what's new](whats-new.md) or join the [Microsoft Cloud Security Private Community](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR-kibZAPJAVBiU46J6wWF_5URDFSWUhYUldTWjdJNkFMVU1LTEU4VUZHMy4u) program for an earlier view into upcoming releases.
5858
* Do you have a feature idea to share with us? Let us know on the [Microsoft Sentinel user voice page](https://feedback.azure.com/d365community/forum/37638d17-0625-ec11-b6e6-000d3a4f07b8).
5959
* Are you a premier customer? You might want the on-site or remote, four-day _Microsoft Sentinel Fundamentals Workshop_. Contact your Customer Success Account Manager for more details.
@@ -371,7 +371,7 @@ The next section on writing rules explains how to use KQL in the specific contex
371371
* [Must Learn KQL](https://aka.ms/MustLearnKQL): A 20-part KQL series that walks you through the basics of creating your first analytics rule (includes an assessment and certificate)
372372

373373
* The Microsoft Sentinel KQL Lab: An interactive lab that teaches KQL with a focus on what you need for Microsoft Sentinel:
374-
* [Learning module (SC-200 part 4)](/learn/paths/sc-200-utilize-kql-for-azure-sentinel/)
374+
* [Learning module (SC-200 part 4)](/training/paths/sc-200-utilize-kql-for-azure-sentinel/)
375375
* [Presentation](https://onedrive.live.com/?authkey=%21AJRxX475AhXGQBE&cid=66C31D2DBF8E0F71&id=66C31D2DBF8E0F71%21740&parId=66C31D2DBF8E0F71%21446&o=OneUp) or [lab URL](https://aka.ms/lademo)
376376
* A [Jupyter notebooks version](https://github.com/jjsantanna/azure_sentinel_learn_kql_lab/blob/master/azure_sentinel_learn_kql_lab.ipynb) that lets you test the queries within the notebook
377377
* Learning webinar: [YouTube](https://youtu.be/EDCBLULjtCM) or [MP4](https://1drv.ms/v/s!AnEPjr8tHcNmglwAjUjmYy2Qn5J-)

articles/service-bus-messaging/index.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ landingContent:
105105
- linkListType: learn
106106
links:
107107
- text: Choose a messaging model in Azure to loosely connect your services
108-
url: /learn/modules/choose-a-messaging-model-in-azure-to-connect-your-services/
108+
url: /training/modules/choose-a-messaging-model-in-azure-to-connect-your-services/
109109
- text: Implement message-based communication workflows with Azure Service Bus
110-
url: /learn/modules/implement-message-workflows-with-service-bus/
110+
url: /training/modules/implement-message-workflows-with-service-bus/
111111
- text: Discover Azure message queues
112-
url: /learn/modules/discover-azure-message-queue/
112+
url: /training/modules/discover-azure-message-queue/
113113
- text: Enable asynchronous messaging in Java apps by using JMS and Azure Service Bus
114-
url: /learn/modules/cloud-scale-messaging-with-jms-service-bus/
114+
url: /training/modules/cloud-scale-messaging-with-jms-service-bus/
115115

116116
# Card
117117
- title: Monitor and manage

articles/service-bus-messaging/service-bus-php-how-to-use-queues.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ try {
109109
catch(ServiceException $e){
110110
// Handle exception based on error codes and messages.
111111
// Error codes and messages are here:
112-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
112+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
113113
$code = $e->getCode();
114114
$error_message = $e->getMessage();
115115
echo $code.": ".$error_message."<br />";
@@ -146,7 +146,7 @@ try {
146146
catch(ServiceException $e){
147147
// Handle exception based on error codes and messages.
148148
// Error codes and messages are here:
149-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
149+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
150150
$code = $e->getCode();
151151
$error_message = $e->getMessage();
152152
echo $code.": ".$error_message."<br />";
@@ -199,7 +199,7 @@ try {
199199
catch(ServiceException $e){
200200
// Handle exception based on error codes and messages.
201201
// Error codes and messages are here:
202-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
202+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
203203
$code = $e->getCode();
204204
$error_message = $e->getMessage();
205205
echo $code.": ".$error_message."<br />";
@@ -225,5 +225,3 @@ For more information, also visit the [PHP Developer Center](https://azure.micros
225225
[BrokeredMessage]: /dotnet/api/microsoft.servicebus.messaging.brokeredmessage
226226
[Queues, topics, and subscriptions]: service-bus-queues-topics-subscriptions.md
227227
[require_once]: https://php.net/require_once
228-
229-

articles/service-bus-messaging/service-bus-php-how-to-use-topics-subscriptions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ try {
127127
catch(ServiceException $e){
128128
// Handle exception based on error codes and messages.
129129
// Error codes and messages are here:
130-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
130+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
131131
$code = $e->getCode();
132132
$error_message = $e->getMessage();
133133
echo $code.": ".$error_message."<br />";
@@ -163,7 +163,7 @@ try {
163163
catch(ServiceException $e){
164164
// Handle exception based on error codes and messages.
165165
// Error codes and messages are here:
166-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
166+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
167167
$code = $e->getCode();
168168
$error_message = $e->getMessage();
169169
echo $code.": ".$error_message."<br />";
@@ -233,7 +233,7 @@ try {
233233
catch(ServiceException $e){
234234
// Handle exception based on error codes and messages.
235235
// Error codes and messages are here:
236-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
236+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
237237
$code = $e->getCode();
238238
$error_message = $e->getMessage();
239239
echo $code.": ".$error_message."<br />";
@@ -300,7 +300,7 @@ try {
300300
catch(ServiceException $e){
301301
// Handle exception based on error codes and messages.
302302
// Error codes and messages are here:
303-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
303+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
304304
$code = $e->getCode();
305305
$error_message = $e->getMessage();
306306
echo $code.": ".$error_message."<br />";
@@ -336,7 +336,7 @@ try {
336336
catch(ServiceException $e){
337337
// Handle exception based on error codes and messages.
338338
// Error codes and messages are here:
339-
// https://docs.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
339+
// https://learn.microsoft.com/rest/api/storageservices/Common-REST-API-Error-Codes
340340
$code = $e->getCode();
341341
$error_message = $e->getMessage();
342342
echo $code.": ".$error_message."<br />";
@@ -359,4 +359,4 @@ For more information, see [Queues, topics, and subscriptions][Queues, topics, an
359359
[Queues, topics, and subscriptions]: service-bus-queues-topics-subscriptions.md
360360
[sqlfilter]: /dotnet/api/microsoft.servicebus.messaging.sqlfilter
361361
[require-once]: https://php.net/require_once
362-
[Service Bus quotas]: service-bus-quotas.md
362+
[Service Bus quotas]: service-bus-quotas.md

articles/service-fabric/how-to-managed-cluster-dedicated-hosts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ Create an Azure Service Fabric managed cluster with node type(s) configured to r
157157
{
158158
"code": "QuotaExceeded",
159159
"message": "Operation could not be completed as it results in exceeding approved standardDSv3Family Cores quota.
160-
Additional Required: 320, (Minimum) New Limit Required: 320. Submit a request for Quota increase [here](https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/). Please read more about quota limits [here](https://docs.microsoft.com/azure/azure-supportability/per-vm-quota-requests)”
160+
Additional Required: 320, (Minimum) New Limit Required: 320. Submit a request for Quota increase [here](https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/). Please read more about quota limits [here](https://learn.microsoft.com/azure/azure-supportability/per-vm-quota-requests)”
161161
}
162162
```
163163
## Next steps
164164
> [!div class="nextstepaction"]
165-
> [Read about Service Fabric managed cluster configuration options](how-to-managed-cluster-configuration.md)
165+
> [Read about Service Fabric managed cluster configuration options](how-to-managed-cluster-configuration.md)

articles/service-fabric/service-fabric-concepts-scalability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 07/14/2022
1212
# Scaling in Service Fabric
1313
Azure Service Fabric makes it easy to build scalable applications by managing the services, partitions, and replicas on the nodes of a cluster. Running many workloads on the same hardware enables maximum resource utilization, but also provides flexibility in terms of how you choose to scale your workloads. This Channel 9 video describes how you can build scalable microservices applications:
1414

15-
> [!VIDEO https://docs.microsoft.com/Events/Connect/2017/T116/player]
15+
> [!VIDEO https://learn.microsoft.com/Events/Connect/2017/T116/player]
1616
1717
Scaling in Service Fabric is accomplished several different ways:
1818

articles/service-fabric/service-fabric-reliable-actors-enumerate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ List<Guid> actorIds = new();
7373
foreach(var partition in partitions)
7474
{
7575
//Retrieve the partition information
76-
Int64RangePartitionInformation partitionInformation = (Int64RangePartitionInformation)partition.PartitionInformation; //Actors are restricted to the uniform Int64 scheme per https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-introduction#distribution-and-failover
76+
Int64RangePartitionInformation partitionInformation = (Int64RangePartitionInformation)partition.PartitionInformation; //Actors are restricted to the uniform Int64 scheme per https://learn.microsoft.com/azure/service-fabric/service-fabric-reliable-actors-introduction#distribution-and-failover
7777
IActorService actorServiceProxy = ActorServiceProxy.Create(serviceName, partitionInformation.LowKey);
7878

7979
ContinuationToken? continuationToken = null;

articles/site-recovery/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
- name: Microsoft Q&A question page
599599
href: /answers/topics/azure-site-recovery.html
600600
- name: Learning path
601-
href: /learn/azure/
601+
href: /training/azure/
602602
- name: Pricing
603603
href: https://azure.microsoft.com/pricing/details/site-recovery/
604604
- name: Pricing calculator

0 commit comments

Comments
 (0)