hexsha
stringlengths
40
40
size
int64
5
1.04M
ext
stringclasses
6 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
344
max_stars_repo_name
stringlengths
5
125
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
11
max_stars_count
int64
1
368k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
344
max_issues_repo_name
stringlengths
5
125
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
11
max_issues_count
int64
1
116k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
344
max_forks_repo_name
stringlengths
5
125
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
11
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
5
1.04M
avg_line_length
float64
1.14
851k
max_line_length
int64
1
1.03M
alphanum_fraction
float64
0
1
lid
stringclasses
191 values
lid_prob
float64
0.01
1
26b50b10518afc3ee8038b028b726711f9c56da1
120
md
Markdown
max/README.md
asb2m10/jsusfx
be2b3bafe90b0f2eb28739257138844bc9d2941c
[ "Apache-2.0" ]
49
2015-01-05T06:58:59.000Z
2021-10-21T00:30:08.000Z
max/README.md
umlaeute/jsusfx
be2b3bafe90b0f2eb28739257138844bc9d2941c
[ "Apache-2.0" ]
25
2016-02-25T15:59:03.000Z
2021-12-20T15:08:16.000Z
max/README.md
umlaeute/jsusfx
be2b3bafe90b0f2eb28739257138844bc9d2941c
[ "Apache-2.0" ]
13
2015-06-17T07:47:39.000Z
2021-10-07T12:19:46.000Z
jsusfx_max - Jesusonic FX for Max ================================= For now this is on hold and focusing on Pure Data.
24
50
0.55
eng_Latn
0.967118
26b5845fa31d078b4fe532e513bed216470003e5
806
md
Markdown
ReadMe.md
subtleGradient/hook.io-herd
3ae4bc6a3808ad493be8f6ccb92b40a7486ff75f
[ "MIT" ]
1
2019-09-05T09:33:06.000Z
2019-09-05T09:33:06.000Z
ReadMe.md
subtleGradient/hook.io-herd
3ae4bc6a3808ad493be8f6ccb92b40a7486ff75f
[ "MIT" ]
null
null
null
ReadMe.md
subtleGradient/hook.io-herd
3ae4bc6a3808ad493be8f6ccb92b40a7486ff75f
[ "MIT" ]
null
null
null
# hook.io Herd A simple hook.io hook that spawns one child hook for each json config file in a given directory. 1. Create a bunch of config.json files. 2. Use the `childHooks` key to define the configs for hooks that will be spawned as child hooks 3. Use the `configFilePath` key in your child hook config to load the config from a separate file * NOTE: paths are relative to the json files as you would expect ### Example Config { "type":"herd", "name":"Simpsons", "childHooks":[ {"type":"helloworld", "name":"Homer"}, {"type":"helloworld", "name":"Marge"}, {"configFilePath":"./simpson-kids/bart.config.json"}, {"configFilePath":"./simpson-kids/lisa.config.json"}, {"configFilePath":"./simpson-kids/maggie.config.json"} ] }
35.043478
97
0.653846
eng_Latn
0.766185
26b5fb4d22bbc80ad29d2dfb020c015d8bf1cb53
19,758
md
Markdown
articles/search/search-get-started-python.md
ad-m/azure-docs
53f4eaccfd93599d28cf7c18a0c24863581716d1
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/search/search-get-started-python.md
ad-m/azure-docs
53f4eaccfd93599d28cf7c18a0c24863581716d1
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/search/search-get-started-python.md
ad-m/azure-docs
53f4eaccfd93599d28cf7c18a0c24863581716d1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: 'Quickstart: Create a search index in Python' titleSuffix: Azure Cognitive Search description: Learn how to create a search index, load data, and run queries using Python, Jupyter Notebook, and the Azure.Documents.Search client library for Python. author: HeidiSteen manager: nitinme ms.author: heidist ms.service: cognitive-search ms.topic: quickstart ms.date: 06/11/2021 ms.custom: devx-track-python, mode-other --- # Quickstart: Create an Azure Cognitive Search index in Python using Jupyter Notebook > [!div class="op_single_selector"] > * [Python](search-get-started-python.md) > * [PowerShell (REST)](search-get-started-powershell.md) > * [C#](search-get-started-dotnet.md) > * [REST](search-get-started-rest.md) > * [Portal](search-get-started-portal.md) > Build a notebook that creates, loads, and queries an Azure Cognitive Search index using Python and the [azure-search-documents library](/python/api/overview/azure/search-documents-readme) in the Azure SDK for Python. This article explains how to build a notebook step by step. Alternatively, you can [download and run a finished Jupyter Python notebook](https://github.com/Azure-Samples/azure-search-python-samples). If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. ## Prerequisites The following services and tools are required for this quickstart. * [Anaconda 3.x](https://www.anaconda.com/distribution/#download-section), providing Python 3.x and Jupyter Notebook. * [azure-search-documents package](https://pypi.org/project/azure-search-documents/) * [Create a search service](search-create-service-portal.md) or [find an existing service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use the Free tier for this quickstart. ## Copy a key and URL REST calls require the service URL and an access key on every request. A search service is created with both, so if you added Azure Cognitive Search to your subscription, follow these steps to get the necessary information: 1. [Sign in to the Azure portal](https://portal.azure.com/), and in your search service **Overview** page, get the URL. An example endpoint might look like `https://mydemo.search.windows.net`. 1. In **Settings** > **Keys**, get an admin key for full rights on the service. There are two interchangeable admin keys, provided for business continuity in case you need to roll one over. You can use either the primary or secondary key on requests for adding, modifying, and deleting objects. ![Get an HTTP endpoint and access key](media/search-get-started-rest/get-url-key.png "Get an HTTP endpoint and access key") All requests require an api-key on every request sent to your service. Having a valid key establishes trust, on a per request basis, between the application sending the request and the service that handles it. ## Connect to Azure Cognitive Search In this task, start Jupyter Notebook and verify that you can connect to Azure Cognitive Search. You'll do this by requesting a list of indexes from your service. On Windows with Anaconda3, you can use Anaconda Navigator to launch a notebook. 1. Create a new Python3 notebook. 1. In the first cell, load the libraries from the Azure SDK for Python, including [azure-search-documents](/python/api/azure-search-documents). ```python !pip install azure-search-documents --pre !pip show azure-search-documents import os from azure.core.credentials import AzureKeyCredential from azure.search.documents.indexes import SearchIndexClient from azure.search.documents import SearchClient from azure.search.documents.indexes.models import ( ComplexField, CorsOptions, SearchIndex, ScoringProfile, SearchFieldDataType, SimpleField, SearchableField ) ``` 1. In the second cell, input the request elements that will be constants on every request. Provide your search service name, admin API key, and query API key, copied in a previous step. This cell also sets up the clients you will use for specific operations: [SearchIndexClient](/python/api/azure-search-documents/azure.search.documents.indexes.searchindexclient) to create an index, and [SearchClient](/python/api/azure-search-documents/azure.search.documents.searchclient) to query an index. ```python service_name = "YOUR-SEARCH-SERIVCE-NAME" admin_key = "YOUR-SEARCH-SERVICE-ADMIN-API-KEY" index_name = "hotels-quickstart" # Create an SDK client endpoint = "https://{}.search.windows.net/".format(service_name) admin_client = SearchIndexClient(endpoint=endpoint, index_name=index_name, credential=AzureKeyCredential(admin_key)) search_client = SearchClient(endpoint=endpoint, index_name=index_name, credential=AzureKeyCredential(admin_key)) ``` 1. In the third cell, run a delete_index operation to clear your service of any existing *hotels-quickstart* indexes. Deleting the index allows you to create another *hotels-quickstart* index of the same name. ```python try: result = admin_client.delete_index(index_name) print ('Index', index_name, 'Deleted') except Exception as ex: print (ex) ``` 1. Run each step. ## 1 - Create an index Required elements of an index include a name, a fields collection, and a key. The fields collection defines the structure of a logical *search document*, used for both loading data and returning results. Each field has a name, type, and attributes that determine how the field is used (for example, whether it is full-text searchable, filterable, or retrievable in search results). Within an index, one of the fields of type `Edm.String` must be designated as the *key* for document identity. This index is named "hotels-quickstart" and has the field definitions you see below. It's a subset of a larger [Hotels index](https://github.com/Azure-Samples/azure-search-sample-data/blob/master/hotels/Hotels_IndexDefinition.JSON) used in other walkthroughs. We trimmed it in this quickstart for brevity. 1. In the next cell, paste the following example into a cell to provide the schema. ```python # Specify the index schema name = index_name fields = [ SimpleField(name="HotelId", type=SearchFieldDataType.String, key=True), SearchableField(name="HotelName", type=SearchFieldDataType.String, sortable=True), SearchableField(name="Description", type=SearchFieldDataType.String, analyzer_name="en.lucene"), SearchableField(name="Description_fr", type=SearchFieldDataType.String, analyzer_name="fr.lucene"), SearchableField(name="Category", type=SearchFieldDataType.String, facetable=True, filterable=True, sortable=True), SearchableField(name="Tags", collection=True, type=SearchFieldDataType.String, facetable=True, filterable=True), SimpleField(name="ParkingIncluded", type=SearchFieldDataType.Boolean, facetable=True, filterable=True, sortable=True), SimpleField(name="LastRenovationDate", type=SearchFieldDataType.DateTimeOffset, facetable=True, filterable=True, sortable=True), SimpleField(name="Rating", type=SearchFieldDataType.Double, facetable=True, filterable=True, sortable=True), ComplexField(name="Address", fields=[ SearchableField(name="StreetAddress", type=SearchFieldDataType.String), SearchableField(name="City", type=SearchFieldDataType.String, facetable=True, filterable=True, sortable=True), SearchableField(name="StateProvince", type=SearchFieldDataType.String, facetable=True, filterable=True, sortable=True), SearchableField(name="PostalCode", type=SearchFieldDataType.String, facetable=True, filterable=True, sortable=True), SearchableField(name="Country", type=SearchFieldDataType.String, facetable=True, filterable=True, sortable=True), ]) ] cors_options = CorsOptions(allowed_origins=["*"], max_age_in_seconds=60) scoring_profiles = [] suggester = [{'name': 'sg', 'source_fields': ['Tags', 'Address/City', 'Address/Country']}] ``` 1. In another cell, formulate the request. This create_index request targets the indexes collection of your search service and creates a [SearchIndex](/python/api/azure-search-documents/azure.search.documents.indexes.models.searchindex) based on the index schema you provided in the previous cell. ```python index = SearchIndex( name=name, fields=fields, scoring_profiles=scoring_profiles, suggesters = suggester, cors_options=cors_options) try: result = admin_client.create_index(index) print ('Index', result.name, 'created') except Exception as ex: print (ex) ``` 1. Run each step. <a name="load-documents"></a> ## 2 - Load documents To load documents, create a documents collection, using an [index action](/python/api/azure-search-documents/azure.search.documents.models.indexaction) for the operation type (upload, merge-and-upload, and so forth). Documents originate from [HotelsData](https://github.com/Azure-Samples/azure-search-sample-data/blob/master/hotels/HotelsData_toAzureSearch.JSON) on GitHub. 1. In a new cell, provide four documents that conform to the index schema. Specify an upload action for each document. ```python documents = [ { "@search.action": "upload", "HotelId": "1", "HotelName": "Secret Point Motel", "Description": "The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.", "Description_fr": "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.", "Category": "Boutique", "Tags": [ "pool", "air conditioning", "concierge" ], "ParkingIncluded": "false", "LastRenovationDate": "1970-01-18T00:00:00Z", "Rating": 3.60, "Address": { "StreetAddress": "677 5th Ave", "City": "New York", "StateProvince": "NY", "PostalCode": "10022", "Country": "USA" } }, { "@search.action": "upload", "HotelId": "2", "HotelName": "Twin Dome Motel", "Description": "The hotel is situated in a nineteenth century plaza, which has been expanded and renovated to the highest architectural standards to create a modern, functional and first-class hotel in which art and unique historical elements coexist with the most modern comforts.", "Description_fr": "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.", "Category": "Boutique", "Tags": [ "pool", "free wifi", "concierge" ], "ParkingIncluded": "false", "LastRenovationDate": "1979-02-18T00:00:00Z", "Rating": 3.60, "Address": { "StreetAddress": "140 University Town Center Dr", "City": "Sarasota", "StateProvince": "FL", "PostalCode": "34243", "Country": "USA" } }, { "@search.action": "upload", "HotelId": "3", "HotelName": "Triple Landscape Hotel", "Description": "The Hotel stands out for its gastronomic excellence under the management of William Dough, who advises on and oversees all of the Hotel's restaurant services.", "Description_fr": "L'hôtel est situé dans une place du XIXe siècle, qui a été agrandie et rénovée aux plus hautes normes architecturales pour créer un hôtel moderne, fonctionnel et de première classe dans lequel l'art et les éléments historiques uniques coexistent avec le confort le plus moderne.", "Category": "Resort and Spa", "Tags": [ "air conditioning", "bar", "continental breakfast" ], "ParkingIncluded": "true", "LastRenovationDate": "2015-09-20T00:00:00Z", "Rating": 4.80, "Address": { "StreetAddress": "3393 Peachtree Rd", "City": "Atlanta", "StateProvince": "GA", "PostalCode": "30326", "Country": "USA" } }, { "@search.action": "upload", "HotelId": "4", "HotelName": "Sublime Cliff Hotel", "Description": "Sublime Cliff Hotel is located in the heart of the historic center of Sublime in an extremely vibrant and lively area within short walking distance to the sites and landmarks of the city and is surrounded by the extraordinary beauty of churches, buildings, shops and monuments. Sublime Cliff is part of a lovingly restored 1800 palace.", "Description_fr": "Le sublime Cliff Hotel est situé au coeur du centre historique de sublime dans un quartier extrêmement animé et vivant, à courte distance de marche des sites et monuments de la ville et est entouré par l'extraordinaire beauté des églises, des bâtiments, des commerces et Monuments. Sublime Cliff fait partie d'un Palace 1800 restauré avec amour.", "Category": "Boutique", "Tags": [ "concierge", "view", "24-hour front desk service" ], "ParkingIncluded": "true", "LastRenovationDate": "1960-02-06T00:00:00Z", "Rating": 4.60, "Address": { "StreetAddress": "7400 San Pedro Ave", "City": "San Antonio", "StateProvince": "TX", "PostalCode": "78216", "Country": "USA" } } ] ``` 1. In another cell, formulate the request. This upload_documents request targets the docs collection of the hotels-quickstart index and pushes the documents provided in the previous step into the Cognitive Search index. ```python try: result = search_client.upload_documents(documents=documents) print("Upload of new document succeeded: {}".format(result[0].succeeded)) except Exception as ex: print (ex.message) ``` 1. Run each step to push the documents to an index in your search service. ## 3 - Search an index This step shows you how to query an index using the **search** method of the [search.client class](/python/api/azure-search-documents/azure.search.documents.searchclient). 1. The following step executes an empty search (`search=*`), returning an unranked list (search score = 1.0) of arbitrary documents. Because there are no criteria, all documents are included in results. This query prints just two of the fields in each document. It also adds `include_total_count=True` to get a count of all documents (4) in the results. ```python results = search_client.search(search_text="*", include_total_count=True) print ('Total Documents Matching Query:', results.get_count()) for result in results: print("{}: {}".format(result["HotelId"], result["HotelName"])) ``` 1. The next query adds whole terms to the search expression ("wifi"). This query specifies that results contain only those fields in the `select` statement. Limiting the fields that come back minimizes the amount of data sent back over the wire and reduces search latency. ```python results = search_client.search(search_text="wifi", include_total_count=True, select='HotelId,HotelName,Tags') print ('Total Documents Matching Query:', results.get_count()) for result in results: print("{}: {}: {}".format(result["HotelId"], result["HotelName"], result["Tags"])) ``` 1. Next, apply a filter expression, returning only those hotels with a rating greater than 4, sorted in descending order. ```python results = search_client.search(search_text="hotels", select='HotelId,HotelName,Rating', filter='Rating gt 4', order_by='Rating desc') for result in results: print("{}: {} - {} rating".format(result["HotelId"], result["HotelName"], result["Rating"])) ``` 1. Add `search_fields` to scope query matching to a single field. ```python results = search_client.search(search_text="sublime", search_fields='HotelName', select='HotelId,HotelName') for result in results: print("{}: {}".format(result["HotelId"], result["HotelName"])) ``` 1. Facets are labels that can be used to compose facet navigation structure. This query returns facets and counts for Category. ```python results = search_client.search(search_text="*", facets=["Category"]) facets = results.get_facets() for facet in facets["Category"]: print(" {}".format(facet)) ``` 1. In this example, look up a specific document based on its key. You would typically want to return a document when a user clicks on a document in a search result. ```python result = search_client.get_document(key="3") print("Details for hotel '3' are:") print("Name: {}".format(result["HotelName"])) print("Rating: {}".format(result["Rating"])) print("Category: {}".format(result["Category"])) ``` 1. In this example, we'll use the autocomplete function. This is typically used in a search box to help auto-complete potential matches as the user types into the search box. When the index was created, a suggester named "sg" was also created as part of the request. A suggester definition specifies which fields can be used to find potential matches to suggester requests. In this example, those fields are 'Tags', 'Address/City', 'Address/Country'. To simulate auto-complete, pass in the letters "sa" as a partial string. The autocomplete method of [SearchClient](/python/api/azure-search-documents/azure.search.documents.searchclient) sends back potential term matches. ```python search_suggestion = 'sa' results = search_client.autocomplete(search_text=search_suggestion, suggester_name="sg", mode='twoTerms') print("Autocomplete for:", search_suggestion) for result in results: print (result['text']) ``` ## Clean up When you're working in your own subscription, it's a good idea at the end of a project to identify whether you still need the resources you created. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources. You can find and manage resources in the portal, using the **All resources** or **Resource groups** link in the left-navigation pane. If you are using a free service, remember that you are limited to three indexes, indexers, and data sources. You can delete individual items in the portal to stay under the limit. ## Next steps In this JavaScript quickstart, you worked through a series of tasks to create an index, load it with documents, and run queries. To continue learning, try the following tutorial. > [!div class="nextstepaction"] > [Tutorial: Add search to web apps](tutorial-python-overview.md)
55.189944
500
0.706144
eng_Latn
0.896075
26b71f5d0fc9f580bcb4eee5c5d7610799f67763
1,805
md
Markdown
_posts/2017-06-18-cryptoweek3cpasecure.md
ministrike3/ministrike3.github.io
09d95867501e4462c9b98188574fda3601f6b18e
[ "MIT" ]
1
2019-02-14T14:26:16.000Z
2019-02-14T14:26:16.000Z
_posts/2017-06-18-cryptoweek3cpasecure.md
ministrike3/ministrike3.github.io
09d95867501e4462c9b98188574fda3601f6b18e
[ "MIT" ]
null
null
null
_posts/2017-06-18-cryptoweek3cpasecure.md
ministrike3/ministrike3.github.io
09d95867501e4462c9b98188574fda3601f6b18e
[ "MIT" ]
null
null
null
--- layout: post title: "Cryptography Week 3: CPA-Secure Encryptions from PRF's" tag: [Cryptography, Coursera] category: Learning --- ### Notes on block ciphers: For large enough n, random permutation is indistinguishable from random functions, therefore, block ciphers are good pseudo-random functions, Assuming you have a n-bit key k that you put into a block cipher, you can encrypt a n-bit message m. This is the same as the One Time Pad; the benefit here is that because the block cipher is pseudo-random, you can encrypt multiple messages with the same key. ****** ### Currently the trouble with this encryption scheme is that encrypting an n-bit string results in a 2n-bit cipher text: an n-bit R and n-bit key are plugged into the block cipher the pseudo-random output of the block cipher is XOR'd with m R & the output of the XOR are sent as the 2n-bit ciphertext ***** You can mitigate this in several ways; the first step is to break the message into many small blocks to allow for an arbitrary length of message. ***** ### Modes of Operation: Stream Ciphers (not covered in this course): Synchronized and Unsynchronized #### Block ciphers: Counter Mode, or CTR: I have a bunch of n-bit blocks Define an n-bit number c0 (First block in cipher text) c0+i is used as input for pseudo-random, where i is the # of the block in the message so final message is original message+n bits long Cipher Block Chaining, or CBC mode: Define an n-bit number c0(first block in cipher text) XOR with m1 Xor c1 with m2 -> c2, c2 with m3 ->c3, and so on Never use Electronic Code book, EBC mode: Was defined before true security notions were understood use m1 to encrypt m2 and so forth if two blocks are the same in a long plaintext, it won't work because in long amounts there will be repeated ciphertext
45.125
260
0.764543
eng_Latn
0.999217
26b83a036091af7efb9935be2e1e79946b5c4cec
547
md
Markdown
src/links/2021-02-06-line-height-css-vs-leading-typography.md
gasseklopper/mmo-project-master
1e23da824966c1ee77a99fb6ae1bed8130741798
[ "MIT" ]
1
2021-11-16T10:44:05.000Z
2021-11-16T10:44:05.000Z
src/links/2021-02-06-line-height-css-vs-leading-typography.md
gasseklopper/mmo-project-master
1e23da824966c1ee77a99fb6ae1bed8130741798
[ "MIT" ]
2
2021-07-26T15:43:49.000Z
2021-07-27T08:29:29.000Z
src/links/2021-02-06-line-height-css-vs-leading-typography.md
gasseklopper/mmo-project-master
1e23da824966c1ee77a99fb6ae1bed8130741798
[ "MIT" ]
null
null
null
--- layout: post.njk title: line height css vs leading typography title2: "line height " description: The line-height CSS property defines the space between two inline elements. The typical use is, to space-out text. You can see people comparing it to 'leading' which is a term used in typography that refers to the space between the baseline of two lines of text. line-height works differently. It adds space above and under the text date: 2021-02-06T16:32:19.239Z tags: - LINKS TEST MOVIE --- https://dev.to/lampewebdev/css-line-height-jjp
45.583333
345
0.769653
eng_Latn
0.9971
26b8f7afd0c4b8e2a7c8ea2316d5a9dd7ad4588f
5,734
md
Markdown
articles/vs-azure-tools-storage-emulator-using.md
OpenLocalizationTestOrg/azure-docs-pr15_fi-FI
fd5644538d5deb8abf20f8d401bd1741ff804a81
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/vs-azure-tools-storage-emulator-using.md
OpenLocalizationTestOrg/azure-docs-pr15_fi-FI
fd5644538d5deb8abf20f8d401bd1741ff804a81
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
articles/vs-azure-tools-storage-emulator-using.md
OpenLocalizationTestOrg/azure-docs-pr15_fi-FI
fd5644538d5deb8abf20f8d401bd1741ff804a81
[ "CC-BY-3.0", "CC-BY-4.0", "MIT" ]
null
null
null
<properties pageTitle="Määrittäminen ja käyttäminen tallennustilan emulaattori Visual Studiossa | Microsoft Azure" description="Määrittäminen ja käyttäminen tallennustilan emulaattori Visual Studiossa" services="visual-studio-online" documentationCenter="na" authors="TomArcher" manager="douge" editor="" /> <tags ms.service="storage" ms.devlang="multiple" ms.topic="article" ms.tgt_pltfrm="na" ms.workload="na" ms.date="07/18/2016" ms.author="tarcher" /> # <a name="configuring-and-using-the-storage-emulator-with-visual-studio"></a>Määrittäminen ja käyttäminen tallennustilan emulaattori Visual Studiossa [AZURE.INCLUDE [storage-try-azure-tools](../includes/storage-try-azure-tools.md)] ## <a name="overview"></a>Yleiskatsaus Azure SDK-kehitysympäristö sisältää tallennustilan emulaattori-apuohjelma, jonka varmistaminen tallennustilan Blob, jonossa ja taulukon palvelut käytettävissä Azure paikallisen development käyttämääsi laitteeseen. Jos olet luominen pilvipalveluun, joka käyttää Azure liittyviä palveluja tai kirjoittaminen ulkoinen sovellus, joka kutsuu liittyviä palveluja, voit testata koodisi paikallisesti tallennustilan emulaattori vastaan. Microsoft Visual Studio Azure-Työkalut integroida tallennustilan emulaattori hallinnointi Visual Studio. Azure-työkaluja alusta tallennustilan emulaattorin tietokanta ensimmäisellä käyttökerralla, tallennustilan emulaattorin-palvelu käynnistyy, kun suoritat tai virheenkorjaus koodisi Visual Studio ja vain luku-käyttö tallennustilan emulaattorin tietoja Azure-tallennustilan Explorer kautta. Lisätietoja tallennustilan emulointiohjelma, mukaan lukien järjestelmävaatimukset ja mukautetun määritysohjeet artikkelissa [Kehitys ja Testing Azure tallennustilan emulointikone](./storage/storage-use-emulator.md). >[AZURE.NOTE] On joitakin eroja toimintojen tallennustilan emulaattorin simuloinnissa ja tallennustilaa Azure-palveluiden välillä. Katso tietoja tietyn eroista Azure SDK ohjeissa [erot välillä tallennustilan emulointikoneen ja Azure liittyviä palveluja](./storage/storage-use-emulator.md) . ## <a name="configuring-a-connection-string-for-the-storage-emulator"></a>Tallennustilan emulaattori yhteysmerkkijonon määrittäminen Käyttämään tallennustilan emulaattori roolin koodi haluat määrittää yhteysmerkkijonon, joka osoittaa tallennustilan emulaattori ja joka voidaan muuttaa myöhemmin siten, että Azure-tallennustilan tilin. Yhteysmerkkijonon on Kokoonpanoasetus, tehtäväsi voivat lukea suorituksen tallennustilan tiliin yhdistämistä varten. Lisätietoja yhteyden merkkijonot luomisesta on artikkelissa [Azure-sovelluksen määrittäminen](https://msdn.microsoft.com/library/azure/2da5d6ce-f74d-45a9-bf6b-b3a60c5ef74e#BK_SettingsPage). >[AZURE.NOTE] Voit palauttaa viittauksen tallennustilan emulaattorin tilin koodista **DevelopmentStorageAccount** -ominaisuuden avulla. Tämä menetelmä toimii oikein, jos haluat käyttää tallennustilan emulaattori koodista, mutta jos haluat julkaista sovelluksesi Azure, sinun on luotava yhteysmerkkijonoa Azure tallennustilan tiliäsi ja muokata koodin käyttämään kyseistä yhteysmerkkijonon, ennen kuin julkaiset. Jos olet siirtymässä tallennustilan emulaattorin-tilin ja Azure-tallennustilan tilin usein, yhteysmerkkijonon yksinkertaistamaan prosessia. ## <a name="initializing-and-running-the-storage-emulator"></a>Valmistellaan ja tallennustilaa emulaattori käynnissä Voit määrittää, että kun suoritat tai virheenkorjaus palvelun Visual Studiossa, Visual Studio käynnistyy automaattisesti tallennustilan emulaattori. Napsauta ratkaisunhallinnassa Avaa pikavalikko **Azure** projektin ja valitse **Ominaisuudet**. **Kehitys** -välilehdessä **Aloita Azure tallennustilan emulaattorin** , valitse luettelosta **Tosi** (jos se ei ole vielä määritetty arvo). Suorita tai virheenkorjaus Visual Studio palvelun ensimmäisen kerran tallennustilan emulaattori käynnistää alustusprosessin. Tämä prosessi varaa paikalliset portit tallennustilan emulaattori varten ja luo tallennustilan emulaattorin tietokannan. Kun valmiina, tämä toimenpide ei tarvitse suorittaa uudelleen, ellet tallennustilan emulaattorin tietokannan poistetaan. >[AZURE.NOTE] Azure-Työkalut kesäkuussa 2012-versiossa alkaen tallennustilan emulaattori suoritetaan, oletusarvoisesti SQL Express LocalDB. Aikaisempien versioiden Azure-Työkalut-tallennustilan emulaattori suoritetaan oletusesiintymää SQL Express 2005 tai 2008, jossa on asennettava, ennen kuin voit asentaa Azure SDK-paketissa. Voit suorittaa tallennustilan emulaattori nimettyyn esiintymään SQL Express tai nimetyn tai Microsoft SQL Serverin oletusesiintymää vastaan. Jos haluat määrittää tallennustilan emulaattori suorittaa erillisen kuin oletusesiintymää vastaan, katso [Käytä Azure-tallennustilan emulaattorin kehittämisen ja Testing](./storage/storage-use-emulator.md). Tallennustilan emulaattori sisältää käyttöliittymän paikallinen tallennus-palvelujen tilan tarkasteleminen ja voit aloittaa, lopettaa ja palauttaa ne. Kun emulaattorin tallennuspalvelu on alkanut, voit käyttöliittymän tai käynnistää tai pysäyttää palvelun napsauttamalla ilmaisinalueen kuvaketta Windowsin tehtäväpalkissa Microsoft Azure-emulaattorin varten. ## <a name="viewing-storage-emulator-data-in-server-explorer"></a>Palvelimen Explorerissa tallennustilan emulaattorin tietojen tarkasteleminen Azuren tallennustilaan solmu palvelimen Explorerin avulla voit tarkastella tietoja ja tallennustilaa käyttäjätilejä, kuten tallennustilan emulaattori tietojen Blob-objektien ja taulukon asetusten muuttaminen. Lisätietoja on kohdassa [selaaminen ja hallinta tallennustilan resurssien palvelimen Resurssienhallinnassa](https://msdn.microsoft.com/library/azure/ff683677.aspx) .
119.458333
821
0.845483
fin_Latn
0.999633
26b93c6b448dd75bbed837d116c8bbfc4187c897
394
md
Markdown
devSite/content/examples/blockquote.md
mdashx/hugo-basic-web-theme
d4ac37c7e80d1853c85da57a3d03395f012821da
[ "MIT" ]
9
2020-07-18T11:40:25.000Z
2021-12-17T17:30:42.000Z
devSite/content/examples/blockquote.md
mdashx/hugo-basic-web-theme
d4ac37c7e80d1853c85da57a3d03395f012821da
[ "MIT" ]
6
2020-07-23T09:27:00.000Z
2021-07-24T20:21:44.000Z
devSite/content/examples/blockquote.md
mdashx/hugo-basic-web-theme
d4ac37c7e80d1853c85da57a3d03395f012821da
[ "MIT" ]
3
2020-11-30T07:22:14.000Z
2022-03-31T14:34:52.000Z
{ "title": "Blockquotes" } H.L. Mencken helps us demonstrate a block quote — >As democracy is perfected, the office of the president represents, more and more closely, the inner soul of the people. We move toward a lofty ideal. On some great and glorious day, the plain folks of the land will reach their heart’s desire at last, and the White House will be adorned by a downright moron.
49.25
309
0.756345
eng_Latn
0.999767
26b9e42653f80f2a390ac1b62b60b4d6adf98ad6
1,820
md
Markdown
README.md
maxkostinevich/node-docker-template
eb4455975384e78e8b7088ee66c98667ef94341e
[ "MIT" ]
1
2019-08-20T16:54:06.000Z
2019-08-20T16:54:06.000Z
README.md
maxkostinevich/node-docker-template
eb4455975384e78e8b7088ee66c98667ef94341e
[ "MIT" ]
null
null
null
README.md
maxkostinevich/node-docker-template
eb4455975384e78e8b7088ee66c98667ef94341e
[ "MIT" ]
null
null
null
# Node.js Docker Template Docker Compose template for Node.js/Express application. ![bash](https://user-images.githubusercontent.com/10295466/63177649-0cbb5b80-c051-11e9-9be7-69d8411ec87e.png) Linux, OS X and Windows friendly. ## Included services - Node.js - Serverless Framework - Mongo - Mongo Express (Mongo UI) - Redis - Mailhog (Mailcatcher alternative) ## Project Setup ### Prepare the Docker template 1. Clone this repo: ``` git clone git@github.com:maxkostinevich/node-docker-template.git yourproject cd yourproject rm -rf .git ``` 2. Update project name in ```.env``` file 3. Build and run containers: ``` docker-compose build docker-compose up ``` 2. Login into ```node``` container: - on Windows: ``` node.bat ``` - on Linux/OS X: ``` sh node.sh ``` ### Run Project ``` npm install npm run watch ``` ### Serverless Example Run serverless offline: ``` sls offline --host=0.0.0.0 --port=8080 ``` ### Running containers in the background You may also run containers in the background using the following script: - on Windows: ``` serve.bat ``` - on Linux/OS X: ``` sh serve.sh ``` ### Stop and delete containers To stop Docker containers run: ``` docker-compose stop ``` To delete Docker containers run: ``` docker-compose down ``` ### Database Management For your convenience, Mongo Express is installed and available at ```http://localhost:8081``` You may also login into ```mongo``` container using the following script: - on Windows: ``` mongo.bat ``` - on Linux/OSX: ``` sh mongo.sh ``` ### Main Endpoints - App URL: ```http://localhost:8080``` - Mongo UI: ```http://localhost:8081``` - MailHog: ```http://localhost:8085``` --- ### [MIT License](https://opensource.org/licenses/MIT) (c) 2019 [Max Kostinevich](https://maxkostinevich.com) - All rights reserved.
14.330709
109
0.688462
eng_Latn
0.735124
26bad317a64b8f42d7053f540ebd92729b855586
23,276
md
Markdown
articles/synapse-analytics/spark/microsoft-spark-utilities.md
youngick/azure-docs.ko-kr
b6bc928fc360216bb122e24e225a5b7b0ab51d7e
[ "CC-BY-4.0", "MIT" ]
1
2021-03-12T23:37:18.000Z
2021-03-12T23:37:18.000Z
articles/synapse-analytics/spark/microsoft-spark-utilities.md
zoonoo/azure-docs.ko-kr
3ca44c0720204e9f9a6ef9fe2c73950aa17251c1
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/synapse-analytics/spark/microsoft-spark-utilities.md
zoonoo/azure-docs.ko-kr
3ca44c0720204e9f9a6ef9fe2c73950aa17251c1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Microsoft Spark 유틸리티 소개 description: '자습서: Azure Synapse Analytics 노트북의 MSSparkutils' author: ruixinxu services: synapse-analytics ms.service: synapse-analytics ms.topic: reference ms.subservice: spark ms.date: 09/10/2020 ms.author: ruxu ms.reviewer: '' zone_pivot_groups: programming-languages-spark-all-minus-sql ms.openlocfilehash: 58672bd68d9a2ea85f58b3761f3b89098b9f5afc ms.sourcegitcommit: 867cb1b7a1f3a1f0b427282c648d411d0ca4f81f ms.translationtype: MT ms.contentlocale: ko-KR ms.lasthandoff: 03/19/2021 ms.locfileid: "100368662" --- # <a name="introduction-to-microsoft-spark-utilities"></a>Microsoft Spark 유틸리티 소개 Microsoft Spark 유틸리티 (MSSparkUtils)는 일반적인 작업을 쉽게 수행할 수 있도록 하는 기본 제공 패키지입니다. MSSparkUtils를 사용 하 여 파일 시스템 작업을 수행 하 고, 환경 변수를 가져오고, 암호를 사용할 수 있습니다. MSSparkUtils는 `PySpark (Python)` , `Scala` 및 `.NET Spark (C#)` 노트북 및 Synapse 파이프라인에서 사용할 수 있습니다. ## <a name="pre-requisites"></a>필수 구성 요소 ### <a name="configure-access-to-azure-data-lake-storage-gen2"></a>Azure Data Lake Storage Gen2에 대 한 액세스 구성 Synapse 노트북은 azure AD (Azure active directory) 통과를 사용 하 여 ADLS Gen2 계정에 액세스 합니다. ADLS Gen2 계정 (또는 폴더)에 액세스 하려면 **Blob Storage 데이터 참가자** 여야 합니다. Synapse 파이프라인은 MSI (작업 영역 id)를 사용 하 여 저장소 계정에 액세스 합니다. 파이프라인 활동에서 MSSparkUtils를 사용 하려면 ADLS Gen2 계정 (또는 폴더)에 액세스 하기 위해 작업 영역 id를 **데이터 참가자로 Blob Storage** 해야 합니다. 다음 단계를 수행 하 여 Azure AD 및 작업 영역 MSI가 ADLS Gen2 계정에 액세스할 수 있도록 합니다. 1. [Azure Portal](https://portal.azure.com/) 및 액세스 하려는 저장소 계정을 엽니다. 액세스 하려는 특정 컨테이너를 탐색할 수 있습니다. 2. 왼쪽 패널에서 **액세스 제어 (IAM)** 를 선택 합니다. 3. 아직 할당 되지 않은 경우 **AZURE AD 계정** 및 **작업 영역 id** (작업 영역 이름과 동일)를 저장소 계정의 **저장소 Blob 데이터 참가자** 역할에 할당 합니다. 4. **저장** 을 선택합니다. 다음 URL을 통해 Synapse Spark를 사용 하 여 ADLS Gen2의 데이터에 액세스할 수 있습니다. <code>abfss://<container_name>@<storage_account_name>.dfs.core.windows.net/<path></code> ### <a name="configure-access-to-azure-blob-storage"></a>Azure Blob Storage에 대 한 액세스 구성 Synapse **SAS (공유 액세스 서명)** 를 활용 하 여 Azure Blob Storage에 액세스 합니다. 코드에서 SAS 키를 노출 하지 않도록 하려면 Synapse 작업 영역에서 액세스 하려는 Azure Blob Storage 계정에 대 한 새 연결 된 서비스를 만드는 것이 좋습니다. Azure Blob Storage 계정에 대 한 새 연결 된 서비스를 추가 하려면 다음 단계를 수행 합니다. 1. [Azure Synapse Studio](https://web.azuresynapse.net/)를 엽니다. 2. 왼쪽 패널에서 **관리** 를 선택 하 고 **외부 연결** 아래에서 **연결 된 서비스** 를 선택 합니다. 3. 오른쪽의 **새 연결 된 서비스** 패널에서 **Azure Blob Storage** 를 검색 합니다. 4. **계속** 을 선택합니다. 5. 연결 된 서비스 이름에 액세스 하 고 구성 하려면 Azure Blob Storage 계정을 선택 합니다. **인증 방법** 에 **계정 키** 를 사용 하는 것이 좋습니다. 6. **연결 테스트** 를 선택 하 여 설정이 올바른지 확인 합니다. 7. 먼저 **만들기** 를 선택 하 고 **모두 게시** 를 클릭 하 여 변경 내용을 저장 합니다. 다음 URL을 통해 Synapse Spark를 사용 하 여 Azure Blob Storage의 데이터에 액세스할 수 있습니다. <code>wasb[s]://<container_name>@<storage_account_name>.blob.core.windows.net/<path></code> 다음은 코드 예제입니다. :::zone pivot = "programming-language-python" ```python from pyspark.sql import SparkSession # Azure storage access info blob_account_name = 'Your account name' # replace with your blob name blob_container_name = 'Your container name' # replace with your container name blob_relative_path = 'Your path' # replace with your relative folder path linked_service_name = 'Your linked service name' # replace with your linked service name blob_sas_token = mssparkutils.credentials.getConnectionStringOrCreds(linked_service_name) # Allow SPARK to access from Blob remotely wasb_path = 'wasbs://%s@%s.blob.core.windows.net/%s' % (blob_container_name, blob_account_name, blob_relative_path) spark.conf.set('fs.azure.sas.%s.%s.blob.core.windows.net' % (blob_container_name, blob_account_name), blob_sas_token) print('Remote blob path: ' + wasb_path) ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala val blob_account_name = "" // replace with your blob name val blob_container_name = "" //replace with your container name val blob_relative_path = "/" //replace with your relative folder path val linked_service_name = "" //replace with your linked service name val blob_sas_token = mssparkutils.credentials.getConnectionStringOrCreds(linked_service_name) val wasbs_path = f"wasbs://$blob_container_name@$blob_account_name.blob.core.windows.net/$blob_relative_path" spark.conf.set(f"fs.azure.sas.$blob_container_name.$blob_account_name.blob.core.windows.net",blob_sas_token) ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp var blob_account_name = ""; // replace with your blob name var blob_container_name = ""; // replace with your container name var blob_relative_path = ""; // replace with your relative folder path var linked_service_name = ""; // replace with your linked service name var blob_sas_token = Credentials.GetConnectionStringOrCreds(linked_service_name); spark.SparkContext.GetConf().Set($"fs.azure.sas.{blob_container_name}.{blob_account_name}.blob.core.windows.net", blob_sas_token); var wasbs_path = $"wasbs://{blob_container_name}@{blob_account_name}.blob.core.windows.net/{blob_relative_path}"; Console.WriteLine(wasbs_path); ``` ::: zone-end ### <a name="configure-access-to-azure-key-vault"></a>Azure Key Vault에 대 한 액세스 구성 Azure Key Vault를 연결 된 서비스로 추가 하 여 Synapse에서 자격 증명을 관리할 수 있습니다. 다음 단계를 수행 하 여 Azure Key Vault를 Synapse 연결 된 서비스로 추가 합니다. 1. [Azure Synapse Studio](https://web.azuresynapse.net/)를 엽니다. 2. 왼쪽 패널에서 **관리** 를 선택 하 고 **외부 연결** 아래에서 **연결 된 서비스** 를 선택 합니다. 3. 오른쪽의 **새 연결 된 서비스** 패널에서 **Azure Key Vault** 를 검색 합니다. 4. 연결 된 서비스 이름에 액세스 하 고 구성 하려면 Azure Key Vault 계정을 선택 합니다. 5. **연결 테스트** 를 선택 하 여 설정이 올바른지 확인 합니다. 6. 먼저 **만들기** 를 선택 하 고 **모두 게시** 를 클릭 하 여 변경 내용을 저장 합니다. Synapse 노트북은 azure AD (Azure active directory) 통과를 사용 하 여 Azure Key Vault에 액세스 합니다. Synapse 파이프라인은 MSI (작업 영역 id)를 사용 하 여 Azure Key Vault에 액세스 합니다. 노트북 및 Synapse 파이프라인에서 모두 코드가 작동 하는지 확인 하려면 Azure AD 계정 및 작업 영역 id에 대해 비밀 액세스 권한을 부여 하는 것이 좋습니다. 작업 영역 id에 대 한 비밀 액세스 권한을 부여 하려면 다음 단계를 수행 합니다. 1. [Azure Portal](https://portal.azure.com/) 및 액세스 하려는 Azure Key Vault를 엽니다. 2. 왼쪽 패널에서 **액세스 정책을** 선택 합니다. 3. **액세스 정책 추가** 를 선택 합니다. - **키, 비밀, & 인증서 관리** 를 구성 템플릿으로 선택 합니다. - 보안 주체 선택에서 **AZURE AD 계정** 및 **작업 영역 id** (작업 영역 이름과 동일)를 선택 하거나 이미 할당 되어 있는지 확인 합니다. 4. **선택** 및 **추가** 를 선택 합니다. 5. **저장** 단추를 선택 하 여 변경 내용을 커밋합니다. ## <a name="file-system-utilities"></a>파일 시스템 유틸리티 `mssparkutils.fs` Azure Data Lake Storage Gen2 (ADLS Gen2) 및 Azure Blob Storage를 포함 하 여 다양 한 파일 시스템을 사용 하기 위한 유틸리티를 제공 합니다. [Azure Data Lake Storage Gen2](#configure-access-to-azure-data-lake-storage-gen2) 및 [Azure Blob Storage](#configure-access-to-azure-blob-storage) 에 대 한 액세스를 적절 하 게 구성 해야 합니다. 사용 가능한 메서드에 대 한 개요를 보려면 다음 명령을 실행 합니다. :::zone pivot = "programming-language-python" ```python from notebookutils import mssparkutils mssparkutils.fs.help() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.help() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp using Microsoft.Spark.Extensions.Azure.Synapse.Analytics.Notebook.MSSparkUtils; FS.Help() ``` ::: zone-end 결과: ``` mssparkutils.fs provides utilities for working with various FileSystems. Below is overview about the available methods: cp(from: String, to: String, recurse: Boolean = false): Boolean -> Copies a file or directory, possibly across FileSystems mv(from: String, to: String, recurse: Boolean = false): Boolean -> Moves a file or directory, possibly across FileSystems ls(dir: String): Array -> Lists the contents of a directory mkdirs(dir: String): Boolean -> Creates the given directory if it does not exist, also creating any necessary parent directories put(file: String, contents: String, overwrite: Boolean = false): Boolean -> Writes the given String out to a file, encoded in UTF-8 head(file: String, maxBytes: int = 1024 * 100): String -> Returns up to the first 'maxBytes' bytes of the given file as a String encoded in UTF-8 append(file: String, content: String, createFileIfNotExists: Boolean): Boolean -> Append the content to a file rm(dir: String, recurse: Boolean = false): Boolean -> Removes a file or directory Use mssparkutils.fs.help("methodName") for more info about a method. ``` ### <a name="list-files"></a>파일 나열 디렉터리의 콘텐츠를 나열 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.ls('Your directory path') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.ls("Your directory path") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Ls("Your directory path") ``` ::: zone-end ### <a name="view-file-properties"></a>파일 속성 보기 파일 이름, 파일 경로, 파일 크기 및 디렉터리와 파일 인지 여부를 포함 하는 파일 속성을 반환 합니다. :::zone pivot = "programming-language-python" ```python files = mssparkutils.fs.ls('Your directory path') for file in files: print(file.name, file.isDir, file.isFile, file.path, file.size) ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala val files = mssparkutils.fs.ls("/") files.foreach{ file => println(file.name,file.isDir,file.isFile,file.size) } ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp var Files = FS.Ls("/"); foreach(var File in Files) { Console.WriteLine(File.Name+" "+File.IsDir+" "+File.IsFile+" "+File.Size); } ``` ::: zone-end ### <a name="create-new-directory"></a>새 디렉터리 만들기 지정 된 디렉터리 (존재 하지 않는 경우) 및 필요한 부모 디렉터리를 만듭니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.mkdirs('new directory name') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.mkdirs("new directory name") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Mkdirs("new directory name") ``` ::: zone-end ### <a name="copy-file"></a>파일 복사 파일이 나 디렉터리를 복사 합니다. 파일 시스템 간 복사를 지원 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.cp('source file or directory', 'destination file or directory', True)# Set the third parameter as True to copy all files and directories recursively ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.cp("source file or directory", "destination file or directory", true) // Set the third parameter as True to copy all files and directories recursively ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Cp("source file or directory", "destination file or directory", true) // Set the third parameter as True to copy all files and directories recursively ``` ::: zone-end ### <a name="preview-file-content"></a>파일 콘텐츠 미리 보기 지정 된 파일의 첫 번째 ' maxBytes ' 바이트를 u t f-8로 인코딩된 문자열로 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.head('file path', maxBytes to read) ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.head("file path", maxBytes to read) ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Head("file path", maxBytes to read) ``` ::: zone-end ### <a name="move-file"></a>파일 이동 파일이 나 디렉터리를 이동 합니다. 에서는 파일 시스템 간 이동을 지원 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.mv('source file or directory', 'destination directory', True) # Set the last parameter as True to firstly create the parent directory if it does not exist ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.mv("source file or directory", "destination directory", true) // Set the last parameter as True to firstly create the parent directory if it does not exist ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Mv("source file or directory", "destination directory", true) ``` ::: zone-end ### <a name="write-file"></a>파일 쓰기 지정 된 문자열을 u t f-8로 인코딩된 파일에 씁니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.put("file path", "content to write", True) # Set the last parameter as True to overwrite the file if it existed already ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.put("file path", "content to write", true) // Set the last parameter as True to overwrite the file if it existed already ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Put("file path", "content to write", true) // Set the last parameter as True to overwrite the file if it existed already ``` ::: zone-end ### <a name="append-content-to-a-file"></a>파일에 콘텐츠 추가 지정 된 문자열을 u t f-8로 인코딩된 파일에 추가 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.append('file path','content to append',True) # Set the last parameter as True to create the file if it does not exist ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.append("file path","content to append",true) // Set the last parameter as True to create the file if it does not exist ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Append("file path","content to append",true) // Set the last parameter as True to create the file if it does not exist ``` ::: zone-end ### <a name="delete-file-or-directory"></a>파일 또는 디렉터리 삭제 파일이 나 디렉터리를 제거 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.fs.rm('file path', True) # Set the last parameter as True to remove all files and directories recursively ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.fs.rm("file path", true) // Set the last parameter as True to remove all files and directories recursively ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp FS.Rm("file path", true) // Set the last parameter as True to remove all files and directories recursively ``` ::: zone-end ## <a name="credentials-utilities"></a>자격 증명 유틸리티 MSSparkUtils 자격 증명 유틸리티를 사용 하 여 Azure Key Vault에서 연결 된 서비스의 액세스 토큰을 가져오고 암호를 관리할 수 있습니다. 다음 명령을 실행 하 여 사용 가능한 방법에 대 한 개요를 가져옵니다. :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.help() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.help() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.Help() ``` ::: zone-end 결과 가져오기: ``` getToken(audience, name): returns AAD token for a given audience, name (optional) isValidToken(token): returns true if token hasn't expired getConnectionStringOrCreds(linkedService): returns connection string or credentials for linked service getSecret(akvName, secret, linkedService): returns AKV secret for a given AKV linked service, akvName, secret key getSecret(akvName, secret): returns AKV secret for a given akvName, secret key putSecret(akvName, secretName, secretValue, linkedService): puts AKV secret for a given akvName, secretName putSecret(akvName, secretName, secretValue): puts AKV secret for a given akvName, secretName ``` ### <a name="get-token"></a>토큰 가져오기 지정 된 대상 그룹에 대 한 Azure AD 토큰을 반환 합니다 (선택 사항). 다음 표에서는 사용 가능한 모든 대상 그룹 유형을 나열 합니다. |대상 유형|대상 키| |--|--| |대상 그룹 확인 유형|그룹| |저장소 대상 리소스|저장할| |데이터 웨어하우스 대상 그룹 리소스|DW| |Data Lake 대상 리소스|' AzureManagement '| |자격 증명 모음 대상 리소스|DataLakeStore| |Azure OSSDB 대상 리소스|' AzureOSSDB '| |Azure Synapse 리소스|'Synapse'| |Azure Data Factory 리소스|ADF| :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.getToken('audience Key') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.getToken("audience Key") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.GetToken("audience Key") ``` ::: zone-end ### <a name="validate-token"></a>토큰 유효성 검사 토큰이 만료 되지 않은 경우 true를 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.isValidToken('your token') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.isValidToken("your token") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.IsValidToken("your token") ``` ::: zone-end ### <a name="get-connection-string-or-credentials-for-linked-service"></a>연결 된 서비스에 대 한 연결 문자열 또는 자격 증명 가져오기 연결 된 서비스에 대 한 연결 문자열 또는 자격 증명을 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.getConnectionStringOrCreds('linked service name') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.getConnectionStringOrCreds("linked service name") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.GetConnectionStringOrCreds("linked service name") ``` ::: zone-end ### <a name="get-secret-using-workspace-identity"></a>작업 영역 id를 사용 하 여 비밀 가져오기 작업 영역 id를 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 암호를 반환 합니다. [Azure Key Vault](#configure-access-to-azure-key-vault) 에 대 한 액세스를 적절 하 게 구성 해야 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.getSecret('azure key vault name','secret name','linked service name') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.getSecret("azure key vault name","secret name","linked service name") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.GetSecret("azure key vault name","secret name","linked service name") ``` ::: zone-end ### <a name="get-secret-using-user-credentials"></a>사용자 자격 증명을 사용 하 여 비밀 가져오기 사용자 자격 증명을 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 암호를 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.credentials.getSecret('azure key vault name','secret name') ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.credentials.getSecret("azure key vault name","secret name") ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Credentials.GetSecret("azure key vault name","secret name") ``` ::: zone-end <!-- ### Put secret using workspace identity Puts Azure Key Vault secret for a given Azure Key Vault name, secret name, and linked service name using workspace identity. Make sure you configure the access to [Azure Key Vault](#configure-access-to-azure-key-vault) appropriately. --> :::zone pivot = "programming-language-python" ### <a name="put-secret-using-workspace-identity"></a>작업 영역 id를 사용 하 여 비밀 배치 작업 영역 id를 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 암호를 넣습니다. [Azure Key Vault](#configure-access-to-azure-key-vault) 에 대 한 액세스를 적절 하 게 구성 해야 합니다. ```python mssparkutils.credentials.putSecret('azure key vault name','secret name','secret value','linked service name') ``` ::: zone-end :::zone pivot = "programming-language-scala" ### <a name="put-secret-using-workspace-identity"></a>작업 영역 id를 사용 하 여 비밀 배치 작업 영역 id를 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 암호를 넣습니다. [Azure Key Vault](#configure-access-to-azure-key-vault) 에 대 한 액세스를 적절 하 게 구성 해야 합니다. ```scala mssparkutils.credentials.putSecret("azure key vault name","secret name","secret value","linked service name") ``` ::: zone-end <!-- :::zone pivot = "programming-language-csharp" ```csharp ``` ::: zone-end --> <!-- ### Put secret using user credentials Puts Azure Key Vault secret for a given Azure Key Vault name, secret name, and linked service name using user credentials. --> :::zone pivot = "programming-language-python" ### <a name="put-secret-using-user-credentials"></a>사용자 자격 증명을 사용 하 여 암호 입력 사용자 자격 증명을 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 비밀을 배치 합니다. ```python mssparkutils.credentials.putSecret('azure key vault name','secret name','secret value') ``` ::: zone-end :::zone pivot = "programming-language-scala" ### <a name="put-secret-using-user-credentials"></a>사용자 자격 증명을 사용 하 여 암호 입력 사용자 자격 증명을 사용 하 여 지정 된 Azure Key Vault 이름, 비밀 이름 및 연결 된 서비스 이름에 대 한 Azure Key Vault 비밀을 배치 합니다. ```scala mssparkutils.credentials.putSecret("azure key vault name","secret name","secret value") ``` ::: zone-end <!-- :::zone pivot = "programming-language-csharp" ```csharp ``` ::: zone-end --> ## <a name="environment-utilities"></a>환경 유틸리티 다음 명령을 실행 하 여 사용 가능한 방법에 대 한 개요를 가져옵니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.help() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.help() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.Help() ``` ::: zone-end 결과 가져오기: ``` GetUserName(): returns user name GetUserId(): returns unique user id GetJobId(): returns job id GetWorkspaceName(): returns workspace name GetPoolName(): returns Spark pool name GetClusterId(): returns cluster id ``` ### <a name="get-user-name"></a>사용자 이름 가져오기 현재 사용자 이름을 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getUserName() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getUserName() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetUserName() ``` ::: zone-end ### <a name="get-user-id"></a>사용자 ID 가져오기 현재 사용자 ID를 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getUserId() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getUserId() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetUserId() ``` ::: zone-end ### <a name="get-job-id"></a>작업 ID 가져오기 작업 ID를 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getJobId() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getJobId() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetJobId() ``` ::: zone-end ### <a name="get-workspace-name"></a>작업 영역 이름 가져오기 작업 영역 이름을 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getWorkspaceName() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getWorkspaceName() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetWorkspaceName() ``` ::: zone-end ### <a name="get-pool-name"></a>풀 이름 가져오기 Spark 풀 이름을 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getPoolName() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getPoolName() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetPoolName() ``` ::: zone-end ### <a name="get-cluster-id"></a>클러스터 ID 가져오기 현재 클러스터 ID를 반환 합니다. :::zone pivot = "programming-language-python" ```python mssparkutils.env.getClusterId() ``` ::: zone-end :::zone pivot = "programming-language-scala" ```scala mssparkutils.env.getClusterId() ``` ::: zone-end :::zone pivot = "programming-language-csharp" ```csharp Env.GetClusterId() ``` ::: zone-end ## <a name="next-steps"></a>다음 단계 - [Synapse 샘플 노트북 확인](https://github.com/Azure-Samples/Synapse/tree/master/Notebooks) - [빠른 시작: 웹 도구를 사용하여 Azure Synapse Analytics에서 Apache Spark 풀 만들기](../quickstart-apache-spark-notebook.md) - [Azure Synapse Analytics의 Apache Spark란?](apache-spark-overview.md) - [Azure Synapse Analytics](../index.yml)
25.549945
298
0.70592
kor_Hang
0.981412
26bb46bc89869dff811981907b98e5f38eca2c96
1,160
md
Markdown
components/steps/demo/icon.md
Rnb1189/ant-design
35009c72d868192cedd0d8c7f470505d373bd5fa
[ "MIT" ]
null
null
null
components/steps/demo/icon.md
Rnb1189/ant-design
35009c72d868192cedd0d8c7f470505d373bd5fa
[ "MIT" ]
null
null
null
components/steps/demo/icon.md
Rnb1189/ant-design
35009c72d868192cedd0d8c7f470505d373bd5fa
[ "MIT" ]
null
null
null
--- order: 2 title: zh-CN: 带图标的步骤条 en-US: With icon --- ## zh-CN 通过设置 `Steps.Step` 的 `icon` 属性,可以启用自定义图标。 ## en-US You can use your own custom icons by setting the property `icon` for `Steps.Step`. ```jsx import { Steps, Icon, Switch } from '../../index'; const { Step } = Steps; class App extends React.Component { state = { isRtl: false, }; toggleRtl = () => { this.setState({ isRtl: !this.state.isRtl }); }; render() { const isRtl = this.state.isRtl; const dirStyle = { direction: `${isRtl ? 'rtl' : 'ltr'}` }; return ( <div> <Switch checkedChildren="Rtl" unCheckedChildren="Ltr" onChange={this.toggleRtl} /> <br /> <div> <Steps isRtl={isRtl}> <Step status="finish" title="Login" icon={<Icon type="user" />} /> <Step status="finish" title="Verification" icon={<Icon type="solution" />} /> <Step status="process" title="Pay" icon={<Icon type="loading" />} /> <Step status="wait" title="Done" icon={<Icon type="smile-o" />} /> </Steps> </div> </div> ); } } ReactDOM.render(<App />, mountNode); ```
22.745098
90
0.550862
kor_Hang
0.231709
26bc373cf3ca8ad2e408f87d36dee38032bfd5f9
893
md
Markdown
_posts/2019-05-11-Mirror02.md
cangzhifeng/ifeat
da7c0b986ebd02073398d57bfe847e5e4896bf8a
[ "Apache-2.0" ]
null
null
null
_posts/2019-05-11-Mirror02.md
cangzhifeng/ifeat
da7c0b986ebd02073398d57bfe847e5e4896bf8a
[ "Apache-2.0" ]
null
null
null
_posts/2019-05-11-Mirror02.md
cangzhifeng/ifeat
da7c0b986ebd02073398d57bfe847e5e4896bf8a
[ "Apache-2.0" ]
null
null
null
--- layout: post title: 通鉴注我 02:群山式读《通鉴》 date: 2019-05-11 categories: blog tags: [读书,卡片] description: 读书是一项「对重要内容进行提炼的工序」。 --- 我推崇曾国藩,但他有一条读书规矩,我坚决不同意。 这条读书规矩就是「读书不二」,他的解释是「一书未点完,断不看他书,东翻西阅,都是徇外为人」。 私以为,读书最重要的就是主题读、穿插读、交叉读、跳跃读。 找一堆主题相关的书籍,当中必定有经典神作、推荐杰作、流行佳作、无用烂作。曾国藩懂得选书,且他所在时代,几无好书可选,公认经典之作屈指可数,他践行「读书不二」,根本在于他能选出好书。 但身处 21 世纪的你,信息来源之多,已与曾国藩时代截然不同,包括图书出版、宽带网络、移动网络、社交网络、日常工作等,注意力与精力有限,普通人甄选高质量信息需花费更多时间。同时,科学进步会带动知识理论不断更新,只读经典,也会面临最新研究成果的挑战。而且,具体到个人而言,只读经典神作明显忽视了各人的认知能力高低不同,需要渐次满足,层次知识填充。 这样,你就需要主题读、穿插读、交叉读、跳跃读,践行王云五的「为学当如群山式,一峰突起众峰环」读书法,结合「不求甚解」、「观其大略」、「熟读精思」、「八面作战」这四个步骤去阅读。 所以,我现在的做法是在一段很长的时间中,读一本经典神作,再穿插读推荐杰作、流行佳作,好几本书交叉读,在一本书跳跃读,发现并抛弃无用烂作,这样就发现了经典神作的存在意义,从而实现「一峰突起众峰环」。 例如我读《资治通鉴》,并不是在单纯读史,而是想「以大尺度的时间观照人性的变与不变、轮回与演进」、「究天人之际,通古今之变」,相关书籍有《中国大历史》、《赫逊河畔谈中国历史》、《中国历代政治得失》、《独裁者手册》 、《毛泽东选集》、《人性中的善良天使》、《人类简史》…… 书单请见[「《通鉴》注我:大尺度时间观照人性」](https://www.douban.com/doulist/113911619/)
31.892857
172
0.783875
yue_Hant
0.429902
26bc74733a6077cc09b0b2958309b9263a078495
200
md
Markdown
README.md
tjcchen/typescript-studio
41c29ce3b0a39ed642792d0d8f0e22c68e91b390
[ "MIT" ]
null
null
null
README.md
tjcchen/typescript-studio
41c29ce3b0a39ed642792d0d8f0e22c68e91b390
[ "MIT" ]
null
null
null
README.md
tjcchen/typescript-studio
41c29ce3b0a39ed642792d0d8f0e22c68e91b390
[ "MIT" ]
null
null
null
## TypeScript Studio A repo for recording typescript relevant practices. ## Documentation https://www.typescriptlang.org/docs/ ## License This project is licensed under the terms of the MIT License.
25
60
0.79
eng_Latn
0.964383
26bcf6b33ec3b5dcea8a2036dffbc9cdd9ed99ff
8,773
md
Markdown
docs/polly/httpclient-with-circuit-breaker-policy.md
edumserranotest/dot-net-sdk-extensions
6d522f5507f681bc33ac504ef90fd961925c82e5
[ "MIT" ]
5
2021-08-16T12:59:00.000Z
2022-03-04T07:29:26.000Z
docs/polly/httpclient-with-circuit-breaker-policy.md
edumserranotest/dot-net-sdk-extensions
6d522f5507f681bc33ac504ef90fd961925c82e5
[ "MIT" ]
356
2021-03-12T12:44:49.000Z
2022-03-30T18:48:55.000Z
docs/polly/httpclient-with-circuit-breaker-policy.md
edumserranotest/dot-net-sdk-extensions
6d522f5507f681bc33ac504ef90fd961925c82e5
[ "MIT" ]
null
null
null
# Add a circuit breaker policy to an HttpClient ## Motivation Every time I use an `HttpClient` I end up repeating the same [Polly](https://github.com/App-vNext/Polly) usage pattern in my projects to add a circuit breaker policy. Plus, at times I want to have the values for configuring the circuit breaker policy read from the `appsettings.json` which further increases the code I keep repeating. ## Requirements You will have to add the [DotNet-Sdk-Extensions](https://www.nuget.org/packages/DotNet-Sdk-Extensions) nuget to your project. ## How to use The extension method provided `AddCircuitBreakerPolicy` is an extension to the `IHttpClientBuilder` which is what you use when [configuring an HttpClient](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-5.0). This extension will add a [circuit breaker policy](https://github.com/App-vNext/Polly#advanced-circuit-breaker) wrapped with a [circuit breaker checker policy](/docs/polly/circuit-breaker-checker-policy.md) to the `HttpClient`. ### Basic example You can add a circuit breaker policy by doing the following: ```csharp services .AddHttpClient("my-http-client") .AddCircuitBreakerPolicy(options => { options.FailureThreshold = 0.5; // break on >=50% actions result in failures options.SamplingDurationInSecs = 10; // over any 10 second period options.MinimumThroughput = 8; // provided at least 8 actions in the 10 second period options.DurationOfBreakInSecs = 30; // break for 30 seconds }); ``` The above example is the simplest way to use the extension method. Note that: - even though the example shows adding a circuit breaker policy to a named `HttpClient` you can also add it to typed `HttpClient` because the extension method works on the `IHttpClientBuilder`. - the configuration of the policy's options is done inline but the extension method is also integrated with the all the ecosystem around the [Options pattern](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-5.0) in dotnet core, such as the possibility of binding the options values from the `appsettings`. See [Binding appsettings values to the circuit breaker policy options](#binding-appsettings-values-to-the-circuit-breaker-policy-options). - you can provide a class to handle the events produced by the circuit breaker policy. See [Handling events from the circuit breaker policy](#handling-events-from-the-circuit-breaker-policy). ### CircuitBreakerOptions The `CircuitBreakerOptions` provides the following configuration options for the circuit breaker policy: - `FailureThreshold`: failure threshold at which the circuit will break, eg 0.5 represents breaking if 50% or more of actions result in a handled failure. Must be a value between `double.Epsilon` and 1. - `SamplingDurationInSecs`: duration of the timeslice over which failure ratios are assessed. Must be a value between `double.Epsilon` and `double.MaxValue`. You can represent values smaller than 1 second by using a decimal number such as 0.1 which would mean 100 milliseconds. - `MinimumThroughput`: this many actions or more must pass through the circuit in the timeslice for statistics to be considered significant and the circuit-breaker to come into action. Must be a value between 2 and `int.MaxValue`. - `DurationOfBreakInSecs`: duration the circuit will stay open before resetting. Must be a value between `double.Epsilon` and `double.MaxValue`. You can represent values smaller than 1 second by using a decimal number such as 0.1 which would mean 100 milliseconds. If you want to [bind the configuration from the appsettings](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-5.0#bind-hierarchical-configuration) remember that the name of the key in the appsettings must match the property names of the `CircuitBreakerOptions` for the bind to work. ### Binding appsettings values to the circuit breaker policy options Imagine that you have an appsettings file with the following: ```json "MyHttpClient": { "FailureThreshold": 0.5, "SamplingDurationInSecs": 10, "MinimumThroughput": 8, "DurationOfBreakInSecs": 30 } ``` You can add a circuit breaker policy that is configured from the values on the appsettings file by doing the following: ```csharp services .AddHttpClientCircuitBreakerOptions("my-circuit-breaker-options") .Bind(Configuration.GetSection("MyHttpClient")); services .AddHttpClient("my-http-client") .AddCircuitBreakerPolicy("my-circuit-breaker-options"); ``` The `services.AddHttpClientCircuitBreakerOptions` adds a named options of type `CircuitBreakerOptions` and returns an instance of `OptionsBuilder<CircuitBreakerOptions>`, which means you can now use any of the methods provided by dotnet to configure it such as for example: - [Options validation](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-5.0#options-validation) - [Options post-configuration](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-5.0#options-post-configuration) ### Handling events from the circuit breaker policy This extension method also enables you to access the events provided by Polly's circuit breaker policy. You can specify a class to handle the circuit breaker events by doing the following: ```csharp services .AddHttpClient("my-http-client") .AddCircuitBreakerPolicy<MyCircuitBreakerEventHandler>(options => { options.FailureThreshold = 0.5; options.SamplingDurationInSecs = 10; options.MinimumThroughput = 8; options.DurationOfBreakInSecs = 30; }); ``` The `MyCircuitBreakerEventHandler` must implement the `ICircuitBreakerPolicyEventHandler` interface. ```csharp public class MyCircuitBreakerEventHandler : ICircuitBreakerPolicyEventHandler { private readonly ILogger<MyCircuitBreakerEventHandler> _logger; public MyCircuitBreakerEventHandler(ILogger<MyCircuitBreakerEventHandler> logger) { _logger = logger; } public Task OnBreakAsync(BreakEvent breakEvent) { //do something like logging _logger.LogInformation($"Circuit state transitioned from {breakEvent.PreviousState} to open/isolated for the HttpClient {breakEvent.HttpClientName}. Break will last for {breakEvent.DurationOfBreak}"); return Task.CompletedTask; } public Task OnHalfOpenAsync(HalfOpenEvent halfOpenEvent) { //do something like logging _logger.LogInformation($"Circuit state transitioned to half open for the HttpClient {halfOpenEvent.HttpClientName}"); return Task.CompletedTask; } public Task OnResetAsync(ResetEvent resetEvent) { //do something like logging _logger.LogInformation($"Circuit state transitioned to closed for the HttpClient {resetEvent.HttpClientName}"); return Task.CompletedTask; } } ``` With the above whenever a circuit breaker event occurs on the `my-http-client` `HttpClient` there will be a log message for it. There are overloads that enable you to have more control on how the instance that will handle the events is created. For this specic example it doesn't make much sense but could use the overload as follows: ```csharp services .AddHttpClient("my-http-client") .AddCircuitBreakerPolicy( configureOptions: options => { options.FailureThreshold = 0.5; options.SamplingDurationInSecs = 10; options.MinimumThroughput = 8; options.DurationOfBreakInSecs = 30; }, eventHandlerFactory: provider => { var loggerFactory = provider.GetRequiredService<ILoggerFactory>(); var logger = loggerFactory.CreateLogger<MyCircuitBreakerEventHandler>(); return new MyCircuitBreakerEventHandler(logger); }); ``` For the majority of the cases the overload that accepts a genericy type `AddCircuitBreakerPolicy<T>` is what is more likely to be used since whatever dependencies you need to provide to the type `T` can be passed through the constructor as long as they are added to the `IServiceCollection`. ### Note about the circuit breaker checker policy The `AddCircuitBreakerPolicy` extension method adds a [circuit breaker checker policy](/docs/polly/circuit-breaker-checker-policy.md) that is evaluated before the circuit breaker policy. When the circuit's state is open/isolated the circuit breaker checker policy avoids an exception being thrown and returns a instance of `CircuitBrokenHttpResponseMessage` which derives from `HttpResponseMessage` and has a status code 500.
52.532934
492
0.763365
eng_Latn
0.962396
26bf57026c9726124fd8cac66a34e4be0f975aa7
1,773
md
Markdown
README.md
ericwood8/CoatOfArmsGenerator
d69c078915427b1d80abb9497eb6651969146849
[ "MIT" ]
2
2020-12-11T21:02:46.000Z
2021-12-06T14:56:27.000Z
README.md
ericwood8/CoatOfArmsGenerator
d69c078915427b1d80abb9497eb6651969146849
[ "MIT" ]
null
null
null
README.md
ericwood8/CoatOfArmsGenerator
d69c078915427b1d80abb9497eb6651969146849
[ "MIT" ]
null
null
null
# CoatOfArmsGenerator Coat Of Arms Generator (written in .NET 5, C# WinForms) I contend we should build flexible "purpose-built" programs. This program is the second in a series of my purpose-built programs that illustrate "expandable programs". Expandable programs are those whose functionalty grows then more as new data is introduced. In this particular case, the coat-of-arms generator's functionalty grows as more data (in this case images - grows). So as you add an shield-shape or an "ordinary" or a "charge", the number of possible coat-of-arms generated expands. Designed to be a flexible creator of coat-of-arms. The program randomly picks a shield shape, how to divide the shield (if any) (called divisions or ordinaries), and symbol (if any) (called charges). Also, it randomly chooses a color from a palete of true heraldric colors for each piece being careful about not overlaying black on black for example. To add new symbol designs or ordinaries or shield shapes, just add a new file in the subdirectories provided. Just ensure it follows the rules about the picture (for example on symbols, paint any changeable portions black). To simplify the program rather than drawing the geometric ordinaries, we just add the ordinary image in the file and perform color changes. Pseudo code lines for the Coat Of Arms generation are: 1) randomly pick ordinary image from directory 2) switch ordinary black to random color 3) if not solid, switch ordinary white to random color 4) resize Ordinary because many shield shapes do not conform to uniform white space border 5) randomly pick shape from directory 6) frame the shield shape over the resized ordinary chopping off extra 7) overlay randomly picked symbol 8) switch symbol black to random color
88.65
718
0.794134
eng_Latn
0.999229
26bfc83956c159961d28fed4aa3c4cac0cb3df11
8,774
md
Markdown
WindowsServerDocs/remote/remote-access/da-always-on-vpn-migration/da-always-on-migration-overview.md
Bakhajev/windowsserverdocs.de-de
44d068abe9a72c58dfee81d78c75071eb70594e7
[ "CC-BY-4.0", "MIT" ]
null
null
null
WindowsServerDocs/remote/remote-access/da-always-on-vpn-migration/da-always-on-migration-overview.md
Bakhajev/windowsserverdocs.de-de
44d068abe9a72c58dfee81d78c75071eb70594e7
[ "CC-BY-4.0", "MIT" ]
null
null
null
WindowsServerDocs/remote/remote-access/da-always-on-vpn-migration/da-always-on-migration-overview.md
Bakhajev/windowsserverdocs.de-de
44d068abe9a72c58dfee81d78c75071eb70594e7
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Übersicht über den Remote Zugriff Always on VPN-Migration description: Always on-VPN adressiert die vorherigen Lücken zwischen Windows-VPNs und DirectAccess sowie die Migration von DirectAccess zu Always on VPN. manager: dougkim ms.prod: windows-server ms.technology: networking-ras ms.topic: article ms.assetid: eeca4cf7-90f0-485d-843c-76c5885c54b0 ms.author: pashort author: shortpatti ms.date: 05/29/2018 ms.openlocfilehash: d3ea6f0e29803b8a709f31811f77678bf03201a8 ms.sourcegitcommit: 07c9d4ea72528401314e2789e3bc2e688fc96001 ms.translationtype: MT ms.contentlocale: de-DE ms.lasthandoff: 01/29/2020 ms.locfileid: "76822578" --- # <a name="overview-of-the-directaccess-to-always-on-vpn-migration"></a>Übersicht über die DirectAccess auf Always On VPN-migration >Gilt für: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows 10 &#187;[ **Weiter:** Planen der DirectAccess-Always on für die VPN-Migration](da-always-on-migration-planning.md) In früheren Versionen der Windows-VPN-Architektur war es schwierig, die für die Ersetzung von DirectAccess erforderlichen wichtigen Funktionen bereitzustellen, wie z. b. automatische Verbindungen, die vor der Anmeldung von Benutzern initiiert wurden. Always On VPN hat die meisten dieser Einschränkungen behoben oder die VPN-Funktion über die Funktionen von DirectAccess erweitert. Always on-VPN werden die vorherigen Lücken zwischen Windows-VPNs und DirectAccess behandelt. Der DirectAccess-–-Always on-VPN-Migrationsprozess umfasst vier primäre Komponenten und allgemeine Prozesse: 1. **Planen Sie die Always on VPN-Migration.** Die Planung hilft bei der Identifizierung von Ziel Clients für die Trennung von Benutzer Phasen sowie von Infrastruktur und Funktionalität. 1. [!INCLUDE [build-migration-rings-shortdesc-include](../includes/build-migration-rings-shortdesc-include.md)] 2. [!INCLUDE [review-feature-mapping-shortdesc-include](../includes/review-feature-mapping-shortdesc-include.md)] 3. [!INCLUDE [review-the-enhancements-shortdesc-include](../includes/review-the-enhancements-shortdesc-include.md)] 4. [!INCLUDE [review-the-technology-overview-shortdesc-include](../includes/review-the-technology-overview-shortdesc-include.md)] 2. **Stellen Sie eine Seite-an-Seite-VPN-Infrastruktur bereit.** Nachdem Sie die Migrations Phasen und die Features, die Sie in die Bereitstellung einbeziehen möchten, festgelegt haben, stellen Sie die Always on VPN-Infrastruktur nebeneinander mit der vorhandenen DirectAccess-Infrastruktur bereit. 3. **Stellen Sie die Zertifikate und die Konfiguration für die Clients bereit.** Sobald die VPN-Infrastruktur bereit ist, erstellen Sie die erforderlichen Zertifikate und veröffentlichen Sie auf dem Client. Wenn die Clients die Zertifikate erhalten haben, stellen Sie das Konfigurationsskript VPN_Profile. ps1 bereit. Alternativ können Sie InTune verwenden, um den VPN-Client zu konfigurieren. Verwenden Sie Microsoft Endpoint Configuration Manager oder Microsoft InTune, um erfolgreiche VPN-Konfigurations Bereitstellungen zu überwachen. 4. **Entfernen und Außerbetriebsetzen.** Deaktivieren Sie die Umgebung ordnungsgemäß, nachdem Sie alle Benutzer von DirectAccess migriert haben. 1. [!INCLUDE [remove-da-from-client-shortdesc-include](../includes/remove-da-from-client-shortdesc-include.md)] 2. [!INCLUDE [decommission-da-shortdesc-include](../includes/decommission-da-shortdesc-include.md)] ## <a name="directaccess-deployment-scenario"></a>DirectAccess-Bereitstellungs Szenario In diesem Bereitstellungs Szenario verwenden Sie ein einfaches DirectAccess-Bereitstellungs Szenario als Ausgangspunkt für die Migration dieses Handbuchs. Sie müssen dieses Bereitstellungs Szenario nicht erfüllen, bevor Sie zu Always on VPN migrieren, aber für viele Organisationen ist diese einfache Einrichtung eine genaue Darstellung Ihrer aktuellen DirectAccess-Bereitstellung. In der folgenden Tabelle finden Sie eine Liste der grundlegenden Features für dieses Setup. Viele DirectAccess-Bereitstellungs Szenarien und-Optionen sind vorhanden, sodass sich Ihre Implementierung wahrscheinlich von der hier beschriebenen unterscheidet. Wenn dies der Fall ist, lesen Sie die [Featurezuordnung zwischen DirectAccess und Always on VPN](../vpn/vpn-map-da.md) , um die Always on VPN-Featuresatz Zuordnung für Ihre aktuellen Ergänzungen zu ermitteln, und fügen Sie diese Funktionen dann der Konfiguration hinzu. Außerdem können Sie auf die Always on- [VPN-Erweiterungen](../vpn/always-on-vpn/always-on-vpn-enhancements.md) verweisen, um ihrer Always on-VPN-Bereitstellung Optionen hinzuzufügen. >[!NOTE] >Bei Geräten, die keiner Domäne beigetreten sind, gibt es weitere Überlegungen, wie z. b. die Zertifikat Registrierung. Weitere Informationen finden Sie unter [Always on-VPN-Bereitstellung für Windows Server und Windows 10](../vpn/always-on-vpn/deploy/always-on-vpn-deploy.md). ### <a name="deployment-scenario-feature-list"></a>Funktionsliste des Bereitstellungs Szenarios | DirectAccess-Funktion | Typisches Szenario | |-----|----| | Bereitstellungsszenario | Bereitstellen von vollständigem DirectAccess für den Client Zugriff und die Remote Verwaltung | | Netzwerkadapter | 2 | | Benutzerauthentifizierung | Active Directory-Anmeldeinformationen | | Verwenden von Computer Zertifikaten | „Ja“ | | Sicherheitsgruppen | „Ja“ | | Einzelner DirectAccess-Server | „Ja“ | | Netzwerktopologie | Netzwerk Adressübersetzung (Network Address Translation, NAT) hinter einer Edge-Firewall mit zwei Netzwerkadaptern | | Zugriffsmodus | End-to-Edge | | Tunneling | Geteilter Tunnel | | Authentifizierung | Standard Authentifizierung der Public Key-Infrastruktur (PKI) mit einem Computer Zertifikat und Kerberos (nicht kerbproxy) | | Protokolle | IP über HTTPS (IP-HTTPS) | | Nicht im Feld Netzwerkadressen Server (NLS) | „Ja“ | ## <a name="always-on-vpn-deployment-scenario"></a>Always on-VPN-Bereitstellungs Szenario In diesem Bereitstellungs Szenario konzentrieren Sie sich auf das Migrieren einer einfachen DirectAccess-Umgebung in eine einfache Always on-VPN-Umgebung, die die DirectAccess-Ersetzungs Lösung ist. In der folgenden Tabelle finden Sie die Funktionen, die in dieser einfachen Lösung verwendet werden. Ausführlichere Informationen zu zusätzlichen Erweiterungen für den Always on VPN-Client finden Sie unter [Always on von VPN-Erweiterungen](../vpn/always-on-vpn/always-on-vpn-enhancements.md). ### <a name="always-on-vpn-features-used-in-the-simple-environment"></a>Always on in der einfachen Umgebung verwendete VPN-Features | VPN-Feature | Konfiguration der Bereitstellungs Szenarien | |-----|-----| | Verbindungsart | Native Internetschlüsselaustausch Version 2 (IKEv2) | | Netzwerkadapter | 2 | | Benutzerauthentifizierung | Active Directory-Anmeldeinformationen | | Verwenden von Computer Zertifikaten | „Ja“ | | Routing | Tunnelung aufteilen | | Namensauflösung | Domänen Namen-Informationsliste und Domain Name System-Suffix (DNS) | | Ängste | Erkennung von Always on und vertrauenswürdigem Netzwerk | | Authentifizierung | Protected Extensible Authentication Protocol-Transport Layer Security (PAP-TLS) mit Trusted Platform Module – geschützten Benutzer Zertifikaten | ## <a name="next-step"></a>Nächster Schritt [Planen Sie DirectAccess, um die VPN-Migration Always on](da-always-on-migration-planning.md). Die Hauptaufgabe der Migration ist das Aufrechterhalten der Remote-Konnektivität für das Büro während des gesamten Prozesses. ---
89.530612
616
0.68817
deu_Latn
0.974997
26c070fdcc75209c338f3eeca225927d9fe3e5c9
7,572
md
Markdown
includes/service-bus-quotas-table.md
SunnyDeng/azure-content-dede
edb0ac8eec176b64971ec219274a4a922dd00fec
[ "CC-BY-3.0" ]
2
2020-08-29T21:10:59.000Z
2021-07-25T10:13:02.000Z
includes/service-bus-quotas-table.md
SunnyDeng/azure-content-dede
edb0ac8eec176b64971ec219274a4a922dd00fec
[ "CC-BY-3.0" ]
null
null
null
includes/service-bus-quotas-table.md
SunnyDeng/azure-content-dede
edb0ac8eec176b64971ec219274a4a922dd00fec
[ "CC-BY-3.0" ]
null
null
null
In der folgenden Tabelle sind die Kontingentinformationen für das Service Bus Messaging aufgeführt. Einschränkungen für Event Hubs sind in dieser Tabelle auch enthalten. Spezifische Informationen zu Event Hubs finden Sie jedoch unter [Event Hubs Preise](http://azure.microsoft.com/pricing/details/event-hubs/). Informationen zu Preisen und anderen Kontingenten für Service Bus finden Sie in der Übersicht der [Service Bus-Preise](http://azure.microsoft.com/pricing/details/service-bus/). |Namen des Kontingents|Umfang|Typ|Verhalten beim Überschreiten|Wert| |---|---|---|---|---| | Maximale Anzahl von Namespaces pro Azure-Abonnement|Namespace|Statisch|Nachfolgende Anforderungen für zusätzliche Namespaces werden vom Azure-Verwaltungsportal abgelehnt.|100| |Warteschlangen-/Themengröße|Entität|Bei der Erstellung der Warteschlange/des Themas definiert.|Eingehende Nachrichten werden abgelehnt und vom aufrufenden Code wird eine Ausnahme empfangen.|1,2,3,4 oder 5 GB.<br /><br />Wenn die [Partitionierung](service-bus-partitioning.md) aktiviert ist, beträgt die maximale Warteschlangen-/Themengröße 80 GB.| |Maximale Anzahl gleichzeitiger Verbindungen in einem Namespace|Namespace|Statisch|Nachfolgende Anforderungen für zusätzliche Verbindungen werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen. REST-Vorgänge werden nicht zu den gleichzeitigen TCP-Verbindungen hinzugezählt.|NetMessaging: 1.000<br /><br />AMQP: 5.000| |Anzahl der gleichzeitigen Verbindungen für eine Warteschlangen-/Themen-/Abonnement-Entität|Entität|Statisch|Nachfolgende Anforderungen für zusätzliche Verbindungen werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen. REST-Vorgänge werden nicht zu den gleichzeitigen TCP-Verbindungen hinzugezählt.|Eingeschränkt durch den Grenzwert der gleichzeitigen Verbindungen pro Namespace.| |Anzahl der gleichzeitigen Empfangsanforderungen für eine Warteschlangen-/Themen-/Abonnement-Entität|Entität|Statisch|Nachfolgende Empfangsanforderungen werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen. Dieses Kontingent gilt für alle gleichzeitigen Empfangsvorgänge über alle Abonnements eines Themas hinweg.|5\.000| |Anzahl der gleichzeitigen Listener für ein Relay|Entität|Statisch|Nachfolgende Anforderungen für zusätzliche Verbindungen werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen.|25| |Anzahl der gleichzeitigen Relay-Listener|Systemweit|Statisch|Nachfolgende Anforderungen für zusätzliche Verbindungen werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen.|2\.000| |Anzahl der gleichzeitigen Relay-Verbindungen aller Relay-Endpunkte in einem Dienstnamespace|Systemweit|Statisch|-|5.000| |Anzahl der Relay-Endpunkte eines Dienstnamespaces|Systemweit|Statisch|-|10.000| |Anzahl der Themen/Warteschlangen in einem Dienstnamespace|Systemweit|Statisch|Nachfolgende Anforderungen für die Erstellung eines neuen Themas oder einer neuen Warteschlange im Dienstnamespace werden abgelehnt. Daher wird bei der Konfiguration über das Verwaltungsportal eine Fehlermeldung generiert. Bei einem Aufruf aus dem Verwaltungs-API wird vom aufrufenden Code eine Ausnahme empfangen.|10.000<br /><br />Die Gesamtanzahl der Themen und Warteschlangen in einem Dienstnamespace muss kleiner gleich 10.000 betragen.| |Die Anzahl der partitionierten Themen/Warteschlangen pro Dienstnamespace|Systemweit|Statisch|Nachfolgende Anforderungen für die Erstellung eines neuen partitionierten Themas oder einer neuen partitionierten Warteschlange im Dienstnamespace werden abgelehnt. Daher wird bei der Konfiguration über das Verwaltungsportal eine Fehlermeldung generiert. Bei einem Aufruf aus dem Verwaltungs-API wird vom aufrufenden Code eine **QuotaExceededException**-Ausnahme empfangen.|100<br /><br />Alle partitionierten Warteschlangen oder Themen werden dem Kontingent von 10.000 Entitäten pro Namespace zugerechnet.| |Maximale Größe jedes Nachrichtenentitäts-Namens: Namespace, Warteschlange, Thema, Abonnement oder Ereignis-Hub|Entität|Statisch|-|50 Zeichen| |Maximale Größe von Ereignis-Hub-Ereignissen|Systemweit|Statisch|-|256 KB| |Nachrichtengröße für eine Warteschlangen-/Themen-/Abonnement-Entität|Systemweit|Statisch|Eingehende Nachrichten, die diese Kontingente überschreiten, werden abgelehnt und eine Ausnahme wird vom aufrufenden Code empfangen.|Maximale Nachrichtengröße: 256 KB. <br /><br />**Hinweis** Aus Gründen der Systemauslastung beträgt diese Begrenzung normalerweise etwas weniger als 256 KB.<br /><br />Maximale Headergröße: 64 KB<br /><br />Maximale Anzahl der Headereigenschaften im Eigenschaftenbehälter: **MaxValue**<br /><br />Maximale Größe der Eigenschaft im Eigenschaftenbehälter: Keine explizite Beschränkung. Beschränkung durch die maximale Headergröße.| |Nachrichtengröße für Message [NetOnewayRelayBinding](https://msdn.microsoft.com/library/microsoft.servicebus.netonewayrelaybinding.aspx)- und [NetEventRelayBinding](https://msdn.microsoft.com/library/microsoft.servicebus.neteventrelaybinding.aspx)-Relays|Systemweit|Statisch|Eingehende Nachrichten, die dieses Kontingent überschreiten, werden abgelehnt und vom aufrufenden Code wird eine Ausnahme empfangen.|64 KB |Nachrichtengröße für [HttpRelayTransportBindingElement](https://msdn.microsoft.com/library/microsoft.servicebus.httprelaytransportbindingelement.aspx)- und [NetTcpRelayBinding](https://msdn.microsoft.com/library/microsoft.servicebus.nettcprelaybinding.aspx)-Relays|Systemweit|Statisch|-|Unbegrenzt| |Nachrichteneigenschaftsgröße für eine Warteschlangen-/Themen-/Abonnement-Entität|Systemweit|Statisch|Eine **SerializationException**-Ausnahme wird generiert.|Die maximale Nachrichteneigenschaftsgröße für jede Eigenschaft beträgt 32 K. Die kumulative Größe aller Eigenschaften darf 64 K nicht überschreiten. Dies gilt für den kompletten Header der [BrokeredMessage](https://msdn.microsoft.com/library/microsoft.servicebus.messaging.brokeredmessage.aspx), der sowohl über Benutzer- als auch über Systemeigenschaften verfügt (z. B. [SequenceNumber](https://msdn.microsoft.com/library/microsoft.servicebus.messaging.brokeredmessage.sequencenumber.aspx), [Label](https://msdn.microsoft.com/library/microsoft.servicebus.messaging.brokeredmessage.label.aspx), [MessageId](https://msdn.microsoft.com/library/microsoft.servicebus.messaging.brokeredmessage.messageid.aspx) usw.| |Anzahl der Abonnements pro Thema|Systemweit|Statisch|Nachfolgende Aufforderungen für die Erstellung zusätzlicher Abonnements für das Thema werden abgelehnt. Daher wird bei der Konfiguration über das Verwaltungsportal eine Fehlermeldung angezeigt. Bei einem Aufruf aus dem Verwaltungs-API wird vom aufrufenden Code eine Ausnahme empfangen.|2.000| |Anzahl der SQL-Filter pro Thema|Systemweit|Statisch|Nachfolgende Anforderungen für die Erstellung zusätzlicher Filter für das Thema werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen.|2.000| |Anzahl der Korrelationsfilter pro Thema|Systemweit|Statisch|Nachfolgende Anforderungen für die Erstellung zusätzlicher Filter für das Thema werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen.|100.000| |Größe der SQL-Filter/-Aktionen|Systemweit|Statisch|Nachfolgende Anforderungen für die Erstellung zusätzlicher Filter werden abgelehnt, und vom aufrufenden Code wird eine Ausnahme empfangen.|Maximale Länge der Bedingungszeichenfolge für Filter: 1.024 (1 K).<br /><br />Maximale Länge der Zeichenfolge für Regelaktionen: 1.024 (1 K).<br /><br />Maximale Anzahl der Ausdrücke pro Regelaktion: 32.| <!---HONumber=Oct15_HO3-->
280.444444
869
0.837956
deu_Latn
0.992823
26c145a2baf8a4c4b30b6f501705858f9b838240
5,326
md
Markdown
README.md
oasis-open/openc2-jadn-software
d3042d51633b1c94c480db4d56796e296e5f7084
[ "Apache-2.0" ]
1
2019-04-21T14:44:14.000Z
2019-04-21T14:44:14.000Z
README.md
oasis-open/openc2-jadn-software
d3042d51633b1c94c480db4d56796e296e5f7084
[ "Apache-2.0" ]
2
2021-03-31T18:54:51.000Z
2021-03-31T18:54:54.000Z
README.md
oasis-open/openc2-jadn-software
d3042d51633b1c94c480db4d56796e296e5f7084
[ "Apache-2.0" ]
4
2019-07-05T13:28:32.000Z
2021-08-14T09:35:36.000Z
``` NOTE: This repository contains code developed against an earlier version of the OpenC2 language than that presented by OASIS for public review in November 2018 and is NOT CONSISTENT WITH THE VERSION UNDERGOING PUBLIC REVIEW. Current JADN software, used in the latest version of OpenC2, is available from: ``` [https://github.com/davaya/jadn-pypkg](https://github.com/davaya/jadn-pypkg). ## JADN JSON Abstract Data Notation (JADN) is a JSON document format for defining abstract schemas. Unlike concrete schema languages such as XSD and JSON Schema, JADN defines the structure of datatypes independently of the serialization used to communicate and store data objects. An encoder/decoder (codec) validates the structure of data objects against the JADN schema and serializes/deserializes objects using a specified message format. The codec currently supports four JSON-based serialization formats, and can be extended to support XML and binary (CBOR, Protocol Buffers, etc) serializations. ## JAS JADN Abstract Syntax (or perhaps JADN Source -- JAS) is a source format used to create JADN files. Although a JADN schema is a human-readable JSON document and can be edited directly, JAS is simpler to read and write, eliminating the boilerplate (quotes, braces, brackets) inherent to JSON. A converter utility translates a schema bidirectionally between JAS and JADN formats. ### JADN Python package The JADN package contains two subpackages: - Codec -- Validate messages against JADN schema, serialize and deserialize messages - codec.py - Message encoder and decoder. - codec_utils.py - Utility routines used with the Codec class. - jadn.py - Load, validate, and save JADN schemas. - Convert -- Translate between JADN, JAS, and property table files. - jas.ebnf - EBNF grammar for JAS files - jas_parse.py - JAS parser generated from EBNF by the Grako grammar compiler - tr_jas.py - load and save JAS files - tr_tables.py - generate property tables (.xlsx workbook format) from JADN schema ### Scripts The JADN package was created using the Test Driven Development process, where tests containing desired results are developed first, then software is written to make the tests pass. Test scripts serve to document both example data (good and bad cases) and calling conventions for the software. - test_codec.py - Unit tests for encoder and decoder functions - test_openc2.py - Unit tests for OpenC2 commands - This file contains example OpenC2 commands in API format and four JSON-based formats: Verbose, Minified, Concise, and an unused format included for completeness of the codec test suite. The API format is the Python literal representation of a data item, similar but not identical to the JSON-Verbose serialization of that item ('single' vs. "double" quoted strings, True vs. true, None vs. null, etc.) - jadn-convert.py - Convert JADN specifications between formats (Current: JAS, JADN, and property tables. Potential: JSON schema, XSD, CDDL) ### Schemas The converter utility reads `.jas` and `.jadn` schemas from an input directory (schema) and writes converted files to an output directory (schema_gen). Output files ending in `_genj` are produced from JADN sources, while those ending in `_gens` are produced from JAS sources. After editing a JAS schema, the corresponding JADN schema (`xxx_gens.jadn') should be moved from the output to the input directory after deleting the source line at the top of the file. - openc2.jadn - Schema that defines the OpenC2 message format, including the target data model. The ability to import data models from multiple schema files is planned but not supported in the current version. ### Getting Started 1. Use a Python 3 environment. Install the jsonschema (for the codec) and XlsxWriter (for the converter property table generator) packages if not already installed. This software was developed under Python 3.3-3.5 and is not yet ported to Python 2.x. 2. Look at the [examples](examples) folder for example OpenC2 commands in JSON format. These files are generated automatically by the `test_openc2.py` unit test. 3. An OpenC2 producer application would create a python dict containing an OpenC2 command, load the openc2.jadn schema, and encode the command: ``` import json from libs.codec.codec import Codec from libs.codec.jadn import jadn_load command = { "action": "mitigate", "target": { "domain_name": { "value": "cdn.badco.org"}}} schema = jadn_load("openc2.jadn") # Load and validate the OpenC2 schema codec = Codec(schema, verbose_rec=True, verbose_str=True) # Create an OpenC2 encoder/decoder (JSON-Verbose encoding) message1 = codec.encode("OpenC2Command", command) # Validate and encode the command print("Sent Message =", json.dumps(message1)) ``` 4. An OpenC2 consumer application would receive an encoded message, then decode/validate it: ``` received_msg = '[32,{"7":["cdn.badco.org"]}]' # Received OpenC2 command in JSON-minified format message2 = json.loads(received_msg) codec.set_mode(verbose_rec=False, verbose_str=False) # Tell codec to use JSON-minified encoding command2 = codec.decode("OpenC2Command", message2) # Validate and decode the command print("Received Command =", command2) ```
54.907216
118
0.7638
eng_Latn
0.991208
26c19c72f651a6db98138338310944d7597dee65
500
md
Markdown
src/newsletters/2020/11/the-aspnet-core-security-headers-guide.md
dotnetweekly/dnw-gatsby
b12818bfe6fd92aeb576b3f79c75c2e9ac251cdb
[ "MIT" ]
1
2022-02-03T19:26:09.000Z
2022-02-03T19:26:09.000Z
src/newsletters/2020/11/the-aspnet-core-security-headers-guide.md
dotnetweekly/dnw-gatsby
b12818bfe6fd92aeb576b3f79c75c2e9ac251cdb
[ "MIT" ]
13
2020-08-19T06:27:35.000Z
2022-02-26T17:45:11.000Z
src/newsletters/2020/11/the-aspnet-core-security-headers-guide.md
dotnetweekly/dnw-gatsby
b12818bfe6fd92aeb576b3f79c75c2e9ac251cdb
[ "MIT" ]
null
null
null
--- _id: 5e67573a7f965400359f2ab5 title: "The ASP.NET Core security headers guide" url: 'https://blog.elmah.io/the-asp-net-core-security-headers-guide/' category: articles slug: 'the-aspnet-core-security-headers-guide' user_id: 5a8a922d8b86e53b3449a770 username: 'ThomasArdal' createdOn: '2020-03-10T09:00:42.918Z' tags: [.net-core,asp.net-core] --- The ultimate guide to adding security headers in ASP.NET Core. Some features are built-in to core using middleware while others require manual work.
35.714286
148
0.782
eng_Latn
0.698295
26c1b039905e2c70945436b716138dcca1e30bca
19
md
Markdown
README.md
MatthewGreenberg/quiggly
1a793966463ee37b8265f29e353aece2fbf5d59e
[ "MIT" ]
null
null
null
README.md
MatthewGreenberg/quiggly
1a793966463ee37b8265f29e353aece2fbf5d59e
[ "MIT" ]
null
null
null
README.md
MatthewGreenberg/quiggly
1a793966463ee37b8265f29e353aece2fbf5d59e
[ "MIT" ]
null
null
null
This is a project.
9.5
18
0.736842
eng_Latn
1.00001
26c1d6d2640ca69c816665e7f7ad858d4384c3da
856
md
Markdown
docs/access/desktop-database-reference/data-blocks.md
isabella232/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
2
2020-05-19T18:52:16.000Z
2021-04-21T00:13:46.000Z
docs/access/desktop-database-reference/data-blocks.md
MicrosoftDocs/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
2
2021-12-08T03:25:19.000Z
2021-12-08T03:43:48.000Z
docs/access/desktop-database-reference/data-blocks.md
isabella232/office-developer-client-docs.de-DE
f244ed2fdf76004aaef1de6b6c24b8b1c5a6942e
[ "CC-BY-4.0", "MIT" ]
5
2018-07-17T08:19:45.000Z
2021-10-13T10:29:41.000Z
--- title: Datenblöcke (Access-Desktopdatenbankreferenz) TOCTitle: data blocks ms:assetid: 8afd9208-1dcd-4b9a-85a0-dabacc09058d ms:mtpsurl: https://msdn.microsoft.com/library/Dn125230(v=office.15) ms:contentKeyID: 52073354 ms.date: 09/18/2015 mtps_version: v=office.15 ms.localizationpriority: medium ms.openlocfilehash: 1be7a8e5002749974f185907fc526445f6f291f7 ms.sourcegitcommit: a1d9041c20256616c9c183f7d1049142a7ac6991 ms.translationtype: MT ms.contentlocale: de-DE ms.lasthandoff: 09/24/2021 ms.locfileid: "59569195" --- # <a name="data-blocks"></a>Datenblöcke **Gilt für**: Access 2013, Office 2013 - [Datensatzerstellen-Datenblock erstellen](createrecord-data-block.md) - [BearbeitenDatensatz-Datenblock](editrecord-data-block.md) - [ForEachRecord-Datenblock](foreachrecord-data-block.md) - [LookupRecord-Makroaktion](lookuprecord-data-block.md)
32.923077
71
0.809579
kor_Hang
0.140391
26c2f962e6c863185428e95d44b41f0d114e2ca6
207
md
Markdown
source/_categories/Jigsaw.md
breadthe/chasingcode.dev
b1aabf3c101145e37fd7fe9443050002a785c59d
[ "MIT" ]
2
2021-06-08T22:19:03.000Z
2022-03-27T21:49:13.000Z
source/_categories/Jigsaw.md
breadthe/omigo.sh
d0348db25cce145980e0192634617d6b5429bc61
[ "MIT" ]
5
2020-11-03T15:18:42.000Z
2022-02-18T23:57:54.000Z
source/_categories/Jigsaw.md
breadthe/omigo.sh
d0348db25cce145980e0192634617d6b5429bc61
[ "MIT" ]
1
2022-03-28T14:31:18.000Z
2022-03-28T14:31:18.000Z
--- extends: _layouts.category title: Jigsaw description: Things related to Tighten.co's Jigsaw blogging platform. --- Things related to Tighten.co's [Jigsaw](https://jigsaw.tighten.co/) blogging platform.
25.875
86
0.768116
eng_Latn
0.937114
26c2ff95fb5de4afa1788ce6143c85ef05b66ef2
7,642
md
Markdown
_posts/2017/4/2017-11-06-a-few-cosmosdb-query-limitations.md
vplauzon/vplauzon.github.io
7577770092dedbac313c4234e3e04c40bba2daf2
[ "MIT" ]
2
2021-06-05T22:42:16.000Z
2021-07-09T20:11:07.000Z
_posts/2017/4/2017-11-06-a-few-cosmosdb-query-limitations.md
vplauzon/vplauzon.github.io
7577770092dedbac313c4234e3e04c40bba2daf2
[ "MIT" ]
null
null
null
_posts/2017/4/2017-11-06-a-few-cosmosdb-query-limitations.md
vplauzon/vplauzon.github.io
7577770092dedbac313c4234e3e04c40bba2daf2
[ "MIT" ]
1
2021-11-18T19:49:46.000Z
2021-11-18T19:49:46.000Z
--- title: A few CosmosDB query limitations date: 2017-11-06 03:30:56 -08:00 permalink: /2017/11/06/a-few-cosmosdb-query-limitations/ categories: - Solution tags: - NoSQL --- <a href="/assets/posts/2017/4/a-few-cosmosdb-query-limitations/pexels-photo-1645241.jpg"><img style="border:0 currentcolor;float:right;display:inline;background-image:none;" title="pexels-photo-164524[1]" src="/assets/posts/2017/4/a-few-cosmosdb-query-limitations/pexels-photo-1645241_thumb.jpg" alt="pexels-photo-164524[1]" width="320" height="212" align="right" border="0" /></a>I’ve been working quite a bit with Cosmos DB since it was release in Private Preview (see <a href="https://vincentlauzon.com/2014/09/08/azure-documentdb-first-use-cases/">my first article about it back in September 2014</a> as a battle scar). It has come a long way. From DocumentDB, the NoSQL document-oriented DB to Cosmos DB, the Globally distributed elastically scalable multi-paradigm DB, the service has done some real progress. Nowadays, Cosmos DB can be accessed using different APIs.  As of this writing (end of October 2017), the following APIs are available: <ul> <li>Document DB</li> <li>Mongo DB</li> <li>Gremlin (<a href="https://vincentlauzon.com/2017/08/28/cosmos-db-graph-with-gremlin-getting-started/">graph traversal language</a>)</li> <li>Table API (the same API used for Azure Table Storage)</li> </ul> Although we create a Cosmos DB account with a target API, we can still use other APIs.  See, for instance, how to <a href="https://vincentlauzon.com/2017/09/05/hacking-accessing-a-graph-in-cosmos-db-with-sql-documentdb-api/">access a graph in Cosmos DB with SQL / DocumentDB API</a>.  We can also <a href="https://vincentlauzon.com/2017/09/10/hacking-changing-cosmos-db-portal-experience-from-graph-to-sql/">change the Portal experience from one API to another</a>. That is to say that we can use the Document DB API even if the account wasn’t created with that API in mind. DocumentDB API is also called <em>SQL</em>.  That is because DocumentDB API blends traditional SQL with JavaScript. And here comes this article.  Although DocumentDB’s SQL looks like SQL and smells like SQL…  it isn’t SQL. Neither does it pretend to be.  But it’s easy to assume that what work in T-SQL or PSQL will work in DocumentDB SQL. Here are a few examples of what won’t work. <h2>Aggregations</h2> The original DocumentDB SQL didn’t have any aggregation capacity.  But it did acquire those capacities along the way. Traditionally, that isn’t the strong spot for <a href="https://en.wikipedia.org/wiki/Document-oriented_database" target="_blank" rel="noopener">document-oriented databases</a>.  They tend to be more about find documents and manipulating the documents as oppose to aggregating metrics on a mass of documents. Today, DocumentDB SQL implements the <a href="https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-sql-query" target="_blank" rel="noopener">following aggregate</a> functions: <ul> <li>COUNT</li> <li>SUM</li> <li>MIN</li> <li>MAX</li> <li>AVG</li> </ul> So the following query would return the number of documents in a collection: ```SQL SELECT VALUE COUNT(1) FROM c ``` The following would give us the minimum age of employees in the HR department: ```SQL SELECT VALUE MIN(c.age) FROM c WHERE c.department="HR" ``` etc. Now we would expect the following to work quite easily: ```SQL SELECT VALUE MIN(c.age), VALUE MAX(c.age) FROM c WHERE c.department="HR" ``` but it doesn’t.  That isn’t even legal syntax and will be trapped by the client library before it even hits the service. <strong>UPDATE (30-08-2018):  In the comments Louis remarqued that by removing "VALUE", the query works as is.  That is:  <em>SELECT MIN(c.age), MAX(c.age) FROM c WHERE c.department="HR"</em>.  We do not remember if we tried it when we wrote the article a year ago or not.  Regardless this works today!</strong> We can only compute an aggregate at the time. This is quite cumbersome in some scenario since we need to perform two service calls to get two statistics.  Not only does that require more latency but it’s also inefficient because it requires the service to go through the same documents twice. Hopefully, that will be improved in the future. <h2>ORDER BY</h2> The ORDER BY clause is very handy in SQL.  Not only can we sort data in the data engine, but it also allows us to return a smaller dataset when combined with the TOP clause. Although simple ORDER BYs work well, for instance, the following will return us the employees in the HR department sorted by salary: ```SQL SELECT c FROM c WHERE c.department="HR" AND c.type=”Employee” ORDER BY c.profile.salary ``` We could even create something a little more complex by using sub queries: ```SQL SELECT c2.c FROM ( SELECT c FROM c WHERE c.department="HR" AND c.type=”Employee” ) c2 ORDER BY c2.c.profile.salary ``` This might look a little convoluted but in practice sub queries are often used to simplify the query for human readability. In the end, even if the query contains sub query for human readability, the query processor unroll them and convert them back into a single query. So we might expect the following to work as well: ```SQL SELECT c2 FROM ( SELECT c.profile.age*2 AS age, c.profile.salary AS salary FROM c WHERE c.department="HR" AND c.type=”Employee” ) c2 ORDER BY c2.age ``` After all, we are simply aliasing 2*age for age in a subquery. Well this doesn’t work.  It returns the following error: “Unsupported ORDER BY clause. ORDER BY item expression could not be mapped to a document path” Basically, we are told we can only sort with properties of document, not derived values. This example might seem a little artificial but we ran against that limitation when <a href="https://vincentlauzon.com/2017/10/25/cosmos-db-performance-with-geospatial-data/">performing performance test on geospatial queries</a>. One of the test we did in there was to query for documents where a geospatial location (within documents) fell within a polygon. We noticed the slow query were the one where a lot of documents were within the polygon.  That, even if we didn’t return the documents but simply count them. Something we tried was to then sort the documents in order of distance from a given point.  The idea was that no application would be interested to get say 60000 documents being inside a polygon but likely, applications would be interested in the documents within that polygon closer to a coordinate (e.g. a mobile user GPS position). This is where we found that error.  Since the ORDER BY clause had to be done on the return of a function (namely ST_DISTANCE), the query failed. This limitation exposes a fundamental mechanism of the ORDER BY:  it likely relies on the document index and therefore can’t be performed on non-document-paths. <h2>Summary</h2> We showed two types of queries we might think work perfectly fine in Cosmos DB SQL (aka DocumentDB) API but do not. Those are just two examples but you might find others. The main idea here is that DocumentDB SQL isn’t T-SQL or PSQL.  It has a lot of what is called a <a href="https://www.thoughtco.com/faux-amis-a-1371225">false friend</a> in linguistic, i.e. something that look like it might work but doesn’t (for instance, in French, the word “actuellement” sounds like it could mean “actually” but does mean “currently”). For this reason, we recommend that you do test main queries before building an application relying on those, even if it <em>seems </em>those queries <em>really should work out of the box</em>.
47.17284
623
0.758178
eng_Latn
0.992656
26c307795c119caa296b9eaa542ff12e543cfc0c
855
md
Markdown
sitescore/Microsoft.SharePoint.Client.PageExtensions.37813d52.md
Laul0/PnP-Guidance
81353471222abae26bc6459844bcde148dcf7752
[ "MIT" ]
null
null
null
sitescore/Microsoft.SharePoint.Client.PageExtensions.37813d52.md
Laul0/PnP-Guidance
81353471222abae26bc6459844bcde148dcf7752
[ "MIT" ]
null
null
null
sitescore/Microsoft.SharePoint.Client.PageExtensions.37813d52.md
Laul0/PnP-Guidance
81353471222abae26bc6459844bcde148dcf7752
[ "MIT" ]
null
null
null
# PageExtensions.GetWebParts Method List the web parts on a page **Namespace:** [Microsoft.SharePoint.Client](Microsoft.SharePoint.Client.md) **Assembly:** OfficeDevPnP.Core.dll ## Syntax ```C# public static IEnumerable<WebPartDefinition> GetWebParts(this Web web, String serverRelativePageUrl) ``` ### Parameters #### web &emsp;&emsp;Type: Microsoft.SharePoint.Client.Web &emsp;&emsp;Site to be processed - can be root web or sub site #### serverRelativePageUrl &emsp;&emsp;Type: System.String &emsp;&emsp;Server relative url of the page containing the webparts ### Return Value Type: IEnumerable<WebPartDefinition> ## See also - [PageExtensions](Microsoft.SharePoint.Client.PageExtensions.md) - System.ArgumentException - System.ArgumentNullException - [Microsoft.SharePoint.Client](Microsoft.SharePoint.Client.md)
27.580645
100
0.750877
yue_Hant
0.775757
26c37956f5e444fbc24af2a0af5fff100442343b
5,594
md
Markdown
README.md
Yuhsak/ansi-code
fe17a4fadd54a807369da0a1414ac8519e33d5e6
[ "MIT" ]
null
null
null
README.md
Yuhsak/ansi-code
fe17a4fadd54a807369da0a1414ac8519e33d5e6
[ "MIT" ]
null
null
null
README.md
Yuhsak/ansi-code
fe17a4fadd54a807369da0a1414ac8519e33d5e6
[ "MIT" ]
null
null
null
# ansi-code Catalog of ANSI standard codes for ASCII terminals ## Install ```sh npm install ansi-code ``` ## Usage ```ts import {font, cursor, screen, beep} from 'ansi-code' const write = (...txt: string[]) => process.stdout.write(txt.join('')) // Erase current screen, and move cursor position to top-left write( screen.erase, cursor.to(0, 0) ) // Text style write( font.style.bold, 'This is a bold text', font.reset, cursor.nextLine() ) // Text color write( font.color.red, 'This is a red text', font.reset, cursor.nextLine() ) // Text bgColor write( font.bgColor.blue, 'This is a text with blue background', font.reset, cursor.nextLine() ) // Text style, color, and bgColor write( font.style.underline, font.color.cyan, font.bgColor.red, 'This is a underlined cyan text with red background', font.reset, cursor.nextLine() ) ``` ## API ### Exported variables * [font](#font) * [cursor](#cursor) * [screen](#screen) * [beep](#beep) ___ ### font ▪ `Const` object #### Properties: Name | Type | Value | ------ | ------ | ------ | `reset` | string | \u001B[0m | `family` | object | see below | `style` | object | see below | `color` | object | see below | `bgColor` | object | see below | **font.family** Name | Type | Value | ------ | ------ | ------ | default|string|\u001B[10m| font1|string|\u001B[11m| font2|string|\u001B[12m| font3|string|\u001B[13m| font4|string|\u001B[14m| font5|string|\u001B[15m| **font.style** Name | Type | Value | ------ | ------ | ------ | bold|string|\u001B[1m italic|string|\u001B[3m underline|string|\u001B[4m **font.color** Name | Type | Value | ------ | ------ | ------ | black|string|\u001B[30m red|string|\u001B[31m green|string|\u001B[32m yellow|string|\u001B[33m blue|string|\u001B[34m magenta|string|\u001B[35m cyan|string|\u001B[36m white|string|\u001B[37m gray|string|\u001B[90m brightRed|string|\u001B[91m brightGreen|string|\u001B[92m brightYellow|string|\u001B[93m brightBlue|string|\u001B[94m brightMagenta|string|\u001B[95m brightCyan|string|\u001B[96m brightWhite|string|\u001B[97m rgb|function|(r: number, g: number, b: number) => \u001B[38;2;${r};${g}${b}m **font.bgColor** Name | Type | Value | ------ | ------ | ------ | black|string|\u001B[40m red|string|\u001B[41m green|string|\u001B[42m yellow|string|\u001B[43m blue|string|\u001B[44m magenta|string|\u001B[45m cyan|string|\u001B[46m white|string|\u001B[47m gray|string|\u001B[100m brightRed|string|\u001B[101m brightGreen|string|\u001B[102m brightYellow|string|\u001B[103m brightBlue|string|\u001B[104m brightMagenta|string|\u001B[105m brightCyan|string|\u001B[106m brightWhite|string|\u001B[107m rgb|function|(r: number, g: number, b: number) => \u001B[48;2;${r};${g}${b}m ___ ### cursor ▪ `Const` object #### Properties: Name | Type | Value | Description | ------ | ------ | ------ | ------ | `show` | string | \u001B[?25h | Show the cursor | `hide` | string | \u001B[?25l | Hide the cursor | `save` | string | isAppleTerminal ? '\u001B7' : \u001Bs | Save current cursor position | `restore` | string | isAppleTerminal ? \u001B8 : \u001Bu | Restore cursor position if saved before | `eraseForward` | string | \u001B[0K | Erase from current cursor position to end of the line | `eraseBackward` | string | \u001B[1K | Erase from beginning of the line to current cursor position | `eraseLine` | string | \u001B[2K | Erase entire line | `eraseDown` | string | \u001B[0J | Erase from current cursor position to end of screen | `eraseUp` | string | \u001B[1J | Erase from beginning of the screen to current cursor position | `forward` | function | (n: number) => string | Move the cursor n columns forward | `backward` | function | (n: number) => string | Move the cursor n columns backward | `up` | function | (n: number) => string | Move the cursor n rows up | `down` | function | (n: number) => string | Move the cursor n rows down | `nextLine` | function | (n: number) => string | Move the cursor to beginning of the line n rows down | `previsousLine` | function | (n: number) => string | Move the cursor to beginning of the line n rows up | `move` | function | (x: number,y: number) => string | Move the cursor to column x, row y relative to the current cursor position | `to` | function | (x: number,y?: number) => string | Move the cursor to column x, row y in screen (current view-port). The position starts x: 0, y: 0 from top-left of the screen. | ___ ### screen ▪ `Const` object #### Properties: Name | Type | Value | Description | ------ | ------ | ------ | ------ | `clear` | string | \u001Bc | Clear current screen | `erase` | string | \u001B[2J | Erase entire current screen (the cursor position stays as-is) | `eraseWhole` | string | \u001B[3J | Erase whole screen including scroll-back buffer (the cursor position stays as-is) | `scrollUp` | function | (n: number) => \u001B[${n}S | Move entire screen up for n rows, insert new line at bottom | `scrollDown` | function | (n: number) => \u001B[${n}T | Insert n new lines at the top of screen | `setMode` | function | (mode: string) => \u001B[?${mode}h | Set mode | `resetMode` | function | (mode: string) => \u001B[?${mode}l | Reset mode | `normalBuffer` | string | \u001B[?47l | Switch to normal screen buffer | `alternateBuffer` | string | \u001B[?47h | Switch to alternate screen buffer | `rmcup` | string | \u001B[?1049l | Switch to normal screen buffer, clear memory before switching | `smcup` | string | \u001B[?1049h | Switch to alternate screen buffer, clear memory before switching | --- ### beep • `Const` : \u0007
27.830846
183
0.664641
eng_Latn
0.798943
26c3a338050a8e2ba77c5c698877b3df3bd8f400
50
md
Markdown
README.md
go-god/goredis
066e16e4694e45034342187a8a901321b28d053a
[ "MIT" ]
1
2021-05-05T20:10:07.000Z
2021-05-05T20:10:07.000Z
README.md
go-god/goredis
066e16e4694e45034342187a8a901321b28d053a
[ "MIT" ]
null
null
null
README.md
go-god/goredis
066e16e4694e45034342187a8a901321b28d053a
[ "MIT" ]
null
null
null
# goredis go-redis/redis component library
12.5
35
0.7
eng_Latn
0.445817
26c496db6a40c545cbc59d256b4367d95d547176
695
md
Markdown
ShellCheck/SC2028.md
r3yn0ld4/docs-for-code-review-tools
a1590fce3b30891679373ec284787b227b21df05
[ "MIT" ]
4
2019-07-17T18:16:06.000Z
2021-03-28T23:53:10.000Z
ShellCheck/SC2028.md
Acidburn0zzz/docs-for-code-review-tools
9659492c76b988e14363dced6c2ab5f86fcdd6e0
[ "MIT" ]
null
null
null
ShellCheck/SC2028.md
Acidburn0zzz/docs-for-code-review-tools
9659492c76b988e14363dced6c2ab5f86fcdd6e0
[ "MIT" ]
5
2018-09-29T17:02:14.000Z
2021-12-26T16:53:04.000Z
Pattern: Use of `echo` with escape sequence Issue: - ## Description Backslash escapes like `\t` and `\n` are not expanded by echo, and become literal backslash-t, backslash-n. `printf` does expand these sequences, and should be used instead. Other, non-portable methods include `echo -e '\t'` and `echo $'\t'`. This rule will warn if this is used in a script with shebang `#!/bin/sh`. If you actually wanted a literal backslash-t, use ```sh echo "\\t" ``` Example of **incorrect** code: ```sh echo "Name:\t$value" ``` Example of **correct** code: ```sh printf "Name:\t%s\n" "$value" ``` ## Further Reading * [ShellCheck - SC2028](https://github.com/koalaman/shellcheck/wiki/SC2028)
20.441176
142
0.686331
eng_Latn
0.988595
26c4a2c5e3c73128e635f7bf9f1c0b5233bb249f
3,765
md
Markdown
_posts/2020-05-08-improving-your-cybersecurity-at-home.md
teejayen/teejayen.github.io
f1844b53f04f8c38b1ee8d2d584fb442a0da50f3
[ "MIT" ]
2
2018-06-08T15:08:11.000Z
2019-01-18T10:42:07.000Z
_posts/2020-05-08-improving-your-cybersecurity-at-home.md
teejayen/teejayen.github.io
f1844b53f04f8c38b1ee8d2d584fb442a0da50f3
[ "MIT" ]
1
2019-09-25T04:19:33.000Z
2019-11-11T07:06:08.000Z
_posts/2020-05-08-improving-your-cybersecurity-at-home.md
teejayen/teejayen.github.io
f1844b53f04f8c38b1ee8d2d584fb442a0da50f3
[ "MIT" ]
1
2019-01-18T10:50:45.000Z
2019-01-18T10:50:45.000Z
--- layout: post title: "Improving your cybersecurity at home" date: 2020-05-08 --- *This article was originally written for publishing on the company blog at [PKCG](https://www.pkcg.com.au), and has been cross posted here.* With the sudden move to working from home, and without the protection of enterprise grade firewalls, antivirus and other protections afforded on your office network, it's more important than ever to be vigilant against cyber criminals. Use your home computer, like you would use your computer at work The number one cause of compromise that we see is human error, whether that's clicking on a phishing email and entering your details or downloading something that is malicious. Chances are when using your work computer, you are super cautious about the emails, attachments, and links that you open. You should be taking these same exact steps when working from home. Remember, it isn’t just your personal system you are putting at risk, but company resources too! ## Use strong passphrases Strong passphrases are the first line of defence for your accounts. See our post on passwords and passphrases here for our recommendations. You should use a different passphrase for your computer, each application, and website you use - particularly those that you have given personally identifiable information (PII).  Using the same email address and passphrase across websites will mean if one site is compromised, then all your accounts are at risk! We recommend the use of a password manager such as 1Password, Dashlane or LastPass. If you're storing passwords related to work, we can give you access to MyGlue. ## Keep your devices up to date Keeping your devices, including the operating system, any applications you have installed, and for computers, drivers and firmware, is essential to reduce the number of vulnerabilities that can be used to access your device. Updates also deliver new features, and can sometimes improve performance too! Use reputable anti-virus / anti-malware protection Anti-virus or anti-malware protection is another layer of security that provides protection for your computer against malicious threats. It's important that it's kept up to date with the latest signatures, and if it doesn't run in realtime then you should be scanning all files you haven't opened before. If you're a current client of PKCG, you are more than likely are using Sophos Intercept X at work and we can install this on your devices at home too! ## Use secure Wi-Fi While the Wi-Fi network  at the office is likely to be secure and encrypted, the same might not be true for your connection at home. If you risk using an unsecured network while working remotely, you could be allowing nearby cyber criminals a route into the company network. It's trivial  for cyber criminals to set up an unsecured network and "sniff" all the traffic going over a wireless connection. ## Back up your data Storage is cheap, you can use either an external drive or back up to the cloud. Unplug your external drives when not in use, and store them in a secure place. If your backup software supports it encrypt your backups  with a strong passphrase too. Cyber criminals don’t always want to steal your data, sometimes they want to encrypt it and keep it at ransom. Make sure you test your backups too, firstly to make sure they are happening, and secondly to make sure you can recover data from them. ## Don't forget physical security too! Lock your computer when not in use, even if it's only for a short period of time. Make sure your mobile devices have a passcode set, and set up the ability to find or wipe devices remotely if possible. It’s much easier to access your information if other people have access to your devices.
80.106383
453
0.794688
eng_Latn
0.99991
26c508b59a5baa611b5062e03c601e69cea3c19b
648
md
Markdown
blog/winServer.md
Twiyin0/docs.womadao.top
d4214c39e56ff3c2847365c0611bda8f9bb1351b
[ "MIT" ]
null
null
null
blog/winServer.md
Twiyin0/docs.womadao.top
d4214c39e56ff3c2847365c0611bda8f9bb1351b
[ "MIT" ]
null
null
null
blog/winServer.md
Twiyin0/docs.womadao.top
d4214c39e56ff3c2847365c0611bda8f9bb1351b
[ "MIT" ]
null
null
null
--- title: Windows开服教程 authors: vlssu tags: [mc开服, Java版开服] --- :::tip 有效利用网络资源是一种有效的学习方法。 所以我懒了。就直接参考师叔的吧。 ————音铃Twiyin0 ::: <!--truncate--> windows开服有以下几个方式:(点击链接看教程) - 1、联机-->[我的世界离线用户联机](https://blog.vlssu.com/views/tech-sharing/minecraft/netplus.html) - 2、服务端开服-->[制作我的世界纯净/插件/模组服务端](https://blog.vlssu.com/views/tech-sharing/minecraft/java-server.html) - 3、面板开服-->[MCSM9面板推荐](https://blog.vlssu.com/views/tech-sharing/minecraft/mcsm9.html) 分析以下这几个的优缺点: - 1、联机的方式快捷,直接映射端口即可。但是比较麻烦,要求好友的客户端mod严格一致!而且要求房主时刻在线。 - 2、服务端开服的好处就是配置方便,只要服务器不关闭,房主离开也能保持服务器开启。对于多端而言,管理起来就很麻烦。 - 3、面板开服对多端管理方便,但是对单端而言就没必要开面板了,这样可以省去不必要的麻烦。 各位按照自己的需求选择自己的开服方式吧。
27
101
0.759259
yue_Hant
0.904494
26c757c92a3d2b340e93efd3c93caa1e39052d5e
532
md
Markdown
README.md
tanhaipeng/airflow-doc-zh
cb325caeeece5d20123a1633b8bee4670b930b5b
[ "Apache-2.0" ]
null
null
null
README.md
tanhaipeng/airflow-doc-zh
cb325caeeece5d20123a1633b8bee4670b930b5b
[ "Apache-2.0" ]
null
null
null
README.md
tanhaipeng/airflow-doc-zh
cb325caeeece5d20123a1633b8bee4670b930b5b
[ "Apache-2.0" ]
null
null
null
# 翻译背景 目前网上的airflow官方文档中文版(基于airflow 1.10.2)已经过时了,很多case在最新版中无法运行,因此开始`airflow 2.2.1`官方文档翻译工作。 # 本地运行 我们使用gitbook作为markdown文档管理工具,首先需要一些工具安装工作: ``` npm install gitbook-cli -g gitbook -V ``` clone本项目后,首先需要安装gitbook插件: ``` gitbook install advanced-emoji gitbook install expandable-chapters ``` 然后执行`serve`命令可以本地浏览文档: ``` gitbook serve ``` 本地默认访问地址是 http://localhost:4000/ # 项目地址 - https://github.com/tanhaipeng/airflow-doc-zh - https://tanhaipeng.github.io/airflow-doc-zh # 贡献者 - [@tanhaipeng](https://github.com/tanhaipeng)
16.121212
87
0.755639
yue_Hant
0.641918
26c7d2244248e018db48b3474a0d414626cafd8d
138
md
Markdown
client/certificates/README.md
ChmaraX/forensix
4ea0fc49aa1e96e825485bb7716af97d62fc91eb
[ "MIT" ]
8
2020-09-30T19:31:55.000Z
2022-02-18T00:53:48.000Z
client/certificates/README.md
ChmaraX/forensix
4ea0fc49aa1e96e825485bb7716af97d62fc91eb
[ "MIT" ]
3
2021-07-30T17:28:11.000Z
2022-03-04T02:04:47.000Z
client/certificates/README.md
ChmaraX/forensix
4ea0fc49aa1e96e825485bb7716af97d62fc91eb
[ "MIT" ]
1
2021-07-30T17:41:42.000Z
2021-07-30T17:41:42.000Z
## Certificates #### Generate server certificate and key: ```bash openssl req -nodes -new -x509 -keyout server.key -out server.cert ```
17.25
65
0.702899
eng_Latn
0.80445
26c7dacd3e04deaf51d5f0816862cab3c4ef54b4
919
md
Markdown
doc/source/user_guide/reduce_ICESat2_ATL11_raster.md
outlk/read-ICESat-2
4a1e90038548a050b4bdbcbcf9e4fb7864a52b9f
[ "MIT" ]
null
null
null
doc/source/user_guide/reduce_ICESat2_ATL11_raster.md
outlk/read-ICESat-2
4a1e90038548a050b4bdbcbcf9e4fb7864a52b9f
[ "MIT" ]
null
null
null
doc/source/user_guide/reduce_ICESat2_ATL11_raster.md
outlk/read-ICESat-2
4a1e90038548a050b4bdbcbcf9e4fb7864a52b9f
[ "MIT" ]
null
null
null
reduce_ICESat2_ATL11_raster.py ============================== - Create masks for reducing ICESat-2 ATL11 data using raster imagery #### Calling Sequence ```bash python3 reduce_ICESat2_ATL11_raster.py <path_to_ATL11_file> ``` [Source code](https://github.com/tsutterley/read-ICESat-2/blob/main/scripts/reduce_ICESat2_ATL11_raster.py) #### Inputs 1. `ATL11_file`: full path to ATL11 file #### Command Line Options - `-R X`, `--raster X`: Input raster file - `-F X`, `--format X`: Input raster file format * `'netCDF4'` * `'HDF5'` * `'geotiff'` - `-v X`, `--variables X`: variable names of data in HDF5 or netCDF4 file `x`, `y` and `data` variable names - `-P X`, `--projection X`: spatial projection as EPSG code or PROJ4 string - `-O X`, `--output X`: Output mask file name - `-V`, `--verbose`: output module information for process - `-M X`, `--mode X`: permissions mode of output HDF5 datasets
34.037037
107
0.661589
eng_Latn
0.357085
26c8897f39591bb7cb45c179b31c09f90e323a34
305
md
Markdown
docs/hippy-vue/_sidebar.md
ZhuoYitao/Hippy
13f1fdb5015fae1a17006915907b11b3a21c497e
[ "Apache-2.0" ]
1
2021-02-24T14:14:33.000Z
2021-02-24T14:14:33.000Z
docs/hippy-vue/_sidebar.md
ZhuoYitao/Hippy
13f1fdb5015fae1a17006915907b11b3a21c497e
[ "Apache-2.0" ]
null
null
null
docs/hippy-vue/_sidebar.md
ZhuoYitao/Hippy
13f1fdb5015fae1a17006915907b11b3a21c497e
[ "Apache-2.0" ]
2
2019-12-20T06:04:44.000Z
2021-06-30T03:59:25.000Z
<!-- docs/hippy-vue/_sidebar.md --> * Hippy-Vue * [介绍](hippy-vue/introduction.md) * [核心组件](hippy-vue/components.md) * [扩展组件](hippy-vue/external-components.md) * [模块](hippy-vue/vue-native.md) * [事件](hippy-vue/native-event.md) * [自定义组件和模块](hippy-vue/customize.md) * [路由](hippy-vue/router.md)
27.727273
44
0.652459
yue_Hant
0.147829
26ca3858a09055d7d80280c84c6eb41f3df5294a
3,950
md
Markdown
README.md
felipeebert/ght_unmasking_aliases
5967847108d87c8ae5e0c940ce3cfb351537e53c
[ "CC0-1.0" ]
8
2016-05-29T23:16:03.000Z
2021-11-05T14:01:56.000Z
README.md
felipeebert/ght_unmasking_aliases
5967847108d87c8ae5e0c940ce3cfb351537e53c
[ "CC0-1.0" ]
null
null
null
README.md
felipeebert/ght_unmasking_aliases
5967847108d87c8ae5e0c940ce3cfb351537e53c
[ "CC0-1.0" ]
5
2015-06-18T17:47:57.000Z
2020-06-03T14:45:33.000Z
# GitHub alias merging script This script tries to identify different aliases, i.e., ([optional `login`], `name`, `email`) tuples, used by the same person in GitHub / [GHTorrent](http://ghtorrent.org) data. There are several reasons why multiple aliases occur. For example, since on GitHub the name and email address of committers and authors are set locally in each developer's git client, rather than globally at GitHub level, there is variation in these attributes across devices and time. Moreover, GHTorrent may introduce artificial user accounts when encountering contributions by "unknown" users while crawling data from GitHub's API. ## Input A `csv` file or database table such as `users` in [GHTorrent](http://ghtorrent.org/relational.html). See the [Alias](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/alias.py#L7) class for possible fields. **Important**: each alias must have a unique numeric id. The script will produce a map of alias ids to person ids. ## Internals The script: - For every pair of aliases, collects clues that could indicate the aliases belong to the same person, e.g., the `email` address is the same, the `name` is the same, or the prefix of the `email` address matches the user's `login`. See [here](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/mergeAliases.py#L160-L253). - Creates clusters of aliases that share clues, as candidates for merging. See [here](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/mergeAliases.py#L298-L313). - Uses heuristics to decide whether each of the previous clusters is valid. For example, if all have the same `email` then the cluster is considered valid and all candidates are merged. Similarly, if all candidates in the cluster have the same `full name` and `email domain` (after clearer options have been exhausted) then the cluster is considered valid and all candidates are merged. See [here](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/mergeAliases.py#L318-L388). ## Output There are three main files generated by the script. - `idm_map.csv` is a map of alias user ids (first column) to the unique person id (second column). - `idm_log.csv` is a log file with information on what aliases have been merged and *why*, i.e., what clues were used to make that decision. - `idm_maybe.csv` is another log file, with identical structure to `idm_log.csv`, listing all the clusters that could have potentially been validated (candidate aliases for merging) because they also share clues. However, as the heuristics are implemented now, they haven't been merged. **Important**: Carefully inspect these files manually. If you observe (many) false positives in `idm_log.csv`, it means the [heuristics](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/mergeAliases.py#L318-L388) were too greedy and should be made more conservative. If instead you observe (many) false negatives in `idm_maybe.csv`, it means the [heuristics](https://github.com/bvasiles/ght_unmasking_aliases/blob/e1d22184aeeff7cbc91eadee542d3e63353fb643/mergeAliases.py#L318-L388) were too conservative and can be made more greedy. ## More information For more details see section II.A.a from [this MSR 2015 paper](https://cmustrudel.github.io/papers/msr_data15.pdf): ``` @inproceedings{vasilescu2015msrdata, author = {Vasilescu, Bogdan and Serebrenik, Alexander and Filkov, Vladimir}, title = {A Data Set for Social Diversity Studies of {GitHub} Teams}, booktitle = {12th Working Conference on Mining Software Repositories, Data Track}, year = {2015}, series = {MSR}, pages = {514--517}, publisher = {IEEE}, doi = {http://dx.doi.org/10.1109/MSR.2015.77} } ``` ## License [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
73.148148
579
0.781519
eng_Latn
0.977309
26cc8e14a31b6822ebe8ce28fe4ec9634a208023
1,617
md
Markdown
_posts/2015-09-21-Guitar-Signals.md
bholmesqub/DAFx15
14d80a2aacc70f29814f8f48ca0e703755532479
[ "MIT" ]
1
2015-09-12T17:45:43.000Z
2015-09-12T17:45:43.000Z
_posts/2015-09-21-Guitar-Signals.md
bholmesqub/DAFx15
14d80a2aacc70f29814f8f48ca0e703755532479
[ "MIT" ]
null
null
null
_posts/2015-09-21-Guitar-Signals.md
bholmesqub/DAFx15
14d80a2aacc70f29814f8f48ca0e703755532479
[ "MIT" ]
1
2022-02-17T16:53:04.000Z
2022-02-17T16:53:04.000Z
--- layout: post title: Guitar Signals --- This page contains the results of a representative guitar signal processed using both New Iterate and Capped Step methods. The guitar signal was captured using the National Instruments USB-6251 data acquisition device, which measured the voltage across the output of a guitar. A G major chord was strummed, resulting in a signal with a peak voltage of 0.979 V. This signal was then processed at 1x oversampling, at which only the New Iterate and Capped Step methods could successfully complete the simulation. ## New Iterate **N.B.** The New Iterate method used for this comparison has been modified, applying a comparative function to the input of the logarithm in (25) to prevent it from being equal to or less than zero. This additional calculation was not included in the cost calculations in the paper, but was included here as it was required to process the high amplitude signal. <figure> <img src="{{ site.baseurl }}/images/ni.png" alt="New Iterate Method"> <figcaption>Figure 1 - <i>(Top) The input and output signals of the Rangemaster with a representative guitar signal. (Bottom) The unfiltered and filtered number of iterations performed by the New Iterate method.</i></figcaption> </figure> ## Capped Step <figure> <img src="{{ site.baseurl }}/images/cs.png" alt="New Iterate Method"> <figcaption>Figure 1 - <i>(Top) The input and output signals of the Rangemaster with a representative guitar signal. (Bottom) The unfiltered and filtered number of iterations performed by the Capped Step method.</i></figcaption> </figure>
64.68
510
0.76376
eng_Latn
0.999345
26cd297b55c02df2d9089058b84a6771687b79da
188
md
Markdown
readme.md
mjchamplin/kaytee.me
fc9ed95df96e759c5b0c495f0b660ef276f11567
[ "MIT" ]
null
null
null
readme.md
mjchamplin/kaytee.me
fc9ed95df96e759c5b0c495f0b660ef276f11567
[ "MIT" ]
null
null
null
readme.md
mjchamplin/kaytee.me
fc9ed95df96e759c5b0c495f0b660ef276f11567
[ "MIT" ]
null
null
null
# Personal One-Pager / Online Resume Favicon via https://favicon.io/ Icons via https://ionicons.com/ Fonts via Google Fonts: -[Poppins](https://fonts.google.com/specimen/Poppins)
26.857143
55
0.723404
kor_Hang
0.283207
26cd43050b87b72857db2fdbd70916705e966065
2,913
md
Markdown
README.md
mintel/terraform-aws-imagebuilder-recipe
8abab85e74937d9d1356998c0ec59cb2e8c420fb
[ "MIT" ]
null
null
null
README.md
mintel/terraform-aws-imagebuilder-recipe
8abab85e74937d9d1356998c0ec59cb2e8c420fb
[ "MIT" ]
null
null
null
README.md
mintel/terraform-aws-imagebuilder-recipe
8abab85e74937d9d1356998c0ec59cb2e8c420fb
[ "MIT" ]
null
null
null
# terraform-aws-imagebuilder-recipe [![](https://github.com/rhythmictech/terraform-aws-imagebuilder-recipe/workflows/pre-commit-check/badge.svg)](https://github.com/rhythmictech/terraform-aws-imagebuilder-recipe/actions) <a href="https://twitter.com/intent/follow?screen_name=RhythmicTech"><img src="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=RhythmicTech" alt="follow on Twitter"></a> Creates EC2 Image Builder recipes by wrapping CloudFormation ## Example Here's what using the module will look like ```hcl module "test_recipe" { source = "rhythmictech/imagebuilder-recipe/aws" version = "~> 0.2.0" description = "Testing recipe" name = "test-recipe" parent_image = "arn:aws:imagebuilder:us-east-1:aws:image/amazon-linux-2-x86/x.x.x" recipe_version = "1.0.0" tags = local.tags update = true component_arns = [ module.test_component.component_arn, "arn:aws:imagebuilder:us-east-1:aws:component/simple-boot-test-linux/1.0.0/1", "arn:aws:imagebuilder:us-east-1:aws:component/reboot-test-linux/1.0.0/1" ] } ``` ## About Creates EC2 Image Builder recipes by wrapping CloudFormation <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --> ## Requirements | Name | Version | |------|---------| | terraform | >= 0.12.2 | | aws | ~> 2.44 | ## Providers | Name | Version | |------|---------| | aws | ~> 2.44 | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | component\_arns | List of component ARNs to use in recipe. Order matters | `list(string)` | n/a | yes | | name | name to use for component | `string` | n/a | yes | | parent\_image | Image that the recipe should start with. SemVers is ok (and encouraged) | `string` | n/a | yes | | recipe\_version | Version of the recipe | `string` | n/a | yes | | block\_device\_mappings | [List of Maps of EBS volumes to mount](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-instanceblockdevicemapping.html) See examples for further usage tips. | `list(any)` | `null` | no | | cloudformation\_timeout | How long to wait (in minutes) for CFN to apply before giving up | `number` | `10` | no | | description | description of component | `string` | `null` | no | | platform | Platform of Recipe (`Linux` or `Windows`) | `string` | `"Linux"` | no | | tags | Map of tags to use for CFN stack and component | `map(string)` | `{}` | no | | update | Whether recipe should include the `update-$platform` recipe before running other components | `bool` | `true` | no | ## Outputs | Name | Description | |------|-------------| | recipe\_arn | ARN of the EC2 Image Builder Recipe | <!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --> ## The Giants underneath this module - pre-commit.com/ - terraform.io/ - github.com/tfutils/tfenv - github.com/segmentio/terraform-docs
41.028169
411
0.673532
eng_Latn
0.485514
26cd5b92dea33f2694e3b5d1c215e0ecdd9a4289
141
md
Markdown
errors/err_http2_send_file.md
linyuan1105/node-api-cn
5f8a9d7a88a663609242298d681219ce2ed1b952
[ "CC-BY-4.0" ]
1,537
2017-01-11T01:42:07.000Z
2022-03-26T06:50:26.000Z
errors/err_http2_send_file.md
linyuan1105/node-api-cn
5f8a9d7a88a663609242298d681219ce2ed1b952
[ "CC-BY-4.0" ]
63
2017-02-22T09:14:29.000Z
2021-01-25T11:34:03.000Z
errors/err_http2_send_file.md
linyuan1105/node-api-cn
5f8a9d7a88a663609242298d681219ce2ed1b952
[ "CC-BY-4.0" ]
1,882
2017-02-21T15:05:47.000Z
2022-03-04T03:47:15.000Z
An attempt was made to use the `Http2Stream.prototype.responseWithFile()` API to send a directory. <a id="ERR_HTTP2_SEND_FILE_NOSEEK"></a>
23.5
80
0.77305
eng_Latn
0.889038
26cdb7b18f410fcad6612db5f04a39cd2b5ac1df
127
md
Markdown
docs/source/resources.md
sun1638650145/classicML
7e0c2155bccb6e491a150ee689d3786526b74565
[ "Apache-2.0" ]
12
2020-05-10T12:11:06.000Z
2021-10-31T13:23:55.000Z
docs/source/resources.md
sun1638650145/classicML
7e0c2155bccb6e491a150ee689d3786526b74565
[ "Apache-2.0" ]
null
null
null
docs/source/resources.md
sun1638650145/classicML
7e0c2155bccb6e491a150ee689d3786526b74565
[ "Apache-2.0" ]
2
2021-01-17T06:22:05.000Z
2021-01-18T14:32:51.000Z
# 资源 ## 1.classicML 默认中文字体下载链接 [Arial Unicode MS的下载地址](https://freefontsdownload.net/download/36926/arial-unicode-ms.zip)
14.111111
90
0.755906
yue_Hant
0.276048
26d00ef0198f71cce7277a5f580202f4545d2ea1
316
md
Markdown
2020/day05/README.md
noeppi-noeppi/aoc
c73aa7e6ffd78a9f48f15cb3fc3810b61db573e8
[ "Apache-2.0" ]
2
2020-12-25T10:04:38.000Z
2021-12-05T15:29:19.000Z
2020/day05/README.md
noeppi-noeppi/aoc
c73aa7e6ffd78a9f48f15cb3fc3810b61db573e8
[ "Apache-2.0" ]
null
null
null
2020/day05/README.md
noeppi-noeppi/aoc
c73aa7e6ffd78a9f48f15cb3fc3810b61db573e8
[ "Apache-2.0" ]
null
null
null
# [Advent of Code 2020 Day 5](https://adventofcode.com/2020/day/5) Written in [Raku](https://en.wikipedia.org/wiki/Raku_(programming_language)). Enter the puzzle input and press `Ctrl` + `D` to end input. The program will compute a result. * Part 1: [part1.raku](part1.raku) * Part 2: [part2.raku](part2.raku)
39.5
94
0.712025
eng_Latn
0.291495
26d05864e3873f3a532bd8f8d3cf9935f1724ae5
524
md
Markdown
CHANGELOG.md
dipaknarsangani/quickstart
cd765f2be42d0dd33d1c24c496fa7d1f9da30446
[ "MIT" ]
null
null
null
CHANGELOG.md
dipaknarsangani/quickstart
cd765f2be42d0dd33d1c24c496fa7d1f9da30446
[ "MIT" ]
null
null
null
CHANGELOG.md
dipaknarsangani/quickstart
cd765f2be42d0dd33d1c24c496fa7d1f9da30446
[ "MIT" ]
null
null
null
<a name="0.1.14"></a> # 0.1.13 (2016-04-07) * update packages * Angular 2 beta 14 * lite-server 2.2.0 * typings 0.7.12 <a name="0.1.13"></a> # 0.1.13 (2016-03-31) * update packages * Angular 2 beta 13 <a name="0.1.12"></a> # 0.1.12 (2016-03-23) * update packages * Angular 2 beta 12 * zones 0.6.6 * remove es6-promise because no longer needed. <a name="0.1.11"></a> # 0.1.11 (2016-03-18) * update packages * Angular 2 beta 11 * zones 0.6.4 * typescript 1.8.9 * typings 0.7.9
19.407407
47
0.572519
eng_Latn
0.328057
26d136b25228e60a12e2fdbd3fc9d8e9f0181947
3,243
md
Markdown
README.md
ViennaMike/PyBadge-Sliding-Puzzle
ee2e303de72824d23b9ad8890925952e8a064133
[ "MIT" ]
null
null
null
README.md
ViennaMike/PyBadge-Sliding-Puzzle
ee2e303de72824d23b9ad8890925952e8a064133
[ "MIT" ]
null
null
null
README.md
ViennaMike/PyBadge-Sliding-Puzzle
ee2e303de72824d23b9ad8890925952e8a064133
[ "MIT" ]
null
null
null
# PyBadge-Sliding-Puzzle Sliding puzzle for PyBadge and PyBadge LC This software is for the Adafruit PyBadge or PyBadge LC and is written in CircuitPython. It's a sliding puzzle game, and lets the user select either a 3x3 or 4x4 puzzle. As described below, the parameters file can be changed to select different puzzle images, and you can create your own. ## How to Play the Game To play, simply load the software onto the PyBadge and turn it on. The display will first show the complete puzzle image, and then will ask you to press the "A" button for a 3x3 (8 tile) puzzle or the "B" button for a 4x4 (15 tile) puzzle. One slot is always empty so that tiles can be moved. Once you have made your selection, you'll see the puzzle image with the pieces, in the solved state, and then the puzzle will be scrambled for play. The 4x4 puzzle is significantly harder than the 3x3 puzzle and will take more moves to solve, but both are fairly easy with practice. Use the 3 directional buttons to slide a tile at a time. The goal is to get the tiles arranged in numerical order, left to right and top to bottom, with the empty spot on the bottom right. Once you have done this, you win! After the complete image is displayed upon winning, you can press the START button to play again. Sometimes you need to press the button a couple of times. Stuck? There are a number of heuristics for humans to use to solve these puzzles (as well as heuristic algorithms for computers). The approach that works for me is documented here. ## Changing the Puzzle Images and Creating Your Own The parameters.py file stores several parameters, including the name of the folder where the puzzle images are stored. To change, for example, from the Santa to the witch puzzle, simply edit the line: puzzle_graphics_folder = "santa" to puzzle_graphics_folder = "witch". I have provided three sets of images for the puzzle: Santa, a witch, and a Valentine's Day floral image. To make your own puzzles, you need to create 3 bmp images: The full image, to be saved as "full.bmp" in a new folder A tile image for the 3x3 puzzle, to be saves as "tiles3.bmp" in the same folder A tile image for the 4x4 puzzle, to be saved as "tiles4.bmp" in the same folder. . These images must be exactly the right size in order for the program to work. The full image and 4x4 tile image must be 160 pixels wide by 128 pixels high. The 3x3 itile image must be 159 pixels wide by 126 pixels high. Start from the full image. To make the 4x4 tile image, black out the pixels on the lower right of the image (x coordinates 121 - 160, y coordinates 96 - 128). You can also put numbers on what will be each tile to make solving the puzzle easier To do this, I use an image editing program to add a layer with a set of grid lines creating a 4x4 grid. Then I blacken out the lower right tile and put numbers in the upper right of each tile. Then I delete the grid layer and save the image as a bmp file. Follow the same process for the 3x3 tile image, but first re-scale the total image to be 159 x 126 and use a 3x3 rather than 4x4 grid. Once you have saved the three files in a new folder, change the puzzle_graphics_folder line in the parameters.py program to point to the new folder name.
129.72
788
0.777675
eng_Latn
0.999644
26d1b9db651b3dbaa2f2e93c179458d9ca6e5c35
289
md
Markdown
README.md
apinf/harry-potter-clock
305ed40cf8c8da6da0ea44f14da78cfae33e1cd4
[ "MIT" ]
null
null
null
README.md
apinf/harry-potter-clock
305ed40cf8c8da6da0ea44f14da78cfae33e1cd4
[ "MIT" ]
1
2017-10-23T10:24:06.000Z
2017-10-23T10:24:06.000Z
README.md
apinf/harry-potter-clock
305ed40cf8c8da6da0ea44f14da78cfae33e1cd4
[ "MIT" ]
null
null
null
# harry-potter-clock Node and Mongo DB backend implementation for Harry Potter clock idea is to have a raspberry pi where the backend is running. then you'd use an Android app to send location data to the backend. there would be an engine which would show user locations on the clock face
57.8
128
0.802768
eng_Latn
0.999665
26d1baecbc402acb54e47f6d3d6344e185f6b4a1
1,057
md
Markdown
README.md
elyday/manager
5d2a2cf983ad53af60ae6612916fa7e7a330b0d3
[ "MIT" ]
1
2021-03-30T08:54:20.000Z
2021-03-30T08:54:20.000Z
README.md
elyday/manager
5d2a2cf983ad53af60ae6612916fa7e7a330b0d3
[ "MIT" ]
8
2020-11-21T22:47:09.000Z
2020-11-29T02:24:13.000Z
README.md
elyday/manager
5d2a2cf983ad53af60ae6612916fa7e7a330b0d3
[ "MIT" ]
null
null
null
![PHPUnit](https://github.com/elyday/manager/workflows/PHPUnit/badge.svg?branch=main) [![codecov](https://codecov.io/gh/elyday/manager/branch/main/graph/badge.svg?token=KWQNU2QRPC)](https://codecov.io/gh/elyday/manager) ## About Manager Manager is supposed to become a web application that can be used to manage a virtual fictitious company. It should contain the following functionalities at some point: - Bank Account Management - Staff Administration - Customer Management This web application is still under development and no stable release has been published yet. ### Technology Stack This web application uses the following libraries and other stuff: - [Laravel 8](https://laravel.com/) - Laravel Jetstream (includes Sanctum, Tinker and Livewire) - [Tailwind CSS](https://tailwindcss.com/) #### Laravel Jetstream We use Laravel Jetstream because it covers all our requirements and we have to build as little as possible ourselves. All components within the application will depend on the teams, so resources can be shared within the teams.
48.045455
226
0.787133
eng_Latn
0.991079
26d2c4eac4dcac16dc96763b515d7b2a18fdafc3
3,676
md
Markdown
docs/framework/configure-apps/file-schema/windows-identity-foundation/servicetokenresolver.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/configure-apps/file-schema/windows-identity-foundation/servicetokenresolver.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/configure-apps/file-schema/windows-identity-foundation/servicetokenresolver.md
yunuskorkmaz/docs.tr-tr
e73dea6e171ca23e56c399c55e586a61d5814601
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: 'Hakkında daha fazla bilgi edinin: <serviceTokenResolver>' title: <serviceTokenResolver> ms.date: 03/30/2017 ms.assetid: 6e9001e1-e064-4f47-84b2-46225c177746 author: BrucePerlerMS ms.openlocfilehash: ab24c92eee43324365adb3bb3a64c8a765017a53 ms.sourcegitcommit: ddf7edb67715a5b9a45e3dd44536dabc153c1de0 ms.translationtype: MT ms.contentlocale: tr-TR ms.lasthandoff: 02/06/2021 ms.locfileid: "99698303" --- # \<serviceTokenResolver> Belirteç işleyici koleksiyonundaki işleyiciler tarafından kullanılan hizmet belirteci çözümleyicisini kaydeder. Hizmet belirteci çözümleyici, gelen belirteçlerde ve iletilerde şifreleme belirtecini çözümlemek için kullanılır. [**\<configuration>**](../configuration-element.md)\ &nbsp;&nbsp;[**\<system.identityModel>**](system-identitymodel.md)\ &nbsp;&nbsp;&nbsp;&nbsp;[**\<identityConfiguration>**](identityconfiguration.md)\ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**\<securityTokenHandlers>**](securitytokenhandlers.md)\ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**\<securityTokenHandlerConfiguration>**](securitytokenhandlerconfiguration.md)\ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**\<serviceTokenResolver>** ## <a name="syntax"></a>Syntax ```xml <system.identityModel> <identityConfiguration> <securityTokenHandlers> <securityTokenHandlerConfiguration> <serviceTokenResolver type=xs:string> </serviceTokenResolver> </securityTokenHandlerConfiguration> </securityTokenHandlers> </identityConfiguration> </system.identityModel> ``` ## <a name="attributes-and-elements"></a>Öznitelikler ve Öğeler Öznitelikler, alt ve üst öğeler aşağıdaki bölümlerde açıklanmaktadır. ### <a name="attributes"></a>Öznitelikler |Öznitelik|Açıklama| |---------------|-----------------| |tür|Hizmet belirteci Çözümleyicisinin türünü belirtir. Ya <xref:System.IdentityModel.Selectors.SecurityTokenResolver> tür ya da sınıftan türeyen bir tür <xref:System.IdentityModel.Selectors.SecurityTokenResolver> . Özniteliği belirtme hakkında daha fazla bilgi için `type` bkz. [özel tür başvuruları]. Gereklidir.| ### <a name="child-elements"></a>Alt Öğeler Yok ### <a name="parent-elements"></a>Üst Öğeler |Öğe|Açıklama| |-------------|-----------------| |[\<securityTokenHandlerConfiguration>](securitytokenhandlerconfiguration.md)|Bir güvenlik belirteci işleyicileri koleksiyonu için yapılandırma sağlar.| ## <a name="remarks"></a>Açıklamalar Hizmet belirteci çözümleyici, gelen belirteçlerde ve iletilerde şifreleme belirtecini çözümlemek için kullanılabilir. Gelen belirteçlerin şifresini çözmek için kullanılması gereken anahtarı almak için kullanılır. Özniteliğini belirtmeniz gerekir `type` . Belirtilen tür ya da <xref:System.IdentityModel.Selectors.SecurityTokenResolver> sınıfından türetilen özel bir tür olabilir <xref:System.IdentityModel.Selectors.SecurityTokenResolver> . Bazı belirteç işleyicileri, yapılandırmada hizmet belirteci çözümleyici ayarlarını belirtmenize olanak tanır. Bağımsız belirteç işleyicilerindeki ayarlar, güvenlik belirteci işleyici koleksiyonunda belirtilen ayarları geçersiz kılar. > [!NOTE] > Öğenin `<serviceTokenResolver>` bir alt öğesi olarak belirtilmesi [\<identityConfiguration>](identityconfiguration.md) kullanım dışı bırakılmıştır, ancak yine de geriye dönük uyumluluk için desteklenir. `<securityTokenHandlerConfiguration>`Öğesindeki ayarlar, öğesinde olanları geçersiz kılar `<identityConfiguration>` . ## <a name="example"></a>Örnek ```xml <serviceTokenResolver type="MyNamespace.CustomTokenResolver, MyAssembly" /> ```
49.675676
443
0.759793
tur_Latn
0.980418
26d3b3940a8fba5d7ffc383f345e2577d5756ba1
3,159
md
Markdown
dynamicsax2012-technet/commerceentitydataextensions-populate-method-microsoft-dynamics-commerce-runtime-datamodel.md
s0pach/DynamicsAX2012-technet
8412306681e6b914ebcfad0a9ee05038474ef1e6
[ "CC-BY-4.0", "MIT" ]
1
2020-06-16T22:06:04.000Z
2020-06-16T22:06:04.000Z
dynamicsax2012-technet/commerceentitydataextensions-populate-method-microsoft-dynamics-commerce-runtime-datamodel.md
s0pach/DynamicsAX2012-technet
8412306681e6b914ebcfad0a9ee05038474ef1e6
[ "CC-BY-4.0", "MIT" ]
null
null
null
dynamicsax2012-technet/commerceentitydataextensions-populate-method-microsoft-dynamics-commerce-runtime-datamodel.md
s0pach/DynamicsAX2012-technet
8412306681e6b914ebcfad0a9ee05038474ef1e6
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: CommerceEntityDataExtensions.Populate Method (Microsoft.Dynamics.Commerce.Runtime.DataModel) TOCTitle: Populate Method ms:assetid: M:Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntityDataExtensions.Populate(Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity,Microsoft.Dynamics.Commerce.Runtime.Data.IDatabaseResult,System.Collections.Generic.List{Microsoft.Dynamics.Commerce.Runtime.DataModel.TimeZoneInterval}) ms:mtpsurl: https://technet.microsoft.com/library/microsoft.dynamics.commerce.runtime.datamodel.commerceentitydataextensions.populate(v=AX.60) ms:contentKeyID: 65321431 author: Khairunj ms.date: 05/18/2015 mtps_version: v=AX.60 f1_keywords: - Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntityDataExtensions.Populate dev_langs: - CSharp - C++ - VB --- # Populate Method Populates the entity property bag using the specified SQL data reader. **Namespace:**  [Microsoft.Dynamics.Commerce.Runtime.DataModel](microsoft-dynamics-commerce-runtime-datamodel-namespace.md) **Assembly:**  Microsoft.Dynamics.Commerce.Runtime.Data (in Microsoft.Dynamics.Commerce.Runtime.Data.dll) ## Syntax ``` vb 'Declaration <ExtensionAttribute> _ Public Shared Sub Populate ( _ entity As CommerceEntity, _ databaseResult As IDatabaseResult, _ channelTimeZoneRecords As List(Of TimeZoneInterval) _ ) 'Usage Dim entity As CommerceEntity Dim databaseResult As IDatabaseResult Dim channelTimeZoneRecords As List(Of TimeZoneInterval) entity.Populate(databaseResult, channelTimeZoneRecords) ``` ``` csharp public static void Populate( this CommerceEntity entity, IDatabaseResult databaseResult, List<TimeZoneInterval> channelTimeZoneRecords ) ``` ``` c++ [ExtensionAttribute] public: static void Populate( CommerceEntity^ entity, IDatabaseResult^ databaseResult, List<TimeZoneInterval^>^ channelTimeZoneRecords ) ``` #### Parameters - entity Type: [Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity](commerceentity-class-microsoft-dynamics-commerce-runtime-datamodel.md) <!-- end list --> - databaseResult Type: [Microsoft.Dynamics.Commerce.Runtime.Data.IDatabaseResult](idatabaseresult-interface-microsoft-dynamics-commerce-runtime-data.md) <!-- end list --> - channelTimeZoneRecords Type: [System.Collections.Generic.List](https://technet.microsoft.com/library/6sh2ey19\(v=ax.60\))\<[TimeZoneInterval](timezoneinterval-class-microsoft-dynamics-commerce-runtime-datamodel.md)\> #### Usage Note In Visual Basic and C\#, you can call this method as an instance method on any object of type [CommerceEntity](commerceentity-class-microsoft-dynamics-commerce-runtime-datamodel.md). When you use instance method syntax to call this method, omit the first parameter. For more information, see b8020aae-374d-46a9-bcb7-8cc2390b93b6 or 175ce3ff-9bbf-4e64-8421-faeb81a0bb51. ## See Also #### Reference [CommerceEntityDataExtensions Class](commerceentitydataextensions-class-microsoft-dynamics-commerce-runtime-datamodel.md) [Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace](microsoft-dynamics-commerce-runtime-datamodel-namespace.md)
35.897727
369
0.799937
yue_Hant
0.895549
26d3b7f90f2c84fd57f7060ad8c008e450dc1ad0
303
md
Markdown
auth/README.md
karim7262/cloudbreak
5ed2d5ff9533a0c015de1ccc384a4206416f1011
[ "Apache-2.0" ]
146
2015-01-19T20:44:08.000Z
2019-09-09T02:44:36.000Z
auth/README.md
karim7262/cloudbreak
5ed2d5ff9533a0c015de1ccc384a4206416f1011
[ "Apache-2.0" ]
1,528
2015-01-05T13:43:56.000Z
2017-07-10T13:58:32.000Z
auth/README.md
karim7262/cloudbreak
5ed2d5ff9533a0c015de1ccc384a4206416f1011
[ "Apache-2.0" ]
79
2015-01-24T15:59:52.000Z
2021-04-14T16:07:01.000Z
Sultans ============== Sultans is an impressive, point-style, righthand reefbreak off the Thamburudhoo Island. Regularly delivers the biggest, longest waves in Maldives - a full down the line experience. Sultans is an OAuth2 based registration service and user management for SequenceIQ applications.
43.285714
180
0.785479
eng_Latn
0.99234
26d3c48c72d48306766d9f17c2ed47afcb97fe23
2,840
md
Markdown
CHANGELOG.md
slalomsk8er/monitoring-plugins
96c62bdd6b6b72a8c0158d9027eed1f99f5843fd
[ "Unlicense" ]
null
null
null
CHANGELOG.md
slalomsk8er/monitoring-plugins
96c62bdd6b6b72a8c0158d9027eed1f99f5843fd
[ "Unlicense" ]
null
null
null
CHANGELOG.md
slalomsk8er/monitoring-plugins
96c62bdd6b6b72a8c0158d9027eed1f99f5843fd
[ "Unlicense" ]
null
null
null
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added New features: * Add hidden `.windows` files as indication for automatic compilation on/for Windows systems * Add lib/distro3.py * Add sudoers file for Fedora 35 * Icinga: duplicity Service Set * New check infomaniak-swiss-backup-devices * New check infomaniak-swiss-backup-products * New check mysql-aria * New check mysql-kernel * New check mysql-logfile ### Changed Changes in existing functionality: * apache-httpd-status: Add insecure parameter * dhcp-scope-usage3: Parse PercentageInUse locale-aware ([PR #551](https://github.com/Linuxfabrik/monitoring-plugins/pull/551)) * disk-io: Checks if psutil has a certain minimum version on systems with kernel 4.18+. * disk-smart: Exclude zfs-volumes ([PR #539](https://github.com/Linuxfabrik/monitoring-plugins/pull/539)) * disk-smart: Properly handle Power_On_Hours_and_Msec attribute perfdata parsing ([PR #549](https://github.com/Linuxfabrik/monitoring-plugins/pull/549)) * disk-smart3: Now also runs on Windows ([PR #553](https://github.com/Linuxfabrik/monitoring-plugins/pull/553)) * file-age: Performance data aggregation on file_age check ([PR #544](https://github.com/Linuxfabrik/monitoring-plugins/pull/544)) * file-age: Improve perfdata labels * file-age: shorten the message ([fix 559](https://github.com/Linuxfabrik/monitoring-plugins/issues/559)) * infomaniak-swiss-backup-devices: Increase default thresholds from 80/90% to 90/95% * needs-restarting3: Debian Buster/bullseye command not found ([fix #572](https://github.com/Linuxfabrik/monitoring-plugins/issues/572)) * php-status: Change behavior when handling default values ([fix #540](https://github.com/Linuxfabrik/monitoring-plugins/issues/540)) * qts-\*: Increase default connect timeout from 3 to 6 seconds * systemd-units-failed: Allow wildcards for the `--ignore` parameter ([fix #542](https://github.com/Linuxfabrik/monitoring-plugins/issues/542)) * lib/db_mysql3.py: Enhanced for new mysql-checks * lib/disk3.py: Add file_exists() function * Icinga: Adjust windows director definitions to the new folder structure * Icinga: Increase windows service check intervals * Revert Python 3.6+ `f`-strings to use `.format()` to be more conservative ### Fixed Bug fixes: * disk-io3: Fix python3 lib calls * keycloak-version3: AttributeError: 'NoneType' object has no attribute 'group' ([fix #555](https://github.com/Linuxfabrik/monitoring-plugins/issues/)) ### Removed For now removed features: * Icinga: Remove gpsvc on windows [Unreleased]: https://github.com/Linuxfabrik/monitoring-plugins/compare/2022030201...HEAD
42.38806
152
0.766901
eng_Latn
0.405249
26d4313e9d27191afcf78a6b64c5f514b60dfed6
158
md
Markdown
README.md
wellpinho/anonymous-questions-answers
6d4a0cbbb740f24a8b57656aca238f8ad3068745
[ "MIT" ]
null
null
null
README.md
wellpinho/anonymous-questions-answers
6d4a0cbbb740f24a8b57656aca238f8ad3068745
[ "MIT" ]
null
null
null
README.md
wellpinho/anonymous-questions-answers
6d4a0cbbb740f24a8b57656aca238f8ad3068745
[ "MIT" ]
null
null
null
# anonymous-questions-answers Sistema simples de perguntas e respostas anônimas. Foi usado no projeto: Node Js, Express, Sequelize, Mysql2, body-parser, EJS.
31.6
54
0.797468
por_Latn
0.977949
26d5f8a61ff2be40a9a0d6db55f53cf4226c61fc
434
md
Markdown
_pages/about.md
XinyuanLu00/xinyuanlu.github.io
a3804a5ca003544c093e14d865f063f9efb9c015
[ "MIT" ]
null
null
null
_pages/about.md
XinyuanLu00/xinyuanlu.github.io
a3804a5ca003544c093e14d865f063f9efb9c015
[ "MIT" ]
null
null
null
_pages/about.md
XinyuanLu00/xinyuanlu.github.io
a3804a5ca003544c093e14d865f063f9efb9c015
[ "MIT" ]
null
null
null
--- permalink: / title: "About Me" excerpt: "About me" author_profile: true redirect_from: - /about/ - /about.html --- I'm Lu Xinyuan(陆欣圆). I'm from Tianjin China. I'm a PhD student from NUS Graduate School for Integrative Sciences and Engineering (NGS) supervised by Prof <a href="https://www.comp.nus.edu.sg/~kanmy/">Kan Min-yen</a>. My research topic is Natural Language Processing, specialized in Recommendation Systems.
28.933333
172
0.730415
eng_Latn
0.658177
26d5fed20f97e772cf93de093016280f4710c9f6
1,776
md
Markdown
_posts/2019-08-05-SqueezeNAS-Fast-neural-architecture-search-for-faster-semantic-segmentation.md
AMDS123/papers
80ccfe8c852685e4829848229b22ba4736c65a7c
[ "MIT" ]
7
2018-02-11T01:50:19.000Z
2020-01-14T02:07:17.000Z
_posts/2019-08-05-SqueezeNAS-Fast-neural-architecture-search-for-faster-semantic-segmentation.md
AMDS123/papers
80ccfe8c852685e4829848229b22ba4736c65a7c
[ "MIT" ]
null
null
null
_posts/2019-08-05-SqueezeNAS-Fast-neural-architecture-search-for-faster-semantic-segmentation.md
AMDS123/papers
80ccfe8c852685e4829848229b22ba4736c65a7c
[ "MIT" ]
4
2018-02-04T15:58:04.000Z
2019-08-29T14:54:14.000Z
--- layout: post title: "SqueezeNAS: Fast neural architecture search for faster semantic segmentation" date: 2019-08-05 17:46:36 categories: arXiv_CV tags: arXiv_CV Segmentation Image_Classification Semantic_Segmentation Inference Classification author: Albert Shaw, Daniel Hunter, Forrest Iandola, Sammy Sidhu mathjax: true --- * content {:toc} ##### Abstract For real time applications utilizing Deep Neural Networks (DNNs), it is critical that the models achieve high-accuracy on the target task and low-latency inference on the target computing platform. While Neural Architecture Search (NAS) has been effectively used to develop low-latency networks for image classification, there has been relatively little effort to use NAS to optimize DNN architectures for other vision tasks. In this work, we present what we believe to be the first proxyless hardware-aware search targeted for dense semantic segmentation. With this approach, we advance the state-of-the-art accuracy for latency-optimized networks on the Cityscapes semantic segmentation dataset. Our latency-optimized small SqueezeNAS network achieves 68.02% validation class mIOU with less than 35 ms inference times on the NVIDIA AGX Xavier. Our latency-optimized large SqueezeNAS network achieves 73.62% class mIOU with less than 100 ms inference times. We demonstrate that significant performance gains are possible by utilizing NAS to find networks optimized for both the specific task and inference hardware. We also present detailed analysis comparing our networks to recent state-of-the-art architectures. ##### Abstract (translated by Google) ##### URL [http://arxiv.org/abs/1908.01748](http://arxiv.org/abs/1908.01748) ##### PDF [http://arxiv.org/pdf/1908.01748](http://arxiv.org/pdf/1908.01748)
68.307692
1,215
0.802928
eng_Latn
0.972015
26d67ee9a97d69ce8b1d5060aa76bd6669a43a54
1,504
md
Markdown
_posts/link/2014-03-14-two-links-sr-71-iter.md
samervin/blog.samerv.in
57f6f318463cd723b0de88f8f95e55bb4457a92c
[ "MIT" ]
null
null
null
_posts/link/2014-03-14-two-links-sr-71-iter.md
samervin/blog.samerv.in
57f6f318463cd723b0de88f8f95e55bb4457a92c
[ "MIT" ]
null
null
null
_posts/link/2014-03-14-two-links-sr-71-iter.md
samervin/blog.samerv.in
57f6f318463cd723b0de88f8f95e55bb4457a92c
[ "MIT" ]
null
null
null
--- layout: post title: "Two links: Survivor of an SR-71 accident, and ITER" categories: link --- The first: [link](http://roadrunnersinternationale.com/weaver_sr71_bailout.html) This one is relatively short. Bill Weaver, a test pilot for the SR-71 Blackbird in 1966, survived a forced ejection from the plane... because it ripped itself to pieces while traveling over Mach 3. The second: [link](http://www.newyorker.com/reporting/2014/03/03/140303fa_fact_khatchadourian?currentPage=all) This one is relatively long, but fantastically written. It details the story of ITER, a multinational group of scientists working to build what would be the world's largest and only self-sustaining nuclear fusion reactor. Fission is the principle every other nuclear reactor operates on: fusion is much more difficult, and has never been done on a large enough scale to generate more energy than is required to start it. The entire thing smacks of over-complications, mad-scientist architectures, grandiose visions of the future, and if it were to succeed, the eventual solution to the continuing energy crisis. ITER has been a thing since Reagan and Gorbachev in the 80s, and their end-goal, which is essentially a tiny nuclear cloud, like a star, in a giant magnetic bottle, is a distant dream. Still, this is one of the most inspirational things I've read in a long long time. It makes everything else in the world seem smaller and less important in comparison. Well worth your time investment.
100.266667
612
0.789229
eng_Latn
0.999306
26d6877800770d2db2df2143b28874b010ddd185
3,355
markdown
Markdown
_posts/2019-04-18-functional-programing-7.markdown
ijun17/jekyll_site_test
0ecdad220710695d6dfc189843134006ae5dfc31
[ "MIT" ]
74
2018-02-24T03:07:31.000Z
2022-03-11T16:58:35.000Z
_posts/2019-04-18-functional-programing-7.markdown
JeonHoon/nameishoon.github.io
b08584c0b867a89de6f7188db29496a1f4a043da
[ "MIT" ]
1
2020-12-06T05:35:58.000Z
2020-12-06T05:35:58.000Z
_posts/2019-04-18-functional-programing-7.markdown
JeonHoon/nameishoon.github.io
b08584c0b867a89de6f7188db29496a1f4a043da
[ "MIT" ]
576
2017-07-05T06:07:21.000Z
2022-03-18T16:34:35.000Z
--- layout: post title: "[함수형 자바스크립트]7.함수형 최적화" subtitle: "함수형 자바스크립트" categories: devlog tags: nodejs javascript --- 최적화는 항상 맨 나중에 한다. 함수형 코드를 작성하는 것과 테스트하는것까지 알아본 지금이 최적화에 대해 이야기 할 적기인 것 같다. 모든 프로그래밍 패러다임은 완벽할 수 없다. 그저 일장일단이 있을뿐. `성능`과 `추상화`도 마찬가지다. 함수형은 래핑하는 경우가 많기때문에 성능에 대한 궁금증이 생길 수 밖에 없다. 명령형과 비교하여 어떨까? 결론적으로 말하자면 `또이또이`하다. 하드웨어의 성능이 충분히 좋은 요즘같은경우에 몇 밀리초 단축시키거나 느린건 큰 문제가 되지 않는다. 패러다임으로써는 문제가 없다는걸 알았고, 사실 코드에서 대부분의 냄새는 패러다임보다는 로직의 구성방법이나 로직에서 나온다. ## 함수 실행의 내무 작동 원리 자바스크립트에서는 함수를 호출할 때마다 함수 컨텍스트 스택에 레코드(프레임)가 생성된다. 전역 컨텍스트 프레임은 항상 스택 맨 밑에 위치한다. 함수 컨텍스트 프레임은 각각 내부 지역 변수의 개수만큼 메모리를 점유한다. 지역변수가 하나도 없는 빈 프레임은 48바이트 정도 되고, 숫자, 불리언 같은 지역 변수/매개변수는 8바이트를 차지한다. ```js executionContextData = { scopeChain, variableObject, this } ``` `variableObject`는 지역변수와 함수는 물론이고 함수의 인수, 유사배열 객체 arguments를 가리키는 속성이므로, 사실상 스택프레임의 크기는 이 속성으로 결정된다. 스코프체인은 부모 실행컨텍스트와 연결하거나 참조한다. 모든 함수는 결국 전역 프레임과 직/간접적으로 연결되게 된다. 스택의 주요 작동 규칙은 아래와 같다. - 단일 스레드로작동한다. 즉 동기실행이다. - 전역컨텍스트는 단 하나만 존재한다. - 함수컨텍스트 개수에 제한은 없다. - 함수를 호출할 때마다 실행 콘텍스트가 새로 생성되며, 자기 자신을 재귀호출해도 마찬가지다. 이런 연유로 커리된 함수를 지나치게 사용하면 컨텍스트 스택을 신경써야 할 때가 올 수도 있다. ### 커링과 함수 컨텍스트 스택 추상화를 한 커풀 더 입히면 일반적인 함수 평가보다 컨텍스트에 오버헤드가 더 많이 발생할 수 있다. 어떤 함수를 커리하면 한 번에 인수를 전부 넣고 평가하는 것이 아니라 한 번에 하나씩 인수를 받는다고 이야기했었다. 즉 인수 수만큰 함수를 생성하는 것과 마찬가지이다. 그럼 함수 컨텍스트 프레임이 쌓이게된다. 모든 함수를 커리하면 좋을 것 같지만, 과용하면 메모리 소모가 커져 곤란해질 수 있다. ### 재귀 코드의 문제점 재귀 호출도 함수 컨텍스트가 생성된다. 출구 케이스에 도달하지 못하는 잘못된 재귀 코드를 호출하면 스택 넘침이 일어날 수 있다. 원소가 많은 리스트는 map, filter, reduce등의 고계함수를 이용하는것이 좋다. ## 느긋한 평가로 실행을 늦춘다 불필요한 함수 호출을 삼가하고 꼭 필요한 입력만 넣고 실행하면 여러모로 성능 향상을 기대할 수 있다. 하스켈 같은 함수형 언어는 기본적으로 모든 함수 표현식을 느긋하게 평가한다. 자바스크립트는 기본적으로 함수를 조급하게 평가한다. 함수 결괏값이 필요한지 따져볼 새도 없이 변수에 바인딩되자마자 표현식 평가를 마친다. 어떻게 느긋하게 평가 할 수 있을까? ### 대체 함수형 조합으로 계산을 회피 느긋한 평가를 제대로 흉내 내면 순수 함수형 언어만의 혜택을 누릴 수 있다. 가장 단순한 사용법은 함수를 레퍼런스로 전달하고 조건에 따라 한쪽만 호출하여 쓸데없는 계산을 건너뛰는 것이다. alt조합기를 생각하면 된다. 혹은 실행 전에 전체 프로그램을 미리 정의해서 함수형 라이브러리로 하여금 단축 융합이라는 최적화를 수행하게 하는 방법도 있다. ### 단축 융합 chain 이라는 함수를 배웠었다. 맨 마지막에 value()를 호출하면 전체 함수를 몽땅 실행하게 만드는 함수. 이렇게 하면 프로그램 서술부와 실행부를 나눌 수 있을 뿐아니라 함수 실행 중 차지하는 공간을 효율적으로 통합하여 최적화하도록 할 수 있다. 단축 융합은 몇 개 함수의 실행을 하나로 병합하고 중간 결과를 계산할 때 사용하는 내부 자료구조의 개수를 줄이는 함수 수준의 최적화이다. 자료구조가 줄면 대량 데이터를 처리할 때 필요한 과도한 메모리 사용을 낮출 수 있다. 이게 가능한 이유는 함수형프로그래밍이 참조투명성을 가지고 있어서 수학적인 정합 관계가 성립하기 때문이다. 예를 들면 `compose(map(f), map(g))` 는 `map(compose(f, g))`와 같다. ## 필요할 때 부른다. 반복적인 계산을 피하는것도 실행 속도를 올리는 방법이다. 캐시나 프록시 기법을 생각하면 된다. 함수형에서는 `메모이제이션`이 있다. ### 계산량이 많은 함수를 메모이제이션 순수 함수형 언어는 자동으로 메모이제이션을 하지만, 자바스크립트나 파이썬같은 언어에서는 언제 할지 선택할 수 있다. 아무래도 캐시 계층을 잘 엮어놓으면 가장 큰 덕을 보는건 계산 집약적인 함수이다. ```js Function.prototype.memoized = function () { let key = JSON.stringify(arguments); this._cache = this._cache || {}; this._cache[key] = this._cache[key] || this.apply(this, arguments); return this._cache[key]; } Function.prototype.memoize = function () { let fn = this; if(fn.length === 0 || fn.length > 1) { return fn; } return function () { return fn.memoized.apply(fn, arguments); } } ``` 단항함수를 메모이제이션 하는 것을 구현하는건 크게 어렵지 않다. 단항함수를 할 수 있다면, 커링하면 된다. ### 커링과 메모이제이션 인수가 여러개인 함수는 순수함수라해도 캐시하기가 어렵다. 캐시과정에서 키값을 생성하는데 더 큰 오버헤드가 들기 때문이다. ## 재귀와 꼬리 호출 최적화 재귀는 보통 스택 소비량이 일반적인 상황보다 훨씬 많다. 메모이제이션은 재귀에서 엄청난 성능을 보여주지만, 만약 매번 입력값이 바뀌는 재귀라면 캐싱은 쓸모가 없어진다. 재귀를 일반 루프만큼 최적화 할 수 있을까? 컴파일러가 꼬리 호출 최적화를 수행하게끔 짜면 된다.
27.276423
164
0.686736
kor_Hang
1.00001
26d89f5899c25496cd335d5fcf024b888507ac03
15,624
md
Markdown
README.md
katharostech/raui
9c29573d896464054672ea14f1ccfd53f4de444b
[ "MIT" ]
null
null
null
README.md
katharostech/raui
9c29573d896464054672ea14f1ccfd53f4de444b
[ "MIT" ]
null
null
null
README.md
katharostech/raui
9c29573d896464054672ea14f1ccfd53f4de444b
[ "MIT" ]
null
null
null
# RAUI [![Crates.io](https://img.shields.io/crates/v/raui.svg)](https://crates.io/crates/raui)[![Docs.rs](https://docs.rs/raui/badge.svg)](https://docs.rs/raui) ### Renderer Agnostic User Interface ## Table of contents 1. [About](#about) 1. [Architecture](#architecture) 1. [Application](#application) 1. [Widget](#widget) 1. [Component Function](#component-function) 1. [Hooks](#hooks) 1. [Layouting](#layouting) 1. [Interactivity](#interactivity) 1. [Media](#media) 1. [Installation](#installation) 1. [Milestones](#milestones) ## About RAUI (_spelled as **"ra"** (Egiptian god) + **"oui"** (french for "yes")_) is heavely inspired by **React** declarative UI composition and **UE4 Slate** widget components system. The main idea behind RAUI architecture is to treat UI as another data that you transform into target renderable data format used by your rendering engine of choice. ## Architecture ### Application It is the central point of user interrest. It performs whole UI processing logic. There you apply widget tree that wil be processed, send messages from host application to widgets and receive signals sent from widgets to host application. ```rust let mut application = Application::new(); let tree = widget! { (app { title = (title_bar: {"Hello".to_owned()}) content = (vertical_box [ (#{"hi"} button: {"Say hi!".to_owned()}) (#{"exit"} button: {"Close".to_owned()}) ]) }) }; let mut renderer = HtmlRenderer::default(); application.apply(tree); let mapping = CoordsMapping::new(Rect { left: 0.0, right: 1024.0, top: 0.0, bottom: 576.0, }); application.layout(&mapping, &mut DefaultLayoutEngine); if let Ok(output) = application.render(&mapping, &mut renderer) { println!("OUTPUT: {}", output); } ``` ### Widget Widgets are divided into three categories: - **Widget Node** - used as source UI trees (variant that can be either a component, unit or none) ```rust widget! { (app { title = (title_bar: {"Hello".to_owned()}) content = (vertical_box [ (#{"hi"} button: {"Say hi!".to_owned()}) (#{"exit"} button: {"Close".to_owned()}) ]) }) } ``` - **Widget Component** - you can think of them as Virtual DOM nodes, they store: - pointer to _component function_ (that process their data) - unique _key_ (that is a part of widget ID and will be used to tell the system if it should carry its _state_ to next processing run) - boxed cloneable _properties_ data (if component is a function, then properties are function arguments) - _listed slots_ (simply: widget children) - _named slots_ (similar to listed slots: widget children, but these ones have names assigned to them, so you can access them by name instead of by index) - **Widget Unit** - an atomic element that renderers use to convert into target renderable data format for rendering engine of choice. ```rust widget!{{{ TextBoxNode { text: "Hello World".to_owned(), ..Default::default() } }}} ``` ### Component Function Component functions are static functions that transforms input data (properties, state or neither of them) into output widget tree (usually used to simply wrap another components tree under one simple component, where at some point the simplest components returns final _widget units_). They work together as a chain of transforms - root component applies some properties into children components using data from its own properties or state. ```rust #[derive(Debug, Default, Copy, Clone)] struct AppProps { pub index: usize, } implement_props_data!(AppProps); widget_component! { app(props, named_slots) { unpack_named_slots!(named_slots => { title, content }); let index = props.read::<AppProps>().map(|p| p.index).unwrap_or(0); widget! { (#{index} vertical_box [ {title} {content} ]) } } } widget_component! { vertical_box(key, listed_slots) { let items = listed_slots .into_iter() .map(|slot| FlexBoxItemNode { slot: slot.try_into().expect("Cannot convert slot to WidgetUnit!"), ..Default::default() }) .collect::<Vec<_>>(); widget! {{{ FlexBoxNode { items, ..Default::default() } }}} } } ``` This may bring up a question: _**"If i use only functions and no objects to tell how to visualize UI, how do i keep some data between each render run?"**_. For that you use _states_. State is a data that is stored between each processing calls as long as given widget is alive (that means: as long as widget id stays the same between two processing calls, to make sure your widget stays the same, you use keys - if no key is assigned, system will generate one for your widget but that will make it possible to die at any time if for example number of widget children changes in your common parent, your widget will change its id when key wasn't assigned). Some additional notes: While you use _properties_ to send information down the tree and _states_ to store widget data between processing cals, you can communicate with another widgets and host application using messages and signals! More than that, you can use hooks to listen for widget life cycle and perform actions there. It's worth noting that state uses _properties_ to hold its data, so by that you can for example attach multiple hooks that each of them uses different data type as widget state, this opens the doors to be very creative when combining different hooks that operate on the same widget. ```rust #[derive(Debug, Default, Copy, Clone, Serialize, Deserialize)] struct ButtonState { pub pressed: bool, } implement_props_data!(ButtonState, "ButtonState"); #[derive(Debug, Copy, Clone, PartialEq, Eq)] enum ButtonAction { Pressed, Released, } widget_hook! { use_button(life_cycle) { life_cycle.mount(move |context| { drop(context.state.write(ButtonState { pressed: false })); }); life_cycle.change(move |context| { for msg in context.messenger.messages { if let Some(msg) = msg.downcast_ref::<ButtonAction>() { let pressed = match msg { ButtonAction::Pressed => true, ButtonAction::Released => false, }; drop(context.state.write(ButtonState { pressed })); drop(context.signals.write(*msg)); } } }); } } widget_component! { button(key, props) [use_button] { let label = props.read_cloned_or_default::<String>(); widget!{ (#{key} text: {label}) } } } ``` ### Hooks Hooks are used to put common widget logic into separate functions that can be chained in widgets and another hooks (you can build a reusable dependency chain of logic with that). Usually it is used to listen for life cycle events such as mount, change and unmount, additionally you can chain hooks to be processed sequentially in order they are chained in widgets and other hooks. ```rust widget_hook! { use_empty {} } widget_hook! { use_button(life_cycle) [use_empty] { life_cycle.mount(move |context| { drop(context.state.write(ButtonState { pressed: false })); }); life_cycle.change(move |context| { for msg in context.messenger.messages { if let Some(msg) = msg.downcast_ref::<ButtonAction>() { let pressed = match msg { ButtonAction::Pressed => true, ButtonAction::Released => false, }; drop(context.state.write(ButtonState { pressed })); drop(context.signals.write(*msg)); } } }); } } widget_component! { button(key, props) [use_button] { widget!{ (#{key} text: {props}) } } } ``` What happens under the hood: - Application calls `button` on a node - `button` calls `use_button` hook - `use_button` calls `use_empty` hook - `use_button` logic is executed - `button` logic is executed ### Layouting _**TODO**_ RAUI exposes API (`Application::layout()`) to allow use of virtual-to-real coords mapping and custom layout engines to perform widget tree positioning data, which is later used by custom UI renderers to specify boxes where given widgets should be placed. Every call to perform layouting will store a layout data inside Application, you can always access that data at any time. There is a `DefaultLayoutEngine` that does this in a generic way. If you find some part of its pipeline working different than what you've expected, feel free to create your custom layout engine! ```rust let mut application = Application::new(); application.apply(tree); application.process(); let mapping = CoordsMapping::new(Rect { left: 0.0, right: 1024.0, top: 0.0, bottom: 576.0, }); if application.layout(&mapping, &mut DefaultLayoutEngine).is_ok() { println!("LAYOUT:\n{:#?}", application.layout_data()); } ``` ### Interactivity _**TODO**_ RAUI allows you to ease and automate interactions with UI by use of Interactions Engine - this is just a struct that implements `perform_interactions` method with reference to Application, and all you should do there is to send user input related messages to widgets. There is `DefaultInteractionsEngine` that covers widget navigation, button and input field - actions sent from input devices such as mouse (or any single pointer), keyboard and gamepad. When it comes to UI navigation you can send raw `NavSignal` messages to the default interactions engine and despite being able to select/unselect widgets at will, you have typical navigation actions available: up, down, left, right, previous tab/screen, next tab/screen, also being able to focus text inputs and send text input changes to focused input widget. All interactive widget components that are provided by RAUI handle all `NavSignal` actions in their hooks, so all user has to do is to just activate navigation features for them (using `NavItemActive` unit props). RAUI integrations that want to just use use default interactions engine should make use of this struct composed in them and call its `interact` method with information about what input change was made. There is an example of that feature covered in Tetra integration crate (`TetraInteractionsEngine` struct). **NOTE: Interactions engines should use layout for pointer events so make sure that you rebuild layout before you perform interactions!** ```rust let mut application = Application::new(); let mut interactions = DefaultInteractionsEngine::new(); interactions.interact(Interaction::PointerMove(200.0, 100.0)); interactions.interact(Interaction::PointerDown(PointerButton::Trigger, 200.0, 100.0)); application.apply(tree); application.process(); let mapping = CoordsMapping::new(Rect { left: 0.0, right: 1024.0, top: 0.0, bottom: 576.0, }); application.layout(&mapping, &mut DefaultLayoutEngine); application.interact(&mapping, &mut interactions); ``` ## Media - [`RAUI + Tetra In-Game`](https://github.com/PsichiX/raui/tree/master/demos/in-game) An example of an In-Game integration of RAUI with custom Material theme, using Tetra as a renderer. ![RAUI + Tetra In-Game](https://github.com/PsichiX/raui/blob/master/media/raui-tetra-in-game-material-ui.gif?raw=true) - [`RAUI + Tetra todo app`](https://github.com/PsichiX/raui/tree/master/demos/todo-app) An example of TODO app with Tetra renderer and dark theme Material component library. ![RAUI + Tetra todo app](https://github.com/PsichiX/raui/blob/master/media/raui-tetra-todo-app-material-ui.gif?raw=true) ## Installation There is a main `raui` crate that contains all of the project sub-crates to allow easy access to all features needed at any time, each enabled using Cargo `feature` flags (by default only `raui-core` subcrate is enabled). ```toml [dependencies] raui = { version = "*", features = ["all"] } ``` - `raui-core` - Core module that contains all RAUI essential logic. ```toml [dependencies] raui-core = "*" ``` - `raui-material` - Material Library module that contains themeable Material components for RAUI (`material` feature). ```toml [dependencies] raui-material = "*" ``` - `raui-tesselate-renderer` - Renders RAUI widget tree into Vertex + Index + Batch buffers (`tesselate` feature). ```toml [dependencies] raui-tesselate-renderer = "*" ``` - `raui-binary-renderer` - Renders RAUI widget tree into binary format (`binary` feature). ```toml [dependencies] raui-binary-renderer = "*" ``` - `raui-html-renderer` - Renders RAUI widget tree into simple HTML format (`html` feature). ```toml [dependencies] raui-html-renderer = "*" ``` - `raui-json-renderer` - Renders RAUI widget tree into JSON format (`json` feature). ```toml [dependencies] raui-json-renderer = "*" ``` - `raui-ron-renderer` - Renders RAUI widget tree into RON format (`ron` feature). ```toml [dependencies] raui-ron-renderer = "*" ``` - `raui-yaml-renderer` - Renders RAUI widget tree into YAML format (`yaml` feature). ```toml [dependencies] raui-yaml-renderer = "*" ``` - `raui-tetra-renderer` - Renders RAUI widget tree with Tetra renderer. ```toml [dependencies] raui-tetra-renderer = "*" ``` - `raui-ggez-renderer` - Renders RAUI widget tree with GGEZ renderer. NOTE: Author of GGEZ crate is looking for new maintainer - until that happen, new updates are on hold. ```toml [dependencies] raui-ggez-renderer = "*" ``` ## Milestones RAUI is still in early development phase, so prepare for these changes until v1.0: - [ ] Integrate RAUI into one public open source Rust game. - [ ] Write documentation. - [ ] Write MD book about how to use RAUI properly and make UI efficient. - [ ] Props feature starts to look more like a micro ECS - make use of that and make custom allocator for them that would optimize frequent props creation/cloning. - [ ] Implement VDOM diffing algorithm for tree rebuilding optimizations. - [ ] Find a solution (or make it a feature) for moving from trait objects data into strongly typed data for properties and states. - [ ] Make WASM/JS API bindings. - [ ] Make C API bindings. Things that now are done: - [x] Add suport for layouting. - [x] Add suport for interactions (user input). - [x] Create renderer for GGEZ game framework. - [x] Create basic user components. - [x] Create basic Hello World example application. - [x] Decouple shared props from props (don't merge them, put shared props in context). - [x] Create TODO app as an example. - [x] Create In-Game app as an example. - [x] Create renderer for Oxygengine game engine. - [x] Add complex navigation system. - [x] Create scroll box widget. - [x] Add "immediate mode UI" builder to give alternative to macros-based declarative mode UI building (with zero overhead, it is an equivalent to declarative macros used by default, immediate mode and declarative mode widgets can talk to each other without a hassle). - [x] Add data binding property type to easily mutate data from outside of the application. - [x] Create tesselation renderer that produces Vertex + Index + Batch buffers ready for mesh renderers. - [x] Create renderer for Tetra game framework.
43.041322
760
0.687468
eng_Latn
0.978009
26d8fcadc7f8f149b6093736f26d646e4c87f5a1
2,291
md
Markdown
tools/project_template/ModuleTemplate/README.md
tameemzabalawi/PowerToys
5c6f7b1aea90ecd9ebe5cb8c7ddf82f8113fcb45
[ "MIT" ]
76,518
2019-05-06T22:50:10.000Z
2022-03-31T22:20:54.000Z
tools/project_template/ModuleTemplate/README.md
zvictorb/PowerToys
87fb6fc3d1f5073729717a6b16b6f12b79cea280
[ "MIT" ]
15,530
2019-05-07T01:10:24.000Z
2022-03-31T23:48:46.000Z
tools/project_template/ModuleTemplate/README.md
zvictorb/PowerToys
87fb6fc3d1f5073729717a6b16b6f12b79cea280
[ "MIT" ]
5,184
2019-05-06T23:32:32.000Z
2022-03-31T15:43:25.000Z
# PowerToy ModuleTemplate # Introduction This project is used to generate the Visual Studio PowerToys Module Template # Instruction In Visual Studio from the menu Project->Export Template... generate the template. Set the name `PowerToys Module`, add a description `A project for creating a PowerToys module` and an icon. Open the resulting .zip file in `%USERNAME%\Documents\Visual Studio 2019\Templates\ProjectTemplates` and edit `MyTemplate.vstemplate` to make the necessary changes, the resulting template should look like this: ```xml <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> <Name>PowerToys Module</Name> <Description>A project for creating a PowerToys module</Description> <ProjectType>VC</ProjectType> <ProjectSubType> </ProjectSubType> <LanguageTag>C++</LanguageTag> <PlatformTag>windows</PlatformTag> <ProjectTypeTag>extension</ProjectTypeTag> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> <DefaultName>PowerToy</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton> <Icon>__TemplateIcon.ico</Icon> </TemplateData> <TemplateContent> <Project TargetFileName="$projectname$.vcxproj" File="ModuleTemplate.vcxproj" ReplaceParameters="true"> <ProjectItem ReplaceParameters="false" TargetFileName="$projectname$.vcxproj.filters">ModuleTemplate.vcxproj.filters</ProjectItem> <ProjectItem ReplaceParameters="true" TargetFileName="dllmain.cpp">dllmain.cpp</ProjectItem> <ProjectItem ReplaceParameters="false" TargetFileName="pch.cpp">pch.cpp</ProjectItem> <ProjectItem ReplaceParameters="false" TargetFileName="trace.cpp">trace.cpp</ProjectItem> <ProjectItem ReplaceParameters="false" TargetFileName="pch.h">pch.h</ProjectItem> <ProjectItem ReplaceParameters="false" TargetFileName="resource.h">resource.h</ProjectItem> <ProjectItem ReplaceParameters="false" TargetFileName="trace.h">trace.h</ProjectItem> <ProjectItem ReplaceParameters="true" TargetFileName="$projectname$.rc">ModuleTemplate.rc</ProjectItem> </Project> </TemplateContent> </VSTemplate> ```
52.068182
136
0.769969
yue_Hant
0.666564
26d91c0fa402c6fbcecc75af929be0dac213c121
495
md
Markdown
program/03.Go/basic/goclipse.md
qn9301/ReadAndLearn
aab57ca7921562443323dd7c7b43d0e99128f212
[ "Apache-2.0" ]
1
2022-03-17T23:53:39.000Z
2022-03-17T23:53:39.000Z
program/03.Go/basic/goclipse.md
qn9301/ReadAndLearn
aab57ca7921562443323dd7c7b43d0e99128f212
[ "Apache-2.0" ]
null
null
null
program/03.Go/basic/goclipse.md
qn9301/ReadAndLearn
aab57ca7921562443323dd7c7b43d0e99128f212
[ "Apache-2.0" ]
null
null
null
# 安装 * [goclipse/Installation.md at latest · GoClipse/goclipse ](https://github.com/GoClipse/goclipse/blob/latest/documentation/Installation.md#installation) http://goclipse.github.io/releases/ # 配置 * [goclipse/UserGuide.md at latest · GoClipse/goclipse ](https://github.com/GoClipse/goclipse/blob/latest/documentation/UserGuide.md#configuration) # 字体 * [最佳eclipse字体推荐(个人认为) - 以家为家,以乡为乡,以国为国,以天下为天下 - CSDN博客 ](http://blog.csdn.net/shijiebei2009/article/details/40985011/)
30.9375
153
0.747475
yue_Hant
0.714392
26d9cc59528d7554795bf9c5783c4e2bdbd6614a
1,277
md
Markdown
PIA/README.md
AnethRodriguez/C
6f758eaa5fa8325b2bd9889f6ae36e7b97fdab63
[ "Apache-2.0" ]
null
null
null
PIA/README.md
AnethRodriguez/C
6f758eaa5fa8325b2bd9889f6ae36e7b97fdab63
[ "Apache-2.0" ]
null
null
null
PIA/README.md
AnethRodriguez/C
6f758eaa5fa8325b2bd9889f6ae36e7b97fdab63
[ "Apache-2.0" ]
1
2021-02-18T20:40:46.000Z
2021-02-18T20:40:46.000Z
# NUTRITION PLAN GENERATOR For this integrative learning project I decided to make a program that helps you get a nutrition plan according to your health and preferences, I think that it is a functional program because a lot of people is struggling with overweight and most of them don't have access to a nutritionist; the program gives you 3 options for you to decide the goal, then it asks you for your data to obtain your BMI and then tells you what it is and what is your condition, finally it gives you the option so that you decide if you want your plan vegetarian or normal. ### OPTIONS: The 3 goal options are: - Loss Weight - Gain muscle - maintain Then it asks you for: - Your name - Your weight - Your height - Your age It gives you: - Your condition - Your BMI Finally you decide haow do you want your plan - Normal - Vegetarian ## YOUTUBE VIDEO LINK: https://youtu.be/8rJfRMXwEGQ ### AUTOEVALUATION - 1: complexity 1 (It isn´t that complicated, but is acceptable) - 2: functionality 2 - 3: code 2 (made it look presentable) - 4: storage 1 (very limited) - 5: documentation 1 (the video isn't that good) CF 7 de 15 CONSULT - c-refcard - C programming language book - https://en.wikipedia.org/wiki/Body_mass_index
29.022727
554
0.732968
eng_Latn
0.997902
26da6d3ff1d645a2c8d67defc80f7d39cd465301
1,753
md
Markdown
docs/dmx/data-mining-extensions-dmx-syntax-conventions.md
connormoolman/sql-docs
1ce347a62f11d728a026d44bfe7baa2fed73708b
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/dmx/data-mining-extensions-dmx-syntax-conventions.md
connormoolman/sql-docs
1ce347a62f11d728a026d44bfe7baa2fed73708b
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/dmx/data-mining-extensions-dmx-syntax-conventions.md
connormoolman/sql-docs
1ce347a62f11d728a026d44bfe7baa2fed73708b
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- description: "Data Mining Extensions (DMX) Syntax Conventions" title: "Data Mining Extensions (DMX) Syntax Conventions | Microsoft Docs" ms.date: 02/17/2022 ms.prod: sql ms.technology: analysis-services ms.custom: dmx ms.topic: reference ms.author: owend ms.reviewer: owend author: minewiskan --- # Data Mining Extensions (DMX) Syntax Conventions [!INCLUDE[ssas](../includes/applies-to-version/ssas.md)] The Data Mining Extensions (DMX) reference documentation in [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] uses the following conventions to describe the DMX language. |Convention|Usage| |----------------|-----------| |**bold**|DMX keywords and text that must be typed exactly as shown.| |*italic*|User-supplied arguments of DMX syntax.| |&#124; (vertical bar)|Used to separate syntax items within brackets or braces. You can choose only one of the items.| |`[ ]` (brackets)|Contain optional syntax items. Do not type the brackets.| |{ } (braces)|Contain required syntax items. Do not type the braces.| |, ...|Indicates that the item before the comma can be repeated any number of times. The items are separated by commas.| |\<label> ::=|The name for a block of syntax. This convention is used to group and label sections of lengthy syntax or a unit of syntax that can be used in more than one location within a statement. Each location in which the block of syntax can be used is indicated with the label enclosed in chevrons, such as \<label>.| ## See Also [Data Mining Extensions &#40;DMX&#41; Reference](../dmx/data-mining-extensions-dmx-reference.md)
53.121212
325
0.713634
eng_Latn
0.97966
26da96e828968a39770345eb88f3f1a4f53c0b44
20
md
Markdown
README.md
hly990/tailwind-css-study
45cb3aad4400cfb6f6c5858d92aa2e2d2cdd6bac
[ "MIT" ]
null
null
null
README.md
hly990/tailwind-css-study
45cb3aad4400cfb6f6c5858d92aa2e2d2cdd6bac
[ "MIT" ]
null
null
null
README.md
hly990/tailwind-css-study
45cb3aad4400cfb6f6c5858d92aa2e2d2cdd6bac
[ "MIT" ]
null
null
null
# tailwind-css-study
20
20
0.8
kor_Hang
0.404592
26dc087fcfadb62b0eeb933961a9e937ebd6264b
3,071
md
Markdown
README.md
gdv/spacemacs-linux-defaults
2b5a7cc526f5f237ce601728c9028df05914371e
[ "MIT" ]
null
null
null
README.md
gdv/spacemacs-linux-defaults
2b5a7cc526f5f237ce601728c9028df05914371e
[ "MIT" ]
null
null
null
README.md
gdv/spacemacs-linux-defaults
2b5a7cc526f5f237ce601728c9028df05914371e
[ "MIT" ]
null
null
null
# linux-defaults This package customizes Spacemacs with a set of keybindings and behaviours that will be familiar to a Linux user. The keybindings were created by analyzing the [windows-defaults](https://github.com/PhilipDaniels/windows-defaults) repo, from which this repo is forked. CUA-mode is used, so that the familiar C-x, C-c, C-v keybindings work. Some Emacs functions have been moved to different keys (search is C-f, for example), but a surprisingly large number remain on their default keys. This layer installs a minimal set of small packages, it doesn't bring in anything heavyweight, just enough to create some handy keybindings. ### Installation The easiest way is to clone this repo directly into your Spacemacs *layers* folder: git clone https://github.com/PhilipDaniels/windows-defaults ~/.emacs.d/layers/windows-defaults Alternatively, you can clone to an arbitrary folder, but you must add that folder to your custom layer load path, for example: dotspacemacs-configuration-layer-path '("~/repos/spacemacs") After either of the above, then just add `windows-defaults` to your `dotspacemacs-configuration-layers` variable in your `.spacemacs` file in the usual way. ### CUA mode [CUA mode](https://www.gnu.org/software/emacs/manual/html_node/emacs/CUA-Bindings.html) is turned on. From the manual: When CUA mode is enabled, the keys C-x, C-c, C-v, and C-z invoke commands that cut (kill), copy, paste (yank), and undo respectively. The C-x and C-c keys perform cut and copy only if the region is active. Otherwise, they still act as prefix keys, so that standard Emacs commands like C-x C-c still work. ### Arrow keys The standard meaning of the arrow keys is preserved: C-<arrow> means "move by words" S-<arrow> means "extend selection" C-S-<arrow> means "extend selection while moving by words" In addition, the `windmove` and `buf-move` packages are used to make moving around windows very quick and easy: M-<arrow> means "select window in that direction" M-S-<arrow> means "swap this buffer with that one" ### Opening and Saving Files C-o means "open file" (via ido-find-files) M-o means "find alternate file" (e.g. flip from .cpp to .hpp) C-n means "new file" C-s means "save file" M-s means "save as" (renames buffer and file) C-M-o means "revert buffer" C-S-s means "save all" (with prompting) C-w means "kill the buffer" ### Basic Editing C-a means "select all" (unfortunately `C-a` is too common to rebind) ### Searching C-f means "find" M-f means "regex find" C-r means "find backwards" M-r means "regex find backwards" C-h means "query replace" M-h means "query replace the entire buffer" C-S-h means "query replace regex" ### Other M-S-<return> means "toggle full screen" F1 is the help key. e.g. "F1 f" gets help on functions. M-F5 means "redraw window" M-<backspace> means "undo" (Windows standard). # TODO/BUGS * After exiting CUA rectangle mark mode C-z is no longer undo
32.670213
98
0.71703
eng_Latn
0.996008
26dcc9f217ff073d27a0b6dea8a03c99511a7d61
179
md
Markdown
pages/update/herolte.md
trpsl/wiki
f7ab765aa38f1db49a2f6bf64d43ed2c17c527d6
[ "MIT", "BSD-3-Clause" ]
26
2020-08-17T18:21:59.000Z
2022-03-24T03:21:56.000Z
pages/update/herolte.md
trpsl/wiki
f7ab765aa38f1db49a2f6bf64d43ed2c17c527d6
[ "MIT", "BSD-3-Clause" ]
145
2020-08-20T18:18:36.000Z
2022-03-31T15:20:02.000Z
pages/update/herolte.md
trpsl/wiki
f7ab765aa38f1db49a2f6bf64d43ed2c17c527d6
[ "MIT", "BSD-3-Clause" ]
114
2020-08-14T19:40:48.000Z
2022-03-31T15:12:05.000Z
--- sidebar: home_sidebar title: Update PixelExperience on herolte folder: update permalink: /devices/herolte/update/ device: herolte --- {% include templates/device_update.md %}
19.888889
40
0.776536
eng_Latn
0.338778
26dd0d4c3afad7aff464ef90e42e813723d2d70e
734
md
Markdown
translations/de/docs/Mods/Cuisine/Squeezing.md
kindlich/CraftTweaker-Documentation
3579ab48d05731d9b9175fe65fb6d3c856f60a9b
[ "MIT" ]
1
2017-10-21T12:33:53.000Z
2017-10-21T12:33:53.000Z
translations/de/docs/Mods/Cuisine/Squeezing.md
kindlich/CraftTweaker-Documentation
3579ab48d05731d9b9175fe65fb6d3c856f60a9b
[ "MIT" ]
1
2017-07-16T09:55:12.000Z
2017-07-16T11:37:55.000Z
translations/de/docs/Mods/Cuisine/Squeezing.md
kindlich/CraftTweaker-Documentation
3579ab48d05731d9b9175fe65fb6d3c856f60a9b
[ "MIT" ]
2
2017-07-16T00:14:53.000Z
2017-12-31T14:04:05.000Z
# Becken Squeezing ## Addition ```zenscript import mods.cuisine.BasinSqueezing; BasinSqueezing.add(IIngredient Eingabe, ILiquidStack Ausgabe, @Optional IItemStack extraOutput); BasinSqueezing. dd(<item:minecraft:dirt>, <liquid:water> * 1000); BasinSqueezing.add(<ore:cobblestone> * 2, <liquid:lava> * 1000, <item:minecraft:diamond>); ``` ## Entfernen ```zenscript import mods.cuisine.BasinSqueezing; // Durch Eingaben entfernen. BasinSqueezing.remove(IItemStack Eingabe, ILiquidStack InputFluid); BasinSqueezing.remove(<item:minecraft:dirt>, <liquid:water> * 1000); // Entfernen durch Identifikator. BasinSqueezing.remove(String id); BasinSqueezing.remove("recipe_name"); // Alles entfernen! BasinSqueezing.removeAll(); ```
23.677419
96
0.769755
deu_Latn
0.232031
26df2138f2e72d618159e6b762e00f77a3c1774f
382
md
Markdown
add/metadata/System.Security.Cryptography/SHA384.meta.md
kcpr10/dotnet-api-docs
b73418e9a84245edde38474bdd600bf06d047f5e
[ "CC-BY-4.0", "MIT" ]
1
2020-06-16T22:24:36.000Z
2020-06-16T22:24:36.000Z
add/metadata/System.Security.Cryptography/SHA384.meta.md
kcpr10/dotnet-api-docs
b73418e9a84245edde38474bdd600bf06d047f5e
[ "CC-BY-4.0", "MIT" ]
null
null
null
add/metadata/System.Security.Cryptography/SHA384.meta.md
kcpr10/dotnet-api-docs
b73418e9a84245edde38474bdd600bf06d047f5e
[ "CC-BY-4.0", "MIT" ]
1
2020-05-02T13:31:28.000Z
2020-05-02T13:31:28.000Z
--- uid: System.Security.Cryptography.SHA384 author: "mairaw" ms.author: "mairaw" --- --- uid: System.Security.Cryptography.SHA384.#ctor author: "mairaw" ms.author: "mairaw" --- --- uid: System.Security.Cryptography.SHA384.Create(System.String) author: "mairaw" ms.author: "mairaw" --- --- uid: System.Security.Cryptography.SHA384.Create author: "mairaw" ms.author: "mairaw" ---
15.916667
62
0.712042
kor_Hang
0.105391
26df3325889f0711ad2c2564143b8fe53552f650
764
md
Markdown
.github/ISSUE_TEMPLATE/bug_report.md
Asprilla24/k3d
2d2713a15370a7ad2703e9a315d3dc8035208e65
[ "MIT" ]
null
null
null
.github/ISSUE_TEMPLATE/bug_report.md
Asprilla24/k3d
2d2713a15370a7ad2703e9a315d3dc8035208e65
[ "MIT" ]
null
null
null
.github/ISSUE_TEMPLATE/bug_report.md
Asprilla24/k3d
2d2713a15370a7ad2703e9a315d3dc8035208e65
[ "MIT" ]
1
2020-09-04T08:30:44.000Z
2020-09-04T08:30:44.000Z
--- name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug assignees: '' --- **What did you do?** - How was the cluster created? - `k3d cluster create -x A -y B` - What did you do afterwards? - k3d commands? - docker commands? - OS operations (e.g. shutdown/reboot)? **What did you expect to happen?** Concise description of what you expected to happen after doing what you described above. **Screenshots or terminal output** If applicable, add screenshots or terminal output (code block) to help explain your problem. **Which OS & Architecture?** - Linux, Windows, MacOS / amd64, x86, ...? **Which version of `k3d`?** - output of `k3d version` **Which version of docker?** - output of `docker version`
19.589744
92
0.683246
eng_Latn
0.9886
26df5b9cff3fd1583288819592f647e8049f270b
4,565
md
Markdown
CHANGELOG.md
SwitchBot/homebridge-switchbot-ble
e8fdff81b2123dc45ae0e71525b9c896d46762f0
[ "ISC" ]
24
2020-10-22T04:35:58.000Z
2020-12-14T12:47:27.000Z
CHANGELOG.md
SwitchBot/homebridge-switchbot-ble
e8fdff81b2123dc45ae0e71525b9c896d46762f0
[ "ISC" ]
24
2020-10-22T11:48:36.000Z
2020-12-21T04:02:27.000Z
CHANGELOG.md
SwitchBot/homebridge-switchbot-ble
e8fdff81b2123dc45ae0e71525b9c896d46762f0
[ "ISC" ]
6
2020-11-03T21:53:59.000Z
2020-12-09T18:50:18.000Z
# Changelog All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/) ## [Version 2.0.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v2.0.0) (2021-11-13) ### Changes - This plugin is deprciated and will no longer receive updates. - Pleas switch to [homebridge-switchbot](https://github.com/OpenWonderLabs/homebridge-switchbot), the new switchbot plugin. ## [Version 1.6.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.1) (2021-08-29) ### Changes - Fixes FATAL ERROR: ad_id is not defined ## [Version 1.6.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.6.0) (2021-08-26) ### Changes - Add openCloseThreshold to Homebridge Config UI X - House Keeping and Update dependencies. ## [Version 1.5.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.5.1) (2021-08-01) ### Changes - House Keeping and Update dependencies. ## [Version 1.5.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.5.0) (2021-07-30) ### Changes - Set current position to actual device position (#193) - add configurable "open/close threshold" (#211) - House Keeping and Update dependencies. ## [Version 1.4.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.4.1) (2021-07-28) ### Changes - Fix Custom UI not loading. ## [Version 1.4.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.4.0) (2021-07-28) ### Changes - Add Custom UI. - House Keeping and Update dependencies. ## [Version 1.3.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases/tag/v1.3.0) (2021-07-13) ### Changes - Add retry support to address disconnects. - House Keeping and Update dependencies. ## [Version 1.2.10](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2021-02-19) ### Changes - House Keeping and Update dependencies. ## [Version 1.2.9](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2021-01-21) ### Changes - Fixed issues from `v1.2.8`. ## [Version 1.2.8](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2021-01-21) ### Changes - Update Dependencies - Node-SwitchBot v1.0.0 - Fix for "No device was found" in MacOS ## [Version 1.2.7](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-12-22) ### Changes - Fixed issues from `v1.2.6`. ## [Version 1.2.6](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-12-21) ### Changes - Fixed issue with `config.schema.json` not being packaged in `v1.2.4`. - Update dependencies. ## [Version 1.2.5](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-12-21) ### Changes - Fixed issue with `config.schema.json` not being packaged in `v1.2.4`. - Update Dependencies. ## [Version 1.2.4](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-12-21) ### Changes - Support Homebridge config setting UI. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/24)) - Fixed TypeError: this.config.devices is not iterable. (Thanks to [@donavanbecker](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/23)) ## [Version 1.2.3](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-11-30) ### Changes - Fixed the incorrect state of Bot in Home App when control fails. - Modify log messages. (Thanks to [@dnicolson](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/15)) ## [Version 1.2.2](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-11-19) ### Changes - Fixed Curtain state will not be updated in the Home App. ## [Version 1.2.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-11-12) ### Changes - Get temperature and humidity from Meter advertising periodically. ## [Version 1.2.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-11-06) ### Changes - Fixed HomeKit control direction reversal issue. - Add option for inverted curtain position. (Thanks to [@whatUwant](https://github.com/SwitchBot/homebridge-switchbot-ble/pull/4)) ## [Version 1.1.0](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-10-29) ### Changes - Add support for Curtain. ## [Version 1.0.1](https://github.com/OpenWonderLabs/homebridge-switchbot-ble/releases) (2020-10-22) ### Changes - First public release, supports Bot.
32.147887
147
0.739102
eng_Latn
0.42572
26dfe275b567af23c8895d317c8dba5dddcee70b
2,214
md
Markdown
docs/framework/windows-workflow-foundation/transaction-activities-in-wf.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/windows-workflow-foundation/transaction-activities-in-wf.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/windows-workflow-foundation/transaction-activities-in-wf.md
MarktW86/dotnet.docs
178451aeae4e2c324aadd427ed6bf6850e483900
[ "CC-BY-4.0", "MIT" ]
1
2021-01-06T09:36:01.000Z
2021-01-06T09:36:01.000Z
--- title: "Transaction Activities in WF | Microsoft Docs" ms.custom: "" ms.date: "03/30/2017" ms.prod: ".net-framework" ms.reviewer: "" ms.suite: "" ms.tgt_pltfrm: "" ms.topic: "article" ms.assetid: fb33378e-82c6-4ea0-870f-76dc77e7f0fe caps.latest.revision: 10 author: "Erikre" ms.author: "erikre" manager: "erikre" --- # Transaction Activities in WF The [!INCLUDE[netfx_current_long](../../../includes/netfx-current-long-md.md)] has several system-provided activities for modeling transactions, compensation, and cancellation. These programming models allow the workflow to continue forward progress in the event of changes in business logic and error handling. [!INCLUDE[crabout](../../../includes/crabout-md.md)]transactions, compensation, and cancellation, see [Transactions](../../../docs/framework/windows-workflow-foundation/workflow-transactions.md), [Compensation](../../../docs/framework/windows-workflow-foundation/compensation.md), and [Cancellation](../../../docs/framework/windows-workflow-foundation/modeling-cancellation-behavior-in-workflows.md). ## Transaction Activities ||| |-|-| |<xref:System.Activities.Statements.CancellationScope>|Associates cancellation logic, in the form of an activity, with a main path of execution, also expressed as an activity.| |<xref:System.Activities.Statements.CompensableActivity>|Supports compensation of its child activities.| |<xref:System.Activities.Statements.Compensate>|Explicitly invokes the compensation handler of a <xref:System.Activities.Statements.CompensableActivity>.| |<xref:System.Activities.Statements.Confirm>|Explicitly invokes the confirmation handler of a <xref:System.Activities.Statements.CompensableActivity>.| |<xref:System.Activities.Statements.TransactionScope>|Demarcates a transaction boundary.| |<xref:System.ServiceModel.Activities.TransactedReceiveScope>|Scopes the lifetime of a transaction that is initiated by a received message. The transaction may be flowed into the workflow on the initiating message, or created by the dispatcher when the message is received. **Note:** The <xref:System.ServiceModel.Activities.TransactedReceiveScope> is located in the **Messaging** section of the **Toolbox**.|
79.071429
714
0.780939
eng_Latn
0.824399
26e010d69454b573fc71cde3aa92da3cc1c7052e
2,516
md
Markdown
src/sw/2021-01/09/06.md
Pmarva/sabbath-school-lessons
0e1564557be444c2fee51ddfd6f74a14fd1c45fa
[ "MIT" ]
68
2016-10-30T23:17:56.000Z
2022-03-27T11:58:16.000Z
src/sw/2021-01/09/06.md
Pmarva/sabbath-school-lessons
0e1564557be444c2fee51ddfd6f74a14fd1c45fa
[ "MIT" ]
367
2016-10-21T03:50:22.000Z
2022-03-28T23:35:25.000Z
src/sw/2021-01/09/06.md
Pmarva/sabbath-school-lessons
0e1564557be444c2fee51ddfd6f74a14fd1c45fa
[ "MIT" ]
109
2016-08-02T14:32:13.000Z
2022-03-31T10:18:41.000Z
--- title: 'Mtumishi mwenye Hisia na Maumivu (Isa. 49: 1—12) ' date: 25/02/2021 --- `Ni nani mtumishi wa Mungu katika Isaya 49:1—12?` Mungu anamwita na kumpa jina kabla hajazaliwa, anafanya kinywa chake kama upanga, naye atatukuzwa katika yeye. Mungu anamtumia mtumishi kulirudisha taifa la Israeli kwake, kuwa nuru ya wokovu kwa ulimwengu wote, kuwa agano, na kuwaachia huru wafungwa. Kuna kufanana kwingi kati ya maelezo haya na yale ya Isaya 42, tulipomtambua mtumishi kama Masihi. Agano Jipya humwona Yesu Kristo kama anayekidhi sifa za mtumishi, katika ujio wote: Mt. 1:21, Yohana 8:12, Yohana 9:5, Yohana 18 17:1—5, Uf. 1:16, Ufu. 2:16, Ufu. 19:15. `Ikiwa huyu mtumishi ni Masihi, kwa nini Mungu anamwita “Israeli” hapa (Isa. 49:3)?` Awali tuligundua katika sehemu hii ya Isaya kuwa, mtumishi wa Mungu "Israeli/Yakobo" huwakilisha taifa. Lakini hapa jina “Israeli” (bila rejea inayofanana na “Yakobo”) kwa dhahiri huhusika na mtumishi mmoja, anayerejesha taifa kwa Mungu (Isa. 49:5). Mtumishi binafsi amekuwa mfano halisi au mwakilishi wa taifa ambalo kushindwa kwake kumeweka hatarini kutumia kwake jina “Israeli” (Isa. 48:1) `Ni kipengele gani kipya kinaonekana hapa? Isa. 49:4, 7.` Haya ni maelezo ya awali ya ugumu unaohusika katika kazi ya mtumishi. Anaomboleza, “ ‘Nimejitaabisha bure, nimetumia nguvu zangu bure bila faida’ ” (Isa. 49:4), wazo linalorudiwa katika Danieli 9:26: “ ‘masihi atakatiliwa mbali naye atakuwa hana kitu.’ ” Bali anashikilia imani: “ ‘Lakini hakika hukumu yangu ina BWANA, na thawabu yangu ina Mungu wangu’ ” (Isa. 49:4). J. Alec Motyek anatoa wazo: “Hivyo, Isaya alitabiri kuhusu Mtumishi mwenye asili kamili ya mwanadamu, alijaribiwa sawasawa na sisi na kujithibitisha kuwa mwenye kuanzisha na kutimiza njia ya imani, halisi, imani binafsi ambayo bado yaweza kusema Mungu wangu wakati hakuna chochote zaidi kinachoonekana kuwa chenye kufaa.” `—The Prophecy of 2 Isaiah: An Introduction and Commentary (Downers Grove, 3 Illinois: InterVarsity Press, 1993), uk. 387.` Isaya 49:7 inashtusha. Mtumishi anadharauliwa sana, anachukiwa na mataifa, mtumishi wa watawalao,” lakini mwishoni Bwana anamwambia: " 'Wafalme wataona watasimama,; wakuu nao watasujudu, kwa sababu ya BWANA aliye mwaminifu, Mtakatifu wa Israeli aliyekuchagua.’ ” `Tazama nyuma katika huduma ya Kristo. Kwa haraka mpaka mwisho, je, hakuwa na sababu za kukatishwa tamaa? Japo, alibakia mwaminifu, licha ya mwonekano wa nje. Ni somo gani kwa ajili yetu kufanya vivyo hivyo licha ya mwonekano wa nje?`
125.8
814
0.779014
swh_Latn
0.999987
26e1e8c88a0f1de64298217426b8beeeefd50458
216
md
Markdown
_posts/2016-5-30-crater-lake.md
CamZhou/CamZhou.github.io
3ac0d5165e30d58e1e97387d8da1d98a5ecc92bf
[ "CC-BY-3.0" ]
null
null
null
_posts/2016-5-30-crater-lake.md
CamZhou/CamZhou.github.io
3ac0d5165e30d58e1e97387d8da1d98a5ecc92bf
[ "CC-BY-3.0" ]
null
null
null
_posts/2016-5-30-crater-lake.md
CamZhou/CamZhou.github.io
3ac0d5165e30d58e1e97387d8da1d98a5ecc92bf
[ "CC-BY-3.0" ]
null
null
null
--- layout: post title: Crater Lake description: Crake Lake at Oregon in Spring image: assets/images/pic04.jpg --- <h2>Nikon D750</h2> |:------:|:------:|:-------:|:-------:| | 70mm | f/3.5 | 1/3200s | ISO 100 |
19.636364
43
0.546296
eng_Latn
0.174218
26e2220b93161a5378d0f16bb5c4ca39e5ea0262
5,670
md
Markdown
node_modules/prettyoutput/README.md
jordanseow13/CodeTranslate
ea899265056b6d69bc2362991b7b4308436c0bfc
[ "MIT" ]
null
null
null
node_modules/prettyoutput/README.md
jordanseow13/CodeTranslate
ea899265056b6d69bc2362991b7b4308436c0bfc
[ "MIT" ]
5
2021-07-21T02:49:50.000Z
2021-08-12T09:32:04.000Z
node_modules/prettyoutput/README.md
hi2nithya/coachme
0f223e9bb0be4fa550d4c2bcb1ea1e7266adaf5b
[ "RSA-MD" ]
1
2021-07-26T07:15:25.000Z
2021-07-26T07:15:25.000Z
# prettyoutput [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] Library to format js/json object into YAML style readable output. It's performance centric to be used as a logger formatter. It's currently 3 to 5 times quicker than util.inspect used by many loggers. It's available as a NodeJS library or a cli too. ## Credits This is based on the great work done on the project [prettyjson](https://github.com/rafeca/prettyjson) ## How to install Via NPM: ```bash $ npm install prettyoutput ``` ## Using it It's pretty easy to use. Just have include it in your script and call it: ```javascript const prettyoutput = require('prettyoutput') const data = { username: 'kic', url: 'https://github.com/keepitcool', projects: ['prettyoutput', '3m2tuio'] } console.log(prettyoutput(data)) ``` Output: ![Example](docs/images/example.png) ### API ```javascript const prettyoutput = require('prettyoutput') prettyoutput(data, options, indent) ``` Parameters are : * {*} data : js or json object * {Object} [options] : Optional. See options below * {number} [indent] : Optional. Indent all output Options are : * {number} [indentationLength] : Length of indentation (in terms of space) * {number} [maxDepth] : maximum sublevel of nested objects/arrays to output. Default: 3 * {boolean} [noColor] : disable colors. Default: false * {colors} [colors] : Output colors. See below * {boolean} [alignKeyValues] : Align key values. Default: true Colors are : * {string} [keys] : Objects keys color. Default: green * {string} [dash] : Array prefixing dash ("- "). Default: green * {string} [number] : Numbers color. Default: blue * {string} [string] : Strings color. Default: no color * {string} [true] : Boolean value 'true' color. Default: green * {string} [false] : Boolean value 'false' color. Default: red * {string} [null] : 'Null' color. Default: grey * {string} [undefined] : 'Undefined' color. Default: grey Example using options : ```javascript const prettyoutput = require('prettyoutput') const data = { username: 'kic', url: 'https://github.com/keepitcool', projects: ['prettyoutput', '3m2tuio'] } const colors = { keys: 'blue', 'null': 'red' } const options = { noColor: true, maxDepth: 5, colors: colors }; console.log(prettyoutput(data, options, 2); ``` ## Cli usage Command line tool support file param or stdin. Usage: ```bash $ prettyoutput package.json ``` This should output : ![Example](docs/images/example_cli.png) ### Command line options It's possible to customize the output through some command line options: ```bash # Indent 4, max depth 5, disable colors $ prettyjson --indent=4 --depth=5 --noColor package.json ``` or ```bash # Indent 4, max depth 5, disable colors $ cat package.json | prettyjson --indent=4 --depth=5 --noColor ``` ## Benchmark Project target logging, so performance is an issue. Currently, prettyoutput is 3 times quicker than util.inspect and 2.5 times quicker than prettyjson, the library it's inspired from. To run benchmark, just run : ```bash $ node benchmark/benchmark.js ``` Results : ``` LEVELS | KEYS | LOOPS | WEIGTHS 3 | 20 | 100 | serializable: 0.9 array: 0.3 object: 0.5 multilineString: 0.3 error: 0.2 NAME | MIN | MAX | MEAN | TOTAL prettyoutput | 3 ms 133 µs 526 ns | 42 ms 563 µs 146 ns | 4 ms 365 µs 617 ns | 436 ms 561 µs 716 ns prettyjson | 9 ms 615 µs 703 ns | 21 ms 441 µs 595 ns | 11 ms 447 µs 83 ns | 1 s 144 ms 708 µs 348 ns util.inspect | 10 ms 839 µs 974 ns | 24 ms 332 µs 545 ns | 12 ms 526 µs 168 ns | 1 s 252 ms 616 µs 884 ns LEVELS | KEYS | LOOPS | WEIGTHS 4 | 20 | 100 | serializable: 0.9 array: 0.3 object: 0.5 multilineString: 0.3 error: 0.2 NAME | MIN | MAX | MEAN | TOTAL prettyoutput | 29 ms 966 µs 837 ns | 102 ms 170 µs 779 ns | 39 ms 502 µs 799 ns | 3 s 950 ms 279 µs 972 ns prettyjson | 86 ms 731 µs 622 ns | 159 ms 166 µs 633 ns | 107 ms 813 µs 674 ns | 10 s 781 ms 367 µs 439 ns util.inspect | 90 ms 942 µs 290 ns | 256 ms 995 µs 418 ns | 118 ms 794 µs 343 ns | 11 s 879 ms 434 µs 322 ns LEVELS | KEYS | LOOPS | WEIGTHS 5 | 20 | 100 | serializable: 0.9 array: 0.3 object: 0.5 multilineString: 0.3 error: 0.2 NAME | MIN | MAX | MEAN | TOTAL prettyoutput | 616 ms 495 µs 243 ns | 1 s 602 ms 965 µs 211 ns | 768 ms 761 µs 315 ns | 76 s 876 ms 131 µs 544 ns prettyjson | 1 s 294 ms 734 µs 939 ns | 1 s 686 ms 600 µs 593 ns | 1 s 490 ms 394 µs 707 ns | 149 s 39 ms 470 µs 777 ns util.inspect | 1 s 623 ms 160 µs 631 ns | 2 s 460 ms 983 µs 994 ns | 1 s 731 ms 699 µs 847 ns | 173 s 169 ms 984 µs 758 ns ``` ## Running Tests To run the test suite first invoke the following command within the repo, installing the development dependencies: ```bash $ npm install ``` then run the tests: ```bash $ npm test ``` [npm-image]: https://img.shields.io/npm/v/prettyoutput.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/prettyoutput [travis-image]: https://img.shields.io/travis/keepitcool/prettyoutput/master.svg?style=flat-square [travis-url]: https://travis-ci.org/keepitcool/prettyoutput [coveralls-image]: https://img.shields.io/codecov/c/github/keepitcool/prettyoutput.svg?style=flat-square [coveralls-url]: https://codecov.io/github/keepitcool/prettyoutput?branch=master
31.5
146
0.655908
eng_Latn
0.569703
26e2e08bf6eb4e7f79f94ce4b8df633bd2ed3e10
2,385
markdown
Markdown
_posts/2017-06-13-summrization-review.markdown
ijun17/jekyll_site_test
0ecdad220710695d6dfc189843134006ae5dfc31
[ "MIT" ]
74
2018-02-24T03:07:31.000Z
2022-03-11T16:58:35.000Z
_posts/2017-06-13-summrization-review.markdown
JeonHoon/nameishoon.github.io
b08584c0b867a89de6f7188db29496a1f4a043da
[ "MIT" ]
1
2020-12-06T05:35:58.000Z
2020-12-06T05:35:58.000Z
_posts/2017-06-13-summrization-review.markdown
JeonHoon/nameishoon.github.io
b08584c0b867a89de6f7188db29496a1f4a043da
[ "MIT" ]
576
2017-07-05T06:07:21.000Z
2022-03-18T16:34:35.000Z
--- layout: post title: "기사요약 서비스의 구성" subtitle: "기사요약 서비스의 구성을 공유하려한다." categories: doc tags: doc summarization secreport --- [secretary](https://chrome.google.com/webstore/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb?hl=ko)라는 기사요약서비스와 [한줄IT](https://twitter.com/R2BQBbW6CM4oFBN)라는 기사요약 트윗을 만들었다. 그 과정에서 느낀 요약 서비스에 대해 이야기 해 보려한다. ## 기사요약서비스 --- 정보의 홍수라는 말이 전혀 어색하지 않다. 웹에는 하루에도 수도 없이 글이 올라온다. 그 중에 질이 높은 기사를 찾아 읽는 것은 보물 찾기나 다름없다. 수많은 정보를 미리 요약해서 보고 더 유심히 읽고싶은 글들은 선택하여 보면 좋지 않을까? 라는 생각에서 시작 된 프로젝트가 [secretary](https://chrome.google.com/webstore/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb?hl=ko)와 [한줄IT](https://twitter.com/R2BQBbW6CM4oFBN)이다. ## 기사요약서비스의 구성 --- 기본적으로 기사요약 서비스를 구성하려면 두가지가 필요하다. - 기사 본문찾기 - 기사 요약하기 어떤 플랫폼의 기사에서 우리는 본문을 찾아야 하고, 댓글이나 광고가 아닌 본문을 요약해야한다. ## 기사 본문찾기 --- 모든 기사를 일일이 찾아서 한땀한땀 요약하는 것은 게으른 개발자로써 용납 할 수가 없다. 그렇다면 글을 자동으로 크롤링 해야하는데, 여기서 문제가 생긴다. ### 문제 1. 기사의 본문이 어디야? 대부분(아니 거의 모든) 사이트에는 네비게이션, 광고, 댓글, 메타정보 등등의 내가 원하지 않는 정보들이 담겨있다. 나는 오직 기사의 본문만을 긁어와서 요약 알고리즘을 돌릴건데, 대체 본문이 어딘지 어떻게 알 수 있을까? 솔직히 명확한 해결방법은 없다. 본문찾기 알고리즘은 현재도 개발중이다. 본문찾기 알고리즘의 종류는 다양한데, 눈으로 보는 것처럼 비쥬얼을 분석해서 찾는 방법, 가장 긴 파트를 찾는 방법 등등이 있다. 지금 제시한 방법 두가지 모두 문제가 있는 게 보일텐데, 예를 들어 댓글이 본문만큼 긴 경우도 더러있다(특히 시사, 정치 등의 파트에서). 뚜렷한 정답은 없지만, 본문찾기 알고리즘과 요약 알고리즘을 함께 적용해 해결하고 있다. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-format="fluid" data-ad-layout="in-article" data-ad-client="ca-pub-9134477021095729" data-ad-slot="3873336698"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> ### 문제 2. 동적인 기사 네이버 블로그의 내용이나 브런치, 미디엄의 인기글들의 리스트는 동적으로 DOM이 생성된다. 이런 경우 일반적인 방법으로는 글을 크롤링 할 수가없다. 이런 경우는 파이썬의 셀레니움이나 팬텀JS 등을 사용하여 실제 브라우저에서 작동한 것처럼 DOM을 생성해서 읽어와야 한다. ## 기사 요약하기 --- 기사의 본문을 찾았으면 기사를 요약해야한다. 현재 내가 가장좋아하는 요약방법은 [LexRank](https://www.cs.cmu.edu/afs/cs/project/jair/pub/volume22/erkan04a-html/erkan04a.html)라는 알고리즘이다. 이 알고리즘이 뭐냐면, 구글의 페이지랭크라는 알고리즘의 변형이라고 할 수있다. 구글에서 만든 페이지간의 연관성을 찾는 알고리즘인데, 이걸 문장으로 끌고 내려온게 바로 LexRank이다. LexRank 알고리즘은 알고리즘을 공부했거나, 컴퓨터가 전공인 사람들은 아마 한번쯤 들어봤을 그래프 기반의 알고리즘이다. 쉽게 말해 문장간의 연관성을 아주 복잡하게(?) 찾아서 점수를 메기는 방식이다. 나는 결과물에 아주 만족하고 있다. 공부하는 사람은 역시 멋있다. ## 마치며 --- 기사를 요약하는 서비스에 새롭게 쓰이는 건 거의 없다. 기사의 본문을 찾고, 요약하면 된다. 하지만 이 서비스가 플랫폼화 된다면, 사람들의 기사 소비가 한층 가치있어 질 것이다.
28.058824
220
0.709015
kor_Hang
1.00001
26e3671c2cc168a490e3a47efa5785bf7f4c4229
4,382
md
Markdown
AndrewDavidoffDocset0426213909/articles/MS-IPAMM2/c714cdda-3f90-4665-94a4-aa454a8ad3d8.md
AndrewDavidoff/AndrewDavidoffRepo0426213909
4ee7b3dbc81782000a5158731fcfdf6aeef7d397
[ "CC-BY-4.0", "MIT" ]
null
null
null
AndrewDavidoffDocset0426213909/articles/MS-IPAMM2/c714cdda-3f90-4665-94a4-aa454a8ad3d8.md
AndrewDavidoff/AndrewDavidoffRepo0426213909
4ee7b3dbc81782000a5158731fcfdf6aeef7d397
[ "CC-BY-4.0", "MIT" ]
null
null
null
AndrewDavidoffDocset0426213909/articles/MS-IPAMM2/c714cdda-3f90-4665-94a4-aa454a8ad3d8.md
AndrewDavidoff/AndrewDavidoffRepo0426213909
4ee7b3dbc81782000a5158731fcfdf6aeef7d397
[ "CC-BY-4.0", "MIT" ]
null
null
null
<html dir="LTR" xmlns:mshelp="http://msdn.microsoft.com/mshelp" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tool="http://www.microsoft.com/tooltip"> <body> <div id="header"> <h1 class="heading">3.5.1.1 State Machine</h1> </div> <div id="mainSection"> <div id="mainBody"> <div id="allHistory" class="saveHistory"></div> <div id="sectionSection0" class="section" name="collapseableSection"> <p>The following figure shows the state machine of the IIpamEnumerator server port type.</p> <p><img src="MS-IPAMM2_files/image004.png" alt="IIpamEnumerator - server state machine" title="IIpamEnumerator - server state machine"></p> <p><b>Figure 4: IIpamEnumerator - server state machine</b></p> <p>The IIpamEnumerator server is session-based and stateful in nature. The <b>session state</b> variable will be used to keep track of the current state for each session and it can have the following states as possible values. At any point of the session, if the session is known to be faulted or closed by the lower layer, the state machine ends.</p> <table> <thead> <tr> <th> <p>State</p> </th> <th> <p>Description</p> </th> </tr> </thead> <tr> <td> <p><b>Session Initialized</b></p> </td> <td> <p>This would be the initial state of the session when it has been indicated from the lower layer of the protocol.</p> <p>When in this state, when the InitializeEnumeration operation is invoked (by the client), the data received as a part of the InitializeEnumeration is validated. </p> <p>If the data validation succeeds, the state is changed to <b>Enumeration Initialized</b>. </p> <p>If the data validation fails, the server returns an appropriate <a href="21b4a631-8f28-420f-822f-c5f879d5046e.md#gt_ec8728a8-1a75-426f-8767-aa1932c7c19f">SOAP fault</a> and remains in the <b>Session Initialized</b> state itself.</p> </td> </tr> <tr> <td> <p><b>Enumeration Initialized</b></p> </td> <td> <p>This would be the state when the enumerator is initialized and ready to start the processing to return the data back to the client.</p> <p>When in this state, the StartEnumeration operation is invoked (by the client), the server invokes the NotifyEnumerationStart and triggers the enumeration processing. The state is changed to <b>Enumeration Started</b>.</p> </td> </tr> <tr> <td> <p><b>Enumeration Started</b></p> </td> <td> <p>This state denotes the enumeration has been initialized successfully and the enumeration processing is currently in progress.</p> <p>If there is data available to be sent across from the enumeration processing, the EnumeratedRowsCallback operation is invoked with the data available and the state is changed to <b>Enumeration In Progress</b>.</p> <p>If there is no data available but the enumeration processing completes successfully, the NotifyEnumerationComplete operation is invoked and the state is changed to <b>Enumeration Completed</b>. </p> <p>If there is no data available but the enumeration processing has failed with some error, the NotifyEnumerationComplete is called to provide the fault information to the client and the state is changed to <b>Enumeration Completed</b>.</p> </td> </tr> <tr> <td> <p><b>Enumeration In Progress</b></p> </td> <td> <p>This state denotes the enumeration is in progress and more data is available to be sent across to the client.</p> <p>If there is data available to be sent across from the enumeration processing, the EnumeratedRowsCallback operation is invoked with the data available and the state remains at <b>Enumeration In Progress.</b></p> <p>If there is no data available but the enumeration processing completes successfully, the NotifyEnumerationComplete operation is invoked and the state is changed to <b>Enumeration Completed</b>. </p> <p>If there is no data available but the enumeration processing has failed with some error, the NotifyEnumerationComplete is called to provide the fault information to the client and the state is changed to <b>Enumeration Completed</b>.</p> </td> </tr> <tr> <td> <p><b>Enumeration Completed</b></p> </td> <td> <p>This state indicates there is no further processing required in the session and proceeds to close the session itself.</p> </td> </tr> </table> <p> </p> </div> </div> </div> </body> </html>
35.33871
217
0.733911
eng_Latn
0.989094
26e3df11aed195e5a1c76f24f0fa16cbff760c70
1,090
md
Markdown
infos.md
draigbeats/DraigBeats.github.io
efe58b163e6ecf995275f5965dadd0297359b6b2
[ "MIT" ]
null
null
null
infos.md
draigbeats/DraigBeats.github.io
efe58b163e6ecf995275f5965dadd0297359b6b2
[ "MIT" ]
null
null
null
infos.md
draigbeats/DraigBeats.github.io
efe58b163e6ecf995275f5965dadd0297359b6b2
[ "MIT" ]
null
null
null
--- layout: page title: Important Information subtitle: use-site-title: true bigimg: - "/img/DBF2018_header1.jpg" : "" - "/img/DBF2018_header2.jpg" : "" - "/img/DBF2018_header3.jpg" : "" --- ## The Site Map ![The site map](/img/Draig%20Beats%202022%20Site%20Map.jpg) ## How to get there? As access to the Garden is limited we're asking people to come by public transport if possible. Take bus numbers X4, 4A, 57 and 62 run from Bangor Rail Station and Bangor Bus Station to the Antelope Pub. We will also be operating a free park and ride scheme from Normal Site and bus pick up from Bangor Uinversity Brambell Building (NO PARKING!) in walking distance from the train station. Access by car will be limited to Blue Badge holders only, please let us know in advance and we will be able to accommodate you on site. ![Bus_Route_and_Parking}](/img/Draig%20Beats%202022%20Parking%20and%20Bus%20Routes.png) ## Please read carefully! **To comply with the law and for general event safety:** No alcohol to be brought onto site • No glass • No unaccompanied children under 18 • No dogs
40.37037
525
0.750459
eng_Latn
0.984785
26e453fa117fe0fa916d231651048dce32de4223
29
md
Markdown
README.md
MoschiN/miniPlayground
9f4510d4180c56384194e22810db05f1c2f344a9
[ "MIT" ]
null
null
null
README.md
MoschiN/miniPlayground
9f4510d4180c56384194e22810db05f1c2f344a9
[ "MIT" ]
null
null
null
README.md
MoschiN/miniPlayground
9f4510d4180c56384194e22810db05f1c2f344a9
[ "MIT" ]
null
null
null
# miniPlayground miniprogram
9.666667
16
0.862069
eng_Latn
0.757664
26e4ac82dca31c0b0a0fd11899304c3bdcd09c48
789
md
Markdown
haven-rpg-additional/weapons-and-armors.md
andreamin97/andreamin97.github.io
b2f860d0d54ffc1a8a701485b56eb528034f5fb8
[ "MIT" ]
null
null
null
haven-rpg-additional/weapons-and-armors.md
andreamin97/andreamin97.github.io
b2f860d0d54ffc1a8a701485b56eb528034f5fb8
[ "MIT" ]
6
2020-09-22T16:13:59.000Z
2022-02-26T06:21:00.000Z
haven-rpg-additional/weapons-and-armors.md
andreamin97/andreamin97.github.io
b2f860d0d54ffc1a8a701485b56eb528034f5fb8
[ "MIT" ]
null
null
null
--- layout: page title: Weapons and Armors tags: [haven, rpg, items, weapons, armors] date: 2020-01-11 comments: false --- # Weapons ## Simple Weapons - Hand Axe 1d4(slashing) - Javelin 1d4(piercing) - Qaurterstaff 1d4(bludgeoning) ## Ranged Simple Weapons - Shortbow 1d4(piercing) ## Light Weapons - Short Sword 1d6(slashing) - Dagger 1d6(piercing) - Flail 1d6(bludgeoning) ## Medium Weapons - Long Sword 1d8(slashing) - Rapier 1d8(piercing) - Morning Star 1d8(bludgeoning) ## Heavy Weapons - Greatsword 1d10(slashing) - Lance 1d10(piercing) - War Hammer 1d10(bludgeoning) ## Ranged Weapons - Longbow 1d8(piercing) --- # Armors - __Heavy__: +6 amor. - __Medium__: +4 armor. - __Light__: +2 armor. - __Shield__: +1 armor. : Can use fight do defend against non-magical projectiles.
18.348837
82
0.722433
eng_Latn
0.219992
26e5b35ebce2558ad83efc89663f320e90dcc250
532
md
Markdown
docs/device/contents.md
xobs/pxt-ltc
18d30f94d3846396067dc9b0d5aca3393607fc9a
[ "MIT" ]
null
null
null
docs/device/contents.md
xobs/pxt-ltc
18d30f94d3846396067dc9b0d5aca3393607fc9a
[ "MIT" ]
null
null
null
docs/device/contents.md
xobs/pxt-ltc
18d30f94d3846396067dc9b0d5aca3393607fc9a
[ "MIT" ]
null
null
null
# micro:bit - the device The micro:bit is a very capable device with many components: * [the USB connector](/device/usb) * [the LED screen](/device/screen) * [the buttons] * [the accelerometer] * [the compass] * [the pins](/device/pins) * [the battery plug] The micro:bit embodies many fundamental concepts in computer science. To learn more, read: * [the micro:bit - a reactive system](/device/reactive) Sometimes, your micro:bit may display an error code. For more information, see: * [the error codes](/device/error-codes)
26.6
90
0.727444
eng_Latn
0.969451
26e68a43f7d97744eb2de4f883aac6db64b31492
25,318
md
Markdown
articles/asc-for-iot/concept-security-alerts.md
zeroshell09/azure-docs.fr-fr
f4197c09fac92554b82fb03e06f36f82ba861e69
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/asc-for-iot/concept-security-alerts.md
zeroshell09/azure-docs.fr-fr
f4197c09fac92554b82fb03e06f36f82ba861e69
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/asc-for-iot/concept-security-alerts.md
zeroshell09/azure-docs.fr-fr
f4197c09fac92554b82fb03e06f36f82ba861e69
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: Guide sur les alertes de sécurité destinées à Azure Security Center pour IoT | Microsoft Docs description: En savoir plus sur les alertes de sécurité et les actions de correction recommandées en utilisant les fonctionnalités et le service Azure Security Center. services: asc-for-iot ms.service: asc-for-iot documentationcenter: na author: mlottner manager: rkarlin editor: '' ms.assetid: a5c25cba-59a4-488b-abbe-c37ff9b151f9 ms.subservice: asc-for-iot ms.devlang: na ms.topic: conceptual ms.tgt_pltfrm: na ms.workload: na ms.date: 07/28/2019 ms.author: mlottner ms.openlocfilehash: 99ffa49a8e379f6c3a2139c082cd23f95c126e50 ms.sourcegitcommit: fe6b91c5f287078e4b4c7356e0fa597e78361abe ms.translationtype: HT ms.contentlocale: fr-FR ms.lasthandoff: 07/29/2019 ms.locfileid: "68597249" --- # <a name="azure-security-center-for-iot-security-alerts"></a>Alertes de sécurité Azure Security Center pour IoT Azure Security Center pour IoT analyse continuellement votre solution IoT à l’aide d’analyses avancées et d’informations sur les menaces pour vous alerter en cas d’activités malveillantes. En outre, vous pouvez créer des alertes personnalisées en fonction de votre connaissance du comportement attendu de l’appareil. Une alerte sert d’indicateur de compromission potentielles et doit être examinée et corrigée. Dans cet article, vous trouverez une liste d’alertes intégrées qui peuvent être déclenchées sur votre IoT Hub et/ou appareils IoT. Outre les alertes intégrées, Azure Security Center pour IoT vous permet de définir des alertes personnalisées basées sur le comportement attendu d’un Iot Hub et/ou d’un appareil. Pour plus d’informations, consultez [Créer des alertes personnalisées](quickstart-create-custom-alerts.md). ## <a name="built-in-alerts-for-iot-devices"></a>Alertes intégrées pour appareils IoT | severity | Nom | source de données | Description | Étapes de correction recommandées| |----------|---------------|-------------|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Élevé | Connexion locale réussie | Agent | Une connexion locale réussie à l’appareil a été détectée | Assurez-vous que l’utilisateur connecté est un tiers autorisé. | | Élevé | Tentative par force brute réussie | Agent | Plusieurs tentatives de connexion ayant échoué ont été détectées, suivies d’une connexion réussie. Une tentative d’attaque par force brute sur l’appareil est susceptible d’avoir réussie. | Examinez l’alerte par force brute SSH et l’activité sur les appareils. <br>En cas d’activité malveillante :<br> Réinitialisez le mot de passe pour les comptes compromis.<br> Recherchez et corrigez (si besoin) les appareils sur lesquels figurent des logiciels malveillants. | | Élevé | Ligne de commande binaire | Agent | Détection d’un binaire Linux appelé/exécuté à partir de la ligne de commande. Ce processus peut représenter une activité légitime, ou indiquer que votre appareil est compromis.| Évaluez la commande avec l’utilisateur qui l’a exécutée et vérifiez s’il s’agit d’une action qui devrait être exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Élevé | Interpréteurs de commandes inversés | Agent | L’analyse des données hôte sur %{Hôte compromis} a détecté l’utilisation d’un interpréteur de commandes inversées potentiel. Les interpréteurs de commandes inversées sont généralement utilisés pour forcer un machine ayant été compromise à effectuer un rappel à partir d’une machine appartenant à l’attaquant.| Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Élevé | Désactiver le pare-feu | Agent | Détection d’une manipulation possible du pare-feu sur l’hôte. Les acteurs malveillants désactivent généralement le pare-feu sur l’hôte pour tenter d’exfiltrer des données.| Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Élevé | Interpréteur de commandes web | Agent | Détection d’une utilisation possible d’un interpréteur de commandes web. Les acteurs malveillants chargent généralement un interpréteur de commandes web sur une machine compromise pour s’y installer ou l’exploiter de manière approfondie.| Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Élevé | Détection d’un réacheminement de port| Agent | Détection du lancement d’un réacheminement de port vers une adresse IP externe.| Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Élevé | Détection d’une tentative possible de désactivation de la journalisation Auditd | Agent | Le système Linux Auditd permet d’effectuer le suivi des informations système relatives à la sécurité. Le système enregistre autant d’informations que possible sur les événements qui se produisent sur votre système. Ces informations sont essentielles pour les environnements stratégiques afin d’identifier la personne ayant violé la stratégie de sécurité, et de comprendre les actions qu’elle a exécutées. La désactivation de la journalisation Auditd risquerait de vous empêcher de détecter des violations des stratégies de sécurité utilisées sur le système. |Vérifiez auprès du propriétaire de l’appareil s’il s’agissait d’une activité légitime motivée par des raisons commerciales. Si ce n’est pas le cas, cet événement peut cacher les activités effectuées par des acteurs malveillants. Signalez immédiatement l’incident à votre équipe responsable de la sécurité des informations.| | Faible | Signature de jeton SAS non valide | IoT Hub | Le jeton SAS utilisé par un appareil comporte une signature non valide. Le jeton SAS ne correspond ni à la clé primaire ni à la clé secondaire.| Examinez les alertes sur les appareils. Aucune action supplémentaire n’est requise. | | Moyenne | Non-concordance de l’empreinte du certificat de l’appareil x.509 | IoT Hub | L’empreinte du certificat de l’appareil X.509 ne correspondait pas à la configuration. |Examinez les alertes sur les appareils. Aucune action supplémentaire n’est requise. | | Moyenne | Le certificat X.509 a expiré | IoT Hub | Le certificat de l’appareil X.509 a expiré. | Il peut s’agir d’un appareil légitime dont le certificat est arrivé à expiration ou d’une tentative d’emprunt d’identité d’un appareil légitime. Si l’appareil légitime communique correctement, il s’agit probablement d’une tentative d’emprunt d’identité. || | Moyenne | Échec de la connexion locale | Agent | Détection de l’échec d’une tentative de connexion locale à l’appareil. | | Moyenne | Image de mineur de cryptomonnaie| Agent | Détection de l’exécution d’un processus normalement associé au minage de devises numériques.| Vérifiez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations.| | Moyenne | Détection d’outils couramment utilisés pour des tentatives d’accès malveillants aux informations d’identification | Agent | Détection de l’utilisation d’un outil couramment associé à des tentatives malveillantes visant à accéder aux informations d’identification. | Vérifiez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations.| | | Moyenne | Détection d’une image conteneur de mineur de cryptomonnaie | Agent | Conteneur détectant l’exécution d’images de minage de devises numériques connues. | 1. Si ce comportement n’est pas prévu, supprimez l’image de conteneur concernée.<br> 2. Assurez-vous que le démon Docker n’est pas accessible par un socket TCP non sécurisé. 3. Signalez l’alerte à votre équipe responsable de la sécurité des informations.| | Moyenne | Outil d’attaque connu | Agent | Un outil souvent associé à des utilisateurs malveillants qui tentent d’attaquer d’autres machines d’une certaine façon a été détecté. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations.| | Moyenne | Détection d’un accès au fichier htaccess | Agent | L’analyse des données de l’hôte a détecté une manipulation possible d’un fichier htaccess. Htaccess est un puissant fichier config qui vous permet d’apporter plusieurs modifications à un serveur web exécutant le logiciel Web Apache, notamment la fonctionnalité de redirection de base ou des fonctions plus avancées telles que la protection de mot de passe de base. Les acteurs malveillants modifient généralement les fichiers htaccess sur des machines qu’ils ont compromises pour s’y installer. |Vérifiez qu’il s’agisse bien d’une activité légitime prévue sur l’hôte. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations.| | Moyenne | Détection d’un comportement similaire à aux bots Linux courants| Agent | Détection de l’exécution d’un processus normalement associé aux botnets Linux courants.| Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | | Moyenne | Activité de téléchargement puis d’exécution d’un fichier suspect| Agent| L’analyse des données de l’hôte a permis de détecter qu’un fichier a été téléchargé puis exécuté dans la même commande. Cette technique est couramment utilisée par les acteurs malveillants pour transférer des fichiers infectés sur les machines des victimes. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations.| | Moyenne | Détection d’une perte potentielle de données | Agent | Condition de sortie de données possible détectée grâce à l’analyse des données de l’hôte. Les acteurs malveillants sortent souvent les données des machines qu’ils ont compromises.|Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Espace après le nom de fichier| Agent | L’analyse des données de l’hôte a permis de détecter l’exécution d’un processus avec une extension suspecte. Les extensions suspectes amènent les utilisateurs à penser que les fichiers peuvent être ouverts en toute sécurité, ce qui peut indiquer la présence de programmes malveillants dans le système. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Démon Docker exposé par le socket TCP | Agent | Les journaux de la machine indiquent que le démon Docker (dockerd) expose un socket TCP. Par défaut, la configuration Docker n’utilise pas le chiffrement ou l’authentification lorsqu’un socket TCP est activé. La configuration Docker par défaut permet à toute personne ayant accès au port concerné d’accéder intégralement au démon Docker.|Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’un comportement similaire au ransomware Fairware | Agent | L’analyse des données de l’hôte a permis de détecter l’exécution de commandes rm -rf appliquées à des emplacements suspects. La commande rm -rf supprime récursivement les fichiers et elle est normalement appliquée à des dossiers discrets. Dans ce cas, elle est utilisée dans un emplacement qui peut supprimer une grande quantité de données. Le ransomware Fairware est connu pour exécuter des commandes rm -rf dans ce dossier. |Vérifiez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une possible porte dérobée | Agent |Un fichier suspect a été téléchargé et exécuté sur un hôte dans votre abonnement. Ce type d’activité est généralement associé à l’installation d’une porte dérobée. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une reconnaissance d’hôte local | Agent | Détection de l’exécution d’une commande généralement associée à la reconnaissance d’un bot Linux courant. |Examinez la ligne de commande suspecte pour confirmer qu’elle a été exécutée par un utilisateur légitime. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Remplacement potentiel de fichiers courants | Agent | Un exécutable courant a été remplacé sur l’appareil. Les acteurs malveillants sont connus pour remplacer des fichiers courants pour masquer leurs actions ou s’installer dans l’environnement. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection de téléchargements de fichiers à partir d’une source malveillante connue | Agent | Détection d’un téléchargement de fichier à partir d’une source de logiciels malveillants connue.|Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’un conteneur privilégié | Agent | Les journaux de la machine indiquent qu’un conteneur Docker privilégié est en cours d’exécution. Un conteneur privilégié a intégralement accès aux ressources de l’hôte. En cas de compromission, un acteur malveillant peut utiliser le conteneur privilégié pour accéder à la machine de l’hôte.|Si le conteneur n’a pas besoin d’être exécuté en mode privilégié, supprimez les privilèges du conteneur. | Moyenne | Détection d’un comportement similaire à un ransomware | Agent | Exécution de fichiers similaires aux rançongiciel connus qui peuvent empêcher les utilisateurs d’accéder à leur système ou à leurs fichiers personnels et exiger le paiement d’une rançon pour obtenir l’accès.|Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une suppression des fichiers journaux système | Agent | Détection d’une suppression suspecte de fichiers journaux sur l’hôte. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Incohérence entre l’interpréteur de script et l’extension de fichier | Agent | Détection d’une incohérence entre l’interpréteur de script et l’extension du fichier script fourni comme entrée. Ce type d’incohérence est couramment associé aux exécutions de scripts malveillants. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une compilation suspecte | Agent | Détection d’une compilation suspecte. Les acteurs malveillants compilent souvent des exploitations sur une machine qu’ils ont compromise pour élever les privilèges. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une utilisation suspecte de la commande nohup | Agent | Détection d’une utilisation suspecte de la commande nohup sur l’hôte. Les acteurs malveillants exécutent généralement la commande nohup à partir d’un répertoire temporaire, ce qui permet à leurs exécutables de s’exécuter en arrière-plan. L’exécution de cette commande sur des fichiers situés dans un répertoire temporaire n’est pas un comportement prévu ou habituel. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Détection d’une utilisation suspecte de la commande useradd | Agent | Détection d’une utilisation suspecte de la commande useradd sur l’appareil. |Déterminez avec l’utilisateur qui a exécuté la commande s’il s’agissait d’une activité ayant été exécutée de manière légitime sur l’appareil. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Moyenne | Communication avec adresse IP suspecte | Agent | Détection d’une communication avec une adresse IP suspecte. |Vérifiez si la connexion est légitime. Envisagez de bloquer la communication avec l’adresse IP suspecte. | Faible | Jeton SAS expiré | IoT Hub | Un jeton SAS ayant expiré est utilisé par un appareil |Il peut s’agir d’un appareil légitime dont le jeton est arrivé à expiration ou d’une tentative d’emprunt d’identité d’un appareil légitime. Si l’appareil légitime communique correctement, il s’agit probablement d’une tentative d’emprunt d’identité. | Faible | Appareil silencieux | Agent | L’appareil n’a pas envoyé de données de télémétrie au cours des 72 dernières heures.|Assurez-vous que l’appareil est en ligne et envoie les données. Vérifiez que l’agent de sécurité Azure est en cours d’exécution sur l’appareil. | Faible | Historique de bash effacé | Agent | Le journal de l’historique de bash a été effacé. Les acteurs malveillants effacent généralement l’historique de bash pour masquer leurs propres commandes dans les journaux. |Vérifiez l’activité de cette alerte avec l’utilisateur ayant exécuté la commande pour déterminer s’il s’agit d’une activité administrative légitime. Si ce n’est pas le cas, signalez l’alerte à votre équipe responsable de la sécurité des informations. | Faible | Échec de la tentative par force brute | Agent | Identification de plusieurs tentatives de connexion ayant échoué. Une tentative d’attaque par force brute potentielle sur l’appareil a échoué. |Examinez les alertes par force brute SSH et l’activité sur les appareils. Aucune action supplémentaire n’est requise.| | ## <a name="built-in-alerts-for-iot-hub"></a>Alertes intégrées pour IoT Hub | severity | Nom | Description | Correction suggérée| |----------|------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------| | Moyenne | Ajout d’un nouveau certificat à un IoT Hub |Un certificat nommé \'%{DescCertificateName}\' a été ajouté à IoT Hub \'%{DescIoTHubName}\'. Si cette action a été effectuée par un tiers autorisé, cela peut être le signe d’une activité malveillante.| 1. Assurez-vous que le certificat a été ajouté par un tiers autorisé. <br> 2. S’il n’a pas été ajouté par un tiers autorisé, supprimez-le et signalez l’alerte à l’équipe responsable de la sécurité de l’organisation. | | Moyenne | Suppression d’un certificat d’un IoT Hub | Un certificat nommé \'%{DescCertificateName}\' a été supprimé d’IoT Hub \'%{DescIoTHubName}\'. Si cette action a été effectuée par un tiers autorisé, cela peut être le signe d’une activité malveillante.| 1. Assurez-vous que le certificat a été supprimé par un tiers autorisé. <br> 2. S’il n’a pas été supprimé par un tiers autorisé, ajouter le à nouveau et signalez l’alerte à l’équipe responsable de la sécurité de l’organisation. | | Moyenne | Détection d’une tentative infructueuse d’ajout d’un certificat à un IoT Hub | Échec de la tentative d’ajout du certificat \'%{DescCertificateName}\' à IoT Hub \'%{DescIoTHubName}\'. Si cette action a été effectuée par un tiers autorisé, cela peut être le signe d’une activité malveillante.| Assurez-vous que les autorisations de modification des certificats sont accordées uniquement aux tiers autorisés. | | Moyenne | Détection d’une tentative infructueuse de suppression d’un certificat d’un IoT Hub | Échec de la tentative de suppression du certificat \'%{DescCertificateName}\' à IoT Hub \'%{DescIoTHubName}\'. Si cette action a été effectuée par un tiers autorisé, cela peut être le signe d’une activité malveillante. |Assurez-vous que les autorisations de modification des certificats sont accordées uniquement aux tiers autorisés. | Faible | Détection d’une tentative d’ajout ou de modification d’un paramètre de diagnostic d’un IoT Hub | Une tentative d’ajout ou de modification d’un paramètre de diagnostic d’un IoT Hub a été détectée. Les paramètres de diagnostic permettent de recréer les pistes d’activité à des fins d’investigation en cas d’incident de sécurité ou de compromission du réseau. Si cette action n'a pas été effectuée par une partie autorisée, cela peut indiquer une activité malveillante. | | Faible | Détection d’une tentative de suppression d’un paramètre de diagnostic d’un IoT Hub | Détection de %{DescAttemptStatusMessage}\' tentatives d’ajout ou de modification des paramètres de diagnostic \'%{DescDiagnosticSettingName}\' pour IoT Hub \'%{DescIoTHubName}\'. Le paramètre de diagnostic permet de recréer les pistes d’activité à des fins d’investigation en cas d’incident de sécurité ou de compromission du réseau. Si cette action n’a pas été effectuée par un tiers autorisé, cela peut être le signe d’une activité malveillante. |1. Assurez-vous que le certificat a été supprimé par un tiers autorisé.<br> 2. S’il n’a pas été supprimé par un tiers autorisé, ajoutez-le à nouveau et signalez l’alerte à l’équipe responsable de la sécurité de l’organisation. | ## <a name="next-steps"></a>Étapes suivantes - [Vue d’ensemble](overview.md) du service Azure Security Center pour IoT - Découvrez comment [accéder à vos données de sécurité](how-to-security-data-access.md) - En savoir plus sur [l’examen d’un appareil](how-to-investigate-device.md)
263.729167
992
0.743226
fra_Latn
0.989956
26e692c26b75898a3a5c1bd575e083aacdb5c2ec
5,902
md
Markdown
_posts/docker/2018-09-13-dockerized-springboot-test.md
AlicanAkkus/AlicanAkkus.github.io
8d5f0499cfbe4a1996dd8783623393f7e85b73a6
[ "MIT" ]
2
2016-11-10T20:59:51.000Z
2021-07-07T07:54:31.000Z
_posts/docker/2018-09-13-dockerized-springboot-test.md
AlicanAkkus/AlicanAkkus.github.io
8d5f0499cfbe4a1996dd8783623393f7e85b73a6
[ "MIT" ]
null
null
null
_posts/docker/2018-09-13-dockerized-springboot-test.md
AlicanAkkus/AlicanAkkus.github.io
8d5f0499cfbe4a1996dd8783623393f7e85b73a6
[ "MIT" ]
4
2016-11-25T14:51:41.000Z
2019-07-31T17:52:10.000Z
--- layout: post title: Dockerized Spring Boot Integration Test in Mono Repo permalink: /blog/docker/dockerized-springboot-monorepo summary: Hi, in this article we will talk about the dockerized integration test in the mono repo. As you know there are many different tests we write such as unit, integration, functional, feature, contract, system etc. Integration tests are one of them. Their differences are not related to this article. --- Hi, in this article we will talk about the dockerized integration test in the mono repo. As you know there are many different tests we write such as unit, integration, functional, feature, contract, system etc. Integration tests are one of them. Their differences are not related to this article. At first glance, integration tests are expensive. Because of needed to set up many resources during tests. Sometimes you need to up the database, messaging queue, cache provider and etc. In our example, we will use the only database. We believe that the in-memory database is not reliable because of is not like a real system. We use MySQL in production but tests are running on H2 or any other in-memory databases. We can not be sure that our code runs correctly in the real system. Therefore we will use the real database in the test. For example **DATEADD(hour, 1, now()** is a valid syntax for **H2** but the invalid syntax for **MySQL**, correct syntax should be **DATE_ADD(now(), INTERVAL 1 HOUR)**. Do you still trust to the in-memory databases? Also, we don’t want to use any tool such as TestContainer in the source code. Test source code should not create or configure infrastructure, should focus to only own test, not infra! We will use dockerized MySQL during tests. Let’s begin; We will use Gradle as the build tool. In the mono repo, we have many projects/microservices. All project has an **integrationTest** task for integration tests. We’ve also **it** task for the run all of them. When you run the integration tests, the first step is the start database in our example. Run all test after database up and running. After tests completed down the database and clean up the resource. We’ve multiple microservice in the mono repo. All microservice creating own database/schema during the test. Each microservice independent of others. **testing.gradle**; ``` test { failFast true testLogging { events "PASSED", "STARTED", "FAILED", "SKIPPED" } afterSuite { desc, result -> if (!desc.parent) { println "\nTest result: ${result.resultType}" println "Test summary: ${result.testCount} tests, " + "${result.successfulTestCount} succeeded, " + "${result.failedTestCount} failed, " + "${result.skippedTestCount} skipped" } } useJUnitPlatform { includeEngines 'junit-jupiter' excludeTags 'integrationTest' } } task integrationTest(type: Test) { testLogging { events "PASSED", "STARTED", "FAILED", "SKIPPED" } useJUnitPlatform { includeTags 'integrationTest' } } ``` All microservices have an ‘integrationTest’ task as mentioned above. Marks all integration test as **integrationTest** with JUnit 5 **@Tag** annotation. And we also have ‘it’ task as mentioned before. All projects include testing.gradle file to their configuration. Add below configuration to root **build.gradle**; ``` allprojects { apply from: “$rootProject.projectDir/config/testing.gradle” } ``` **dockerized-it.gradle**; ``` task dbup(type: Exec) { workingDir rootProject.projectDir commandLine 'sh', '-c', './scripts/integration-test.sh db up' setIgnoreExitValue(false) } task dbdown(type: Exec) { workingDir rootProject.projectDir commandLine 'sh', '-c', './scripts/integration-test.sh db down' setIgnoreExitValue(false) } task it() { doFirst { println 'Integration tests are going to run...' } //run db dependsOn dbup //run all integration tests dependsOn(allprojects.integrationTest) //stop db finalizedBy dbdown doLast { println 'Integration test are completed.' } ``` Let see **it** task. It’s run database and run all integration tests in the mono repo and finalized task by database down command. Let’s look at the integration-test.sh script for up and down database. It’s very simple as below; ``` #!/usr/bin/env bash run_db() { docker run --name test_db --env MYSQL_ROOT_PASSWORD=root_password -p 4306:3306 -d mysql } down_db() { docker rm -f test_db } case "${1}" in "db") case "${2}" in "up") echo Starting db && run_db;; "down") echo Stopping db && down_db;; esac;; *) echo Unknown command! ${1} esac ``` Finally, test property file looks like below for spring boot application; ``` spring: application: name: my-api profiles: active: test --- spring: profiles: test jpa: show-sql: false hibernate: ddl-auto: create-drop open-in-view: false database-platform: org.hibernate.dialect.MySQLDialect datasource: url: jdbc:mysql://localhost:4306/my-api?createDatabaseIfNotExist=true driver-class-name: com.mysql.jdbc.Driver username: root password: root_password ``` Run gradle it task via ‘gradle it’ command. The output looks like below; ``` > Task :dbup Starting db db7210b621839d667a7c2213afa773e17d5edb975dc753cde1451e057ef553c5 > Task :it Integration tests are going to run… ….some tests are running ….some tests are running Integration test are completed. > Task :dbdown Stopping db test_db BUILD SUCCESSFUL in 1m 34s 35 actionable tasks: 20 executed, 15 up-to-date ➜ mono-repo (master) ✔ ``` The database is a sample for integration tests. You can create any other resources for the test are needed. > A.Akkus
32.607735
305
0.705185
eng_Latn
0.974972
26e6983b256c89a0962566b772563fbef7922dcc
1,013
md
Markdown
technical-reference/configuration-wizard-service-accounts-page.md
cmcclister/biztalk-docs
36a3d4b944e27edff883b8e36e997c7d2af4f497
[ "CC-BY-4.0", "MIT" ]
37
2017-08-28T06:57:52.000Z
2021-07-13T12:16:23.000Z
technical-reference/configuration-wizard-service-accounts-page.md
cmcclister/biztalk-docs
36a3d4b944e27edff883b8e36e997c7d2af4f497
[ "CC-BY-4.0", "MIT" ]
732
2017-05-18T22:16:15.000Z
2022-03-31T23:10:06.000Z
technical-reference/configuration-wizard-service-accounts-page.md
isabella232/biztalk-docs
36a3d4b944e27edff883b8e36e997c7d2af4f497
[ "CC-BY-4.0", "MIT" ]
158
2017-06-19T22:47:52.000Z
2022-02-28T06:41:54.000Z
--- description: "Learn more about: Configuration Wizard, Service Accounts Page" title: Configuration Wizard, Service Accounts Page TOCTitle: Configuration Wizard, Service Accounts Page ms:assetid: fabdbd15-69fb-4b70-8cbd-ffc20bb47f31 ms:mtpsurl: https://msdn.microsoft.com/library/Aa562069(v=BTS.80) ms:contentKeyID: 51533582 ms.date: 08/30/2017 mtps_version: v=BTS.80 f1_keywords: - bts10.config.wizard.serviceaccounts --- # Configuration Wizard, Service Accounts Page   Use the **Service Accounts** page to edit the selected service account. <table> <thead> <tr class="header"> <th>Use this</th> <th>To do this</th> </tr> </thead> <tbody> <tr class="odd"> <td><strong>User name</strong></td> <td>Type the user name for this service account.</td> </tr> <tr class="even"> <td><strong>Password</strong></td> <td>Type the password for the account.</td> </tr> </tbody> </table> ## See Also [Installation Overview for BizTalk Server 2013 and 2013 R2](https://msdn.microsoft.com/library/jj248688\(v=bts.80\))
23.022727
116
0.736426
eng_Latn
0.457494
26e7dbcf92e4f5ed178d2b876ee10c5f337fbb98
373
md
Markdown
_posts/2018-07-11-spent-the-bus.md
jsorge/jsorge.github.io
5a06481f6fb4e7ddbd2776946a54248562fa8968
[ "MIT" ]
null
null
null
_posts/2018-07-11-spent-the-bus.md
jsorge/jsorge.github.io
5a06481f6fb4e7ddbd2776946a54248562fa8968
[ "MIT" ]
null
null
null
_posts/2018-07-11-spent-the-bus.md
jsorge/jsorge.github.io
5a06481f6fb4e7ddbd2776946a54248562fa8968
[ "MIT" ]
null
null
null
--- layout: post microblog: true audio: date: 2018-07-11 07:07:26 -0700 guid: http://jsorge.micro.blog/2018/07/11/spent-the-bus.html --- Spent the bus ride into work fixing a few bugs in Maverick. I've seen it crash when I tried giving it a bad date (which I didn't think I had any more of – whoops!). It should be much more stable now, and the feeds should all work too!
41.444444
234
0.729223
eng_Latn
0.993768
26e840068739e70a6ccbecf8a80bc566f124e6c1
3,379
md
Markdown
docs/build/reference/gf-eliminate-duplicate-strings.md
Erikarts/cpp-docs.es-es
9fef104c507e48ec178a316218e1e581753a277c
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/build/reference/gf-eliminate-duplicate-strings.md
Erikarts/cpp-docs.es-es
9fef104c507e48ec178a316218e1e581753a277c
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/build/reference/gf-eliminate-duplicate-strings.md
Erikarts/cpp-docs.es-es
9fef104c507e48ec178a316218e1e581753a277c
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: /GF (Eliminar cadenas duplicadas) ms.date: 11/04/2016 f1_keywords: - VC.Project.VCCLCompilerTool.StringPooling - VC.Project.VCCLWCECompilerTool.StringPooling - /gf helpviewer_keywords: - duplicate strings - Eliminate Duplicate Strings compiler option [C++] - pooling strings compiler option [C++] - -GF compiler option [C++] - /GF compiler option [C++] - GF compiler option [C++] - strings [C++], pooling ms.assetid: bb7b5d1c-8e1f-453b-9298-8fcebf37d16c ms.openlocfilehash: 7504c12584d931b0f39062f393765ad8124fc0dd ms.sourcegitcommit: 6052185696adca270bc9bdbec45a626dd89cdcdd ms.translationtype: MT ms.contentlocale: es-ES ms.lasthandoff: 10/31/2018 ms.locfileid: "50561565" --- # <a name="gf-eliminate-duplicate-strings"></a>/GF (Eliminar cadenas duplicadas) Permite al compilador crear una copia única de cadenas idénticas en la imagen del programa y en la memoria durante la ejecución. Se trata de una optimización denominada *agrupación de cadenas* que puede crear programas más pequeños. ## <a name="syntax"></a>Sintaxis ``` /GF ``` ## <a name="remarks"></a>Comentarios Si usas **/GF**, el sistema operativo no intercambia la parte de la cadena de la memoria y puede leer las cadenas de realizar una copia del archivo de imagen. **/GF** agrupa las cadenas como de solo lectura. Si intenta modificar las cadenas bajo **/GF**, se produce un error de aplicación. Agrupación de cadenas permite lo que se pretendía como punteros de varios a varios búferes varios punteros a un único búfer. En el código siguiente, `s` y `t` se inicializan con la misma cadena. Para que apunten a la misma memoria hace que la agrupación de cadenas: ``` char *s = "This is a character buffer"; char *t = "This is a character buffer"; ``` > [!NOTE] > El [/Zi](../../build/reference/z7-zi-zi-debug-information-format.md) opción, se utiliza para editar y continuar, se establece automáticamente la **/GF** opción. > [!NOTE] > El **/GF** opción del compilador crea una sección direccionable para cada cadena único. Y, de forma predeterminada, un archivo objeto puede contener hasta 65.536 secciones direccionables. Si el programa contiene más de 65.536 cadenas, utilice el [/bigobj](../../build/reference/bigobj-increase-number-of-sections-in-dot-obj-file.md) opción del compilador para crear más secciones. **/GF** cuando [/O1](../../build/reference/o1-o2-minimize-size-maximize-speed.md) o **/O2** se utiliza. ### <a name="to-set-this-compiler-option-in-the-visual-studio-development-environment"></a>Para establecer esta opción del compilador en el entorno de desarrollo de Visual Studio 1. Abra el cuadro de diálogo **Páginas de propiedades** del proyecto. Para obtener más información, vea [Trabajar con propiedades del proyecto](../../ide/working-with-project-properties.md). 1. Haga clic en la carpeta **C/C++** . 1. Haga clic en el **generación de código** página de propiedades. 1. Modificar el **habilitar agrupación de cadenas** propiedad. ### <a name="to-set-this-compiler-option-programmatically"></a>Para establecer esta opción del compilador mediante programación - Vea <xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.StringPooling%2A>. ## <a name="see-also"></a>Vea también [Opciones del compilador](../../build/reference/compiler-options.md)<br/> [Establecer las opciones del compilador](../../build/reference/setting-compiler-options.md)
46.930556
383
0.756141
spa_Latn
0.920267
26e85b01def5f0e63d8bf4ae9207ae017a10989a
4,584
md
Markdown
docs/relational-databases/system-stored-procedures/sp-trace-setstatus-transact-sql.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/system-stored-procedures/sp-trace-setstatus-transact-sql.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/relational-databases/system-stored-procedures/sp-trace-setstatus-transact-sql.md
gmilani/sql-docs.pt-br
02f07ca69eae8435cefd74616a8b00f09c4d4f99
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: sp_trace_setstatus (Transact-SQL) | Microsoft Docs ms.custom: '' ms.date: 03/14/2017 ms.prod: sql ms.prod_service: database-engine ms.reviewer: '' ms.technology: system-objects ms.topic: language-reference f1_keywords: - sp_trace_setstatus_TSQL - sp_trace_setstatus dev_langs: - TSQL helpviewer_keywords: - sp_trace_setstatus ms.assetid: 29e7a7d7-b9c1-414a-968a-fc247769750d author: stevestein ms.author: sstein ms.openlocfilehash: 1e6d3ed9c31307fb032d4ccc3cc950565c39c52c ms.sourcegitcommit: b2464064c0566590e486a3aafae6d67ce2645cef ms.translationtype: MT ms.contentlocale: pt-BR ms.lasthandoff: 07/15/2019 ms.locfileid: "68095929" --- # <a name="sptracesetstatus-transact-sql"></a>sp_trace_setstatus (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Modifica a situação atual do rastreamento especificado. > [!IMPORTANT] > [!INCLUDE[ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Em vez disso, use Eventos Estendidos. ![Ícone de link do tópico](../../database-engine/configure-windows/media/topic-link.gif "Ícone de link do tópico") [Convenções de sintaxe de Transact-SQL](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md) ## <a name="syntax"></a>Sintaxe ``` sp_trace_setstatus [ @traceid = ] trace_id , [ @status = ] status ``` ## <a name="arguments"></a>Argumentos `[ @traceid = ] trace_id` É a ID do trace a ser modificado. *trace_id* está **int**, sem padrão. O usuário emprega este *trace_id* valor para identificar, modificar e controlar o rastreamento. Para obter informações sobre como recuperar o *trace_id*, consulte [sys. fn_trace_getinfo &#40;Transact-SQL&#41;](../../relational-databases/system-functions/sys-fn-trace-getinfo-transact-sql.md). `[ @status = ] status` Especifica a ação a ser implementada no rastreamento. *status* está **int**, sem padrão. A tabela a seguir descreve o status que pode ser especificado. |Status|Descrição| |------------|-----------------| |**0**|Interrompe o rastreamento especificado.| |**1**|Inicia o rastreamento especificado.| |**2**|Fecha o rastreamento especificado e exclui sua definição do servidor.| > [!NOTE] > Um rastreamento deve ser interrompido primeiro antes de ser encerrado. Um rastreamento deve ser interrompido e encerrado primeiro antes de ser exibido. ## <a name="return-code-values"></a>Valores do código de retorno A tabela a seguir descreve os valores de código que os usuários podem obter após a conclusão do procedimento armazenado. |Código de retorno|Descrição| |-----------------|-----------------| |**0**|Nenhum erro.| |**1**|Erro desconhecido.| |**8**|O status especificado não é válido.| |**9**|O Identificador de Rastreamento especificado não é válido.| |**13**|Memória insuficiente. Retornado quando não há memória suficiente para executar a ação especificada.| Se o rastreamento já estiver no estado especificado, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] retornarão **0**. ## <a name="remarks"></a>Comentários Parâmetros de rastreamento do SQL de todos os procedimentos armazenados (**sp_trace_xx**) são estritamente tipados. Se esses parâmetros não forem chamados com os tipos de dados com parâmetro de entrada corretos, como especificado na descrição do argumento, o procedimento armazenado retornará um erro. Para obter um exemplo de como usar procedimentos armazenados de rastreamento, veja [Criar um rastreamento &#40;Transact-SQL&#41;](../../relational-databases/sql-trace/create-a-trace-transact-sql.md). ## <a name="permissions"></a>Permissões O usuário deve ter a permissão ALTER TRACE. ## <a name="see-also"></a>Consulte também [sys.fn_trace_geteventinfo &#40;Transact-SQL&#41;](../../relational-databases/system-functions/sys-fn-trace-geteventinfo-transact-sql.md) [sys.fn_trace_getfilterinfo &#40;Transact-SQL&#41;](../../relational-databases/system-functions/sys-fn-trace-getfilterinfo-transact-sql.md) [sp_trace_generateevent &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sp-trace-generateevent-transact-sql.md) [sp_trace_setevent &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sp-trace-setevent-transact-sql.md) [sp_trace_setfilter &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sp-trace-setfilter-transact-sql.md) [Rastreamento do SQL](../../relational-databases/sql-trace/sql-trace.md)
50.933333
391
0.731894
por_Latn
0.804111
26e877defd7f405cd6f57232ab82e4aff027a87a
31
md
Markdown
content/templates/_components/c-file-attachment/_docs.md
smartcoop/design
e6563b429cbfac52cd5bbbd3c5373691a4218c25
[ "MIT" ]
4
2021-07-27T14:47:07.000Z
2022-01-18T22:03:36.000Z
content/templates/_components/c-file-attachment/_docs.md
smartcoop/design
e6563b429cbfac52cd5bbbd3c5373691a4218c25
[ "MIT" ]
195
2021-07-29T13:06:05.000Z
2022-03-25T15:52:07.000Z
content/templates/_components/c-file-attachment/_docs.md
smartcoop/design
e6563b429cbfac52cd5bbbd3c5373691a4218c25
[ "MIT" ]
null
null
null
--- title: File attachment ---
7.75
22
0.612903
eng_Latn
0.939317
26e8e4accb7e93f65ce7d51edd5453bef7b8c296
1,896
md
Markdown
docs/connect/jdbc/reference/getmaxcolumnsingroupby-method-sqlserverdatabasemetadata.md
in4matica/sql-docs.de-de
b5a6c26b66f347686c4943dc8307b3b1deedbe7e
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/connect/jdbc/reference/getmaxcolumnsingroupby-method-sqlserverdatabasemetadata.md
in4matica/sql-docs.de-de
b5a6c26b66f347686c4943dc8307b3b1deedbe7e
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/connect/jdbc/reference/getmaxcolumnsingroupby-method-sqlserverdatabasemetadata.md
in4matica/sql-docs.de-de
b5a6c26b66f347686c4943dc8307b3b1deedbe7e
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: getMaxColumnsInGroupBy-Methode (SQLServerDatabaseMetaData) | Microsoft-Dokumentation ms.custom: '' ms.date: 01/19/2017 ms.prod: sql ms.prod_service: connectivity ms.reviewer: '' ms.technology: connectivity ms.topic: conceptual apiname: - SQLServerDatabaseMetaData.getMaxColumnsInGroupBy apilocation: - sqljdbc.jar apitype: Assembly ms.assetid: a59cfe98-c0f4-46ad-9243-62aa56855f1a author: MightyPen ms.author: genemi ms.openlocfilehash: d745712e5a8c4b59ea85c1a9b19c2e247c166be3 ms.sourcegitcommit: b78f7ab9281f570b87f96991ebd9a095812cc546 ms.translationtype: HT ms.contentlocale: de-DE ms.lasthandoff: 01/31/2020 ms.locfileid: "67982306" --- # <a name="getmaxcolumnsingroupby-method-sqlserverdatabasemetadata"></a>getMaxColumnsInGroupBy-Methode (SQLServerDatabaseMetaData) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Ruft die maximale Anzahl von Spalten ab, die bei dieser Datenbank in einer GROUP BY-Klausel zulässig sind. ## <a name="syntax"></a>Syntax ``` public int getMaxColumnsInGroupBy() ``` ## <a name="return-value"></a>Rückgabewert Ein Wert vom Typ **int** zum Angeben der maximalen Anzahl der zulässigen Spalten. ## <a name="exceptions"></a>Ausnahmen [SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md) ## <a name="remarks"></a>Bemerkungen Diese getMaxColumnsInGroupBy-Methode wird von der getMaxColumnsInGroupBy-Methode in der java.sql.DatabaseMetaData-Schnittstelle angegeben. ## <a name="see-also"></a>Weitere Informationen [SQLServerDatabaseMetaData-Methoden](../../../connect/jdbc/reference/sqlserverdatabasemetadata-methods.md) [SQLServerDatabaseMetaData-Elemente](../../../connect/jdbc/reference/sqlserverdatabasemetadata-members.md) [SQLServerDatabaseMetaData-Klasse](../../../connect/jdbc/reference/sqlserverdatabasemetadata-class.md)
36.461538
141
0.772679
yue_Hant
0.306658
26e8f1f89cdbe325e29e8c0ca112ae059581f309
4,407
md
Markdown
docs/framework/unmanaged-api/hosting/iclrmetahost-getruntime-method.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/unmanaged-api/hosting/iclrmetahost-getruntime-method.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/framework/unmanaged-api/hosting/iclrmetahost-getruntime-method.md
dhernandezb/docs.es-es
cf1637e989876a55eb3c57002818d3982591baf1
[ "CC-BY-4.0", "MIT" ]
null
null
null
--- title: ICLRMetaHost::GetRuntime (Método) ms.date: 03/30/2017 api_name: - ICLRMetaHost.GetRuntime api_location: - mscoree.dll api_type: - COM f1_keywords: - ICLRMetaHost::GetRuntime helpviewer_keywords: - GetRuntime method [.NET Framework hosting] - ICLRMetaHost::GetRuntime method [.NET Framework hosting] ms.assetid: a10749f1-ab91-47cf-982f-d8ccd2e81bd2 topic_type: - apiref author: rpetrusha ms.author: ronpet ms.openlocfilehash: c83f6dfe069b75f1ab3256f4e5a083f85b50adad ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d ms.translationtype: HT ms.contentlocale: es-ES ms.lasthandoff: 05/04/2018 ms.locfileid: "33435921" --- # <a name="iclrmetahostgetruntime-method"></a>ICLRMetaHost::GetRuntime (Método) Obtiene el [ICLRRuntimeInfo](../../../../docs/framework/unmanaged-api/hosting/iclrruntimeinfo-interface.md) interfaz que corresponde a una versión determinada de common language runtime (CLR). Este método reemplaza a la [CorBindToRuntimeEx](../../../../docs/framework/unmanaged-api/hosting/corbindtoruntimeex-function.md) función que se usa con la [STARTUP_LOADER_SAFEMODE](../../../../docs/framework/unmanaged-api/hosting/startup-flags-enumeration.md) marca. ## <a name="syntax"></a>Sintaxis ``` HRESULT GetRuntime ( [in] LPCWSTR pwzVersion, [in, REFIID riid, [out,iid_is(riid), retval] LPVOID *ppRuntime ); ``` #### <a name="parameters"></a>Parámetros `pwzVersion` [in] La versión de compilación de .NET Framework almacenada en los metadatos, en el formato "v*A*. *B*[. *X*] ". *A*, *B*, y *X* son números decimales que corresponden a la versión principal, la versión secundaria y el número de compilación. > [!NOTE] > Este parámetro debe coincidir con el nombre del directorio para la versión de .NET Framework, tal y como aparece bajo C:\Windows\Microsoft.NET\Framework o C:\Windows\Microsoft.NET\Framework64. Valores de ejemplo son "v1.0.3705", "v1.1.4322", "v2.0.50727" y "v4.0. *X*", donde *X* depende del número de compilación instalado. El prefijo "v" es necesario. `riid` [in] El identificador de la interfaz deseada. Actualmente, el único valor válido para este parámetro es IID_ICLRRuntimeInfo. `ppRuntime` [out] Un puntero a la [ICLRRuntimeInfo](../../../../docs/framework/unmanaged-api/hosting/iclrruntimeinfo-interface.md) interfaz que se corresponde con el runtime solicitado. ## <a name="return-value"></a>Valor devuelto Este método devuelve los siguientes HRESULT específicos y los errores HRESULT que indican un error del método. |HRESULT|Descripción| |-------------|-----------------| |S_OK|El método se completó correctamente.| |E_POINTER|`pwzVersion` o `ppRuntime` es null.| ## <a name="remarks"></a>Comentarios Este método interactúa de forma coherente con las interfaces heredadas, como el [ICorRuntimeHost](../../../../docs/framework/unmanaged-api/hosting/icorruntimehost-interface.md) funciones de interfaz y heredado como las regiones `CorBindTo*` funciones (consulte [en desuso de CLR Hosting Functions](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-functions.md) en la API de hospedaje de .NET Framework 2.0). Es decir, es visible para la nueva API de tiempo de ejecución que se carga con la API heredada y tiempo de ejecución que se carga con la nueva API está visible para la API heredada. . ## <a name="requirements"></a>Requisitos **Plataformas:** vea [requisitos del sistema](../../../../docs/framework/get-started/system-requirements.md). **Encabezado:** MetaHost.h **Biblioteca:** incluye como recurso en MSCorEE.dll **Versiones de .NET framework:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)] ## <a name="see-also"></a>Vea también [ICLRMetaHost (interfaz)](../../../../docs/framework/unmanaged-api/hosting/iclrmetahost-interface.md) [Coclases e interfaces de hospedaje de CLR en desuso](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-interfaces-and-coclasses.md) [Interfaces de hospedaje de CLR](../../../../docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md) [Funciones de hospedaje de CLR en desuso](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-functions.md) [Hospedar aplicaciones de WPF](../../../../docs/framework/unmanaged-api/hosting/index.md)
54.407407
617
0.723622
spa_Latn
0.69893
26e97d6f0a6767e10afd7cf67122aa653084e024
821
md
Markdown
src/components/initialMarkdown.md
h-mit/markdown2confluence
1f73e83a803992a937dca9853d41f770c8bf493c
[ "MIT" ]
null
null
null
src/components/initialMarkdown.md
h-mit/markdown2confluence
1f73e83a803992a937dca9853d41f770c8bf493c
[ "MIT" ]
null
null
null
src/components/initialMarkdown.md
h-mit/markdown2confluence
1f73e83a803992a937dca9853d41f770c8bf493c
[ "MIT" ]
1
2019-12-02T07:13:49.000Z
2019-12-02T07:13:49.000Z
# markdown2confluence Markdown を Confluence Wiki Markup に変換します。 ## 使い方 1. 左のテキストエリアに Markdown を書きます 2. 右にプレビューが表示されます 3. "Copy" ボタンで Confluence Wiki 形式でクリップボードにコピーします 4. Confluence のページ編集画面でマークアップの挿入を開きます(Windows では `Ctrf + Shift + D`) 5. 表示されるエリアにペーストし挿入します ## Confluence Wiki Markup の独自記法 Markdown に含まれない記法についてはそのまま出力されるため、Markdown の中に Confluence Wiki 形式の記法を含めることができます。 ### Info, Tip, Note, Warning マクロの使用例 {info} このように囲むことで info マクロを使用できます。 {info} {tip} このように囲むことで tip マクロを使用できます。 {tip} {note} このように囲むことで note マクロを使用できます。 {note} {warning} このように囲むことで warning マクロを使用できます。 {warning} ## シンタックスハイライト対応言語 - actionscript3 - bash - csharp - coldfusion - cpp - css - delphi - diff - erlang - groovy - html - java - javafx - javascript - js - perl - php - powershell - python - ruby - scala - shell - sql - vb - xml
13.241935
80
0.74665
yue_Hant
0.593137
26e9c526c7c8d2bf63672dbf3eb8bbf70b162d96
116
md
Markdown
Fun/Symbol Image/README.md
JKChang2015/Python_Projects
b90211bc7c662dfbd6760b547209f4cbbf9c0737
[ "Apache-2.0" ]
null
null
null
Fun/Symbol Image/README.md
JKChang2015/Python_Projects
b90211bc7c662dfbd6760b547209f4cbbf9c0737
[ "Apache-2.0" ]
null
null
null
Fun/Symbol Image/README.md
JKChang2015/Python_Projects
b90211bc7c662dfbd6760b547209f4cbbf9c0737
[ "Apache-2.0" ]
null
null
null
# Symbol Image --- Convert Image to Symbol ![Alt text](./resources/Pippa.png) ![Alt text](./resources/output.png)
14.5
35
0.689655
yue_Hant
0.527779
26ea2e1d04e41af9792f9e0550afcf19938a7454
2,215
md
Markdown
REFERENCE.md
krux/themeier-systemd_cron
3fc0aa0b573141f04c734d83ba7ffaec5311a8d8
[ "Apache-2.0" ]
null
null
null
REFERENCE.md
krux/themeier-systemd_cron
3fc0aa0b573141f04c734d83ba7ffaec5311a8d8
[ "Apache-2.0" ]
null
null
null
REFERENCE.md
krux/themeier-systemd_cron
3fc0aa0b573141f04c734d83ba7ffaec5311a8d8
[ "Apache-2.0" ]
null
null
null
# Reference <!-- DO NOT EDIT: This document was generated by Puppet Strings --> ## Table of Contents **Defined types** * [`systemd_cron`](#systemd_cron): systemd_cron Create systemd timer/service to replace cron jobs ## Defined types ### systemd_cron systemd_cron Create systemd timer/service to replace cron jobs #### Examples ##### Usage ```puppet systemd_cron { 'date': on_calendar => '*:0/10', command => '/bin/date', service_description => 'Print date', timer_description => 'Run date.service every 10 minutes', } ``` #### Parameters The following parameters are available in the `systemd_cron` defined type. ##### `on_calendar` Data type: `String` systemd timer OnCalendar= definition when to run the service as defined in https://www.freedesktop.org/software/systemd/man/systemd.time.html ##### `command` Data type: `String` command string for ExecStart= defintion of the service to run as defined in https://www.freedesktop.org/software/systemd/man/systemd.service.html ##### `service_description` Data type: `String` string for Description= defintion of the service as defined in https://www.freedesktop.org/software/systemd/man/systemd.service.html ##### `ensure` Data type: `Variant[Boolean,Enum['present','absent']]` removes the instance if set to false or absent Default value: `true` ##### `timer_description` Data type: `String` optional string for Description= defintion of the service as defined in https://www.freedesktop.org/software/systemd/man/systemd.timer.html Default value: "timer for ${service_description}" ##### `user` Data type: `String` username to run command User= as defined in https://www.freedesktop.org/software/systemd/man/systemd.service.html Default value: 'root' ##### `additional_timer_params` Data type: `Optional[Array]` optional array with lines to append to [Timer] section example: `'additional_timer_params' => [ 'RandomizedDelaySec=10' ]` Default value: `undef` ##### `additional_service_params` Data type: `Optional[Array]` optional array with lines to append to [Service] section example: `'additional_service_params' => [ 'OnFailure=status-email-user@%n.service' ]` Default value: `undef`
21.930693
97
0.728668
eng_Latn
0.57152
26eabecfb02c8fbf7fd325b8b825b92a97765cec
5,421
md
Markdown
README.md
JoePlant/xml-architecture
543c87e2d6b34335754611dba63fa62bbc788908
[ "MIT" ]
2
2019-02-20T03:03:54.000Z
2020-12-04T15:18:26.000Z
README.md
JoePlant/xml-architecture
543c87e2d6b34335754611dba63fa62bbc788908
[ "MIT" ]
null
null
null
README.md
JoePlant/xml-architecture
543c87e2d6b34335754611dba63fa62bbc788908
[ "MIT" ]
null
null
null
xml-architecture ================ I recently was given a large pub-sub architecture that was very complicated to understand. So, I constructed an xml view of the architecture and decided to output the architecture visually using graphviz. A very simple banking architecture is included here to show some of the outputs that can be created. Services View | Adapters View -----------------------------------|----------------------------------- ![Services](./doc/Sample/services-top-label.png) | ![Adapters](./doc/Sample/adapters-top-label.png) ## Banking Sample Simple banking scenario with 3 Services Customer, Loans and Accounts and some of the messages that flow between them. ### Configuration ### The xml configuration is pretty easy to understand and can be viewed here: [Source](./doc/Sample/Sample.xml) ```xml <Architecture> <Service name='Customer Service'> <Adapter name='Customer Details Application Adapter' application='Customer Details'> <Publish> <Message name='Customer Created'/> <Message name='Customer Updated'/> </Publish> </Adapter> </Service> <Service name='Loans Service'> <Adapter name='Loans Application Adapter' application='Loans'> <Publish> <Message name='Loan Created'/> <Message name='Loan Updated'/> </Publish> <Subscribe> <Message name='Customer Updated'/> </Subscribe> </Adapter> <Adapter name='Loans Approval Application Adapter' application='Loan Approval'> <Publish> <Message name='Loan Approved'/> </Publish> </Adapter> <Adapter name='Loans Payment Application Adapter' application='Loan Payment'> <Publish> <Message name='Loan Payment'/> </Publish> </Adapter> </Service> <Service name='Accounts Service'> <Adapter name='Accounts Creation Application Adapter' application='Account Creation'> <Publish> <Message name='Account Created'/> </Publish> <Subscribe> <Message name='Loan Approved'/> <Message name='Customer Created'/> </Subscribe> </Adapter> <Adapter name='Accounts Application Adapter' application='Accounts'> <Publish> <Message name='Account Credited'/> <Message name='Account Debited'/> </Publish> <Subscribe> <Message name='Account Created'/> <Message name='Loan Payment'/> </Subscribe> </Adapter> </Service> </Architecture> ``` Output === The output from the tool is a set of PNG files generated using GraphViz. ## Services View The Services view show the main services and the messages that are published. #### Simple Services View Simple Services View shows the connections between the services (but not the messages) Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Services Top](./doc/Sample/services-top-simple.png)|![Adapters Left](./doc/Sample/services-left-simple.png) #### Services View Services View shows the connections between the services and the names of the messages Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Services Top](./doc/Sample/services-top-label.png)|![Adapters Left](./doc/Sample/services-left-label.png) #### Services and Messages View Services and Messages view shows the services and messages as nodes. Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Services Top](./doc/Sample/services-top-node.png)|![Adapters Left](./doc/Sample/services-left-node.png) ## Adapter Views The Adapters view shows the services as groupings and the adapters internally with the messages that are published. Each view is generated using a top to bottom approach and a left to right alternative. #### Simple Adapters View Shows the Services and the Adapters and how they are connected by messages Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Adapters Top](./doc/Sample/adapters-top-simple.png)|![Adapters Left](./doc/Sample/adapters-left-simple.png) #### Adapters View Shows the Services and the Adapters and the messages that connect them Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Adapters Top](./doc/Sample/adapters-top-label.png) |![Adapters Left](./doc/Sample/adapters-left-label.png) #### Adapters and Messages View Shows the Services, Adapters and the messages as nodes and how they are connected Top to Bottom | Left to Right -----------------------------------------------------|-------------------------------------------------------- ![Adapters Top](./doc/Sample/adapters-top-node.png) |![Adapters Left](./doc/Sample/adapters-left-node.png) ### Messages Views ### Soon... I am not sure if xml-architecture is the right name for this.... will have to think up a better one soon.
36.628378
117
0.573695
eng_Latn
0.940359
26eaeb5d5945b78412e3a73b53f3e5560b5a8c91
1,403
md
Markdown
openapi/components/README.md
mauritscottyn/redoc
cca863b44d3e0ede3e4fc74135784c5b53a5498d
[ "MIT" ]
327
2019-06-02T05:52:37.000Z
2022-03-22T04:42:50.000Z
openapi/components/README.md
mauritscottyn/redoc
cca863b44d3e0ede3e4fc74135784c5b53a5498d
[ "MIT" ]
213
2020-11-25T19:19:11.000Z
2022-03-21T00:28:55.000Z
openapi/components/README.md
mauritscottyn/redoc
cca863b44d3e0ede3e4fc74135784c5b53a5498d
[ "MIT" ]
70
2019-06-14T22:44:10.000Z
2022-02-28T03:39:56.000Z
Reusable components =========== * You can create the following folders here: - `schemas` - reusable [Schema Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#schemaObject) - `responses` - reusable [Response Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#responseObject) - `parameters` - reusable [Parameter Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#parameterObject) - `examples` - reusable [Example Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#exampleObject) - `headers` - reusable [Header Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#headerObject) - `requestBodies` - reusable [Request Body Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#requestBodyObject) - `links` - reusable [Link Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#linkObject) - `callbacks` - reusable [Callback Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#callbackObject) - `securitySchemes` - reusable [Security Scheme Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#securitySchemeObject) * Filename of files inside the folders represent component name, e.g. `Customer.yaml`
93.533333
155
0.768354
yue_Hant
0.411246
26eb3000fccd92c3eb2d6e95d30a913e08f2cce7
1,285
md
Markdown
revdep/README.md
joethorley/chk
c4a7b86599457a7f9481c12e1e113b782a991213
[ "MIT" ]
null
null
null
revdep/README.md
joethorley/chk
c4a7b86599457a7f9481c12e1e113b782a991213
[ "MIT" ]
null
null
null
revdep/README.md
joethorley/chk
c4a7b86599457a7f9481c12e1e113b782a991213
[ "MIT" ]
null
null
null
# Platform |field |value | |:--------|:---------------------------------------------------------------------------| |version |R version 4.1.2 (2021-11-01) | |os |macOS Big Sur 11.5.2 | |system |x86_64, darwin17.0 | |ui |RStudio | |language |(EN) | |collate |en_CA.UTF-8 | |ctype |en_CA.UTF-8 | |tz |America/Vancouver | |date |2022-02-05 | |rstudio |2021.09.0+351 Ghost Orchid (desktop) | |pandoc |2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) | # Dependencies |package |old |new |Δ | |:-------|:-----|:-----|:--| |chk |0.7.0 |0.8.0 |* | # Revdeps
51.4
88
0.235019
yue_Hant
0.122259
26eb452fec47bd9164ca991b5b82dc72eeaa9254
213
md
Markdown
README.md
yuhang-lin/txf-to-csv
71396157b4a32348c6b53e9aeb68a2fd58bc3472
[ "Apache-2.0" ]
null
null
null
README.md
yuhang-lin/txf-to-csv
71396157b4a32348c6b53e9aeb68a2fd58bc3472
[ "Apache-2.0" ]
null
null
null
README.md
yuhang-lin/txf-to-csv
71396157b4a32348c6b53e9aeb68a2fd58bc3472
[ "Apache-2.0" ]
null
null
null
# txf-to-csv This repository is for converting the txf files into csv files. Please rename the txf file as `data.txf` and run the command `python3 txf2csv.py`. The program will generate a csv file at the end.
35.5
132
0.755869
eng_Latn
0.997642
26eb97b1fcdf7820baca939a716bfaa16a152f76
599
md
Markdown
api/Excel.UserAccessList.Count.md
CeptiveYT/VBA-Docs
1d9c58a40ee6f2d85f96de0a825de201f950fc2a
[ "CC-BY-4.0", "MIT" ]
283
2018-07-06T07:44:11.000Z
2022-03-31T14:09:36.000Z
api/Excel.UserAccessList.Count.md
CeptiveYT/VBA-Docs
1d9c58a40ee6f2d85f96de0a825de201f950fc2a
[ "CC-BY-4.0", "MIT" ]
1,457
2018-05-11T17:48:58.000Z
2022-03-25T22:03:38.000Z
api/Excel.UserAccessList.Count.md
CeptiveYT/VBA-Docs
1d9c58a40ee6f2d85f96de0a825de201f950fc2a
[ "CC-BY-4.0", "MIT" ]
469
2018-06-14T12:50:12.000Z
2022-03-27T08:17:02.000Z
--- title: UserAccessList.Count property (Excel) keywords: vbaxl10.chm726073 f1_keywords: - vbaxl10.chm726073 ms.prod: excel api_name: - Excel.UserAccessList.Count ms.assetid: a162316a-de05-cb47-3afc-e4fbe3bcd661 ms.date: 05/18/2019 ms.localizationpriority: medium --- # UserAccessList.Count property (Excel) Returns a **Long** value that represents the number of objects in the collection. ## Syntax _expression_.**Count** _expression_ A variable that represents a **[UserAccessList](Excel.UserAccessList.md)** object. [!include[Support and feedback](~/includes/feedback-boilerplate.md)]
20.655172
95
0.774624
yue_Hant
0.41012
26ed14a4687c948d27d3ca830c4a38210970d457
4,714
md
Markdown
README.md
Whebcraft/Downloader
17580a6995c67012c2040acfeaf81695df6d0483
[ "Unlicense" ]
3
2015-06-10T13:21:30.000Z
2015-10-23T22:31:10.000Z
README.md
Whebcraft/Downloader
17580a6995c67012c2040acfeaf81695df6d0483
[ "Unlicense" ]
1
2016-04-26T03:42:29.000Z
2016-04-30T01:30:08.000Z
README.md
Whebcraft/Downloader
17580a6995c67012c2040acfeaf81695df6d0483
[ "Unlicense" ]
null
null
null
# Downloader plugin for Phonegap (Cordova) The plugin can start and stop a file download from the web. ## Adding the plugin to your project ## 1. To install the plugin, Use the following command to always use the latest version of the plugin: cordova plugin add https://github.com/Whebcraft/Downloader.git ## Using the plugin ## The plugin creates the method `downloadmanager(action, options, win, fail)` `action` may be: * `start` to beging to download a file * `cancel` to stop one * `isdownloading` to know the status of another `options` is a json object containing the parameters (some optional) that DownloadManager accepts, it can be: * `id:` an ID from a download process (required for "cancel" and "isdownloadind" action) * `url:` the url to get (http://wherever.com/whatever.txt) (required for "start" action) * `filePath:` path where to save the file (FileSystem/Download/YOUR_PATH) (optional, by default the app name) * `fileName:` filename for the resource (FileSystem/Download/YOUR_PATH/YOUR_FILENAME.yy) (optional, by default the url name) * `overwrite:` If the file already exists, download it again. (required for "start" action) * `useNotificationBar:` `true`to use the Android notification bar to show the progress (optional, by defautl true) * `startToast:` Message on toast at the beginning of the download process (optional) * `endToast:` Message on toast at the end of the download process (optional) * `ticker:` Message to show on notification area where the download start (optional) * `notificationTitle:` Message to show on the notification bar while during download (optional) * `cancelToast:`: Message on toast where the donwload is canceled (stoped) (optional) `win` and `fail` are callback functions. `win` will be called when there is a progress in the download. The passed object is: { id: "45345" // id to handle the process downloading: true // true or false total: 1000, // The total number of bytes to download. file: "file.ext" // Name of the file dir: "youappname" // Path where to download progress: 46, // In percent } ## Using the plugin ## * Basic: (start a download on a notification bar) <pre> downloadmanager( "start", { url: url2down, overwrite: true }, function(info) { console.info(info.progress); // Example to stop a download on 30%: if (info.progress === 30) downloadmanager("cancel", {id: info.id}, function() {}, function() {}); }, function(error) { console.error(error); } ); </pre> * Check if a donwload is in progress: <pre> downloadmanager("cancel", {id: "example_id"}, function(res) { alert(res); // true or false }, function() {}); </pre> * More: <pre> downloadmanager( "start", { url: "http://wherever.com/lalalala/.txt", filePath: "from_myapp", fileName: "hello.txt", // (FileSystem)/Download/from_myappp/hello.txt overwrite: false, useNotificationBar: true, startToast: "Starting download...", endToast: "Download end!", ticker: "Downloading...", notificationTitle: "hello.txt", cancelToast: "Download canceled!" }, function(info) { console.info("id: "+info.id+"\n" + "downloading: "+info.downloading+"\n" + "total: "+info.total+"\n" + "file: "+info.file+"\n" + "dir: "+info.dir+"\n" + "progress: "+info.progress+"\n" ); // progress bar example: $('#progress_bar').css('width', info.progress) }, function(error) { alert(error); } ); </pre> ## Licence ## The MIT License Copyright (c) 2015 Whebcraft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38.325203
460
0.690496
eng_Latn
0.865911
26ed22ced854cbbc3cb07bd2595a58c99443cc92
828
md
Markdown
src/12_5.md
azu/ecmascript5-ja
ae01ddf0ac67ff4bad2d1f5065ad26fcca16a416
[ "Unlicense" ]
null
null
null
src/12_5.md
azu/ecmascript5-ja
ae01ddf0ac67ff4bad2d1f5065ad26fcca16a416
[ "Unlicense" ]
null
null
null
src/12_5.md
azu/ecmascript5-ja
ae01ddf0ac67ff4bad2d1f5065ad26fcca16a416
[ "Unlicense" ]
null
null
null
12.5 if 文 / The if Statement / Standard ECMA-262 5.1 Edition ------------------------------------------------------------- ### 12 ステートメント/文 ### 12.5 if 文 【構文】 IfStatement : if ( Expression ) Statement else Statement if ( Expression ) Statement  それぞれ他のどのifに関連する選択なのかが曖昧である場合は、他に何も一致するものがないという場合を除き、可能な限り最も近いものと関連させるようにしましょう。 【セマンティックス】  プロダクション IfStatement : if ( Expression ) Statement else Statement は、次のように評価されます。 1. exprRef は、Expressionを評価した結果とする 2. ToBoolean(GetValue(exprRef)) が、 trueである場合、 a.1つめの文を評価した結果を返す 3.それ以外の場合、 a.2つめの文を評価した結果を返す  プロダクション IfStatement : if ( Expression ) Statement は、次のように評価されます。 1. exprRef は、Expressionを評価した結果とする 2. ToBoolean(GetValue(exprRef)) が、 falseである場合、 return (normal, empty, empty) 3. Statementを評価した結果を返す
21.789474
80
0.648551
yue_Hant
0.669587
26ed7698baecd5013dcc5328972d044caa106050
1,985
md
Markdown
README.md
smiller171/terraform-terraform-tags
a62ab23050353bdac8d34a573b87b4f240796152
[ "MIT" ]
4
2019-11-15T21:22:44.000Z
2022-03-09T23:54:02.000Z
README.md
smiller171/terraform-terraform-tags
a62ab23050353bdac8d34a573b87b4f240796152
[ "MIT" ]
4
2019-11-14T22:08:47.000Z
2021-05-10T19:51:18.000Z
README.md
smiller171/terraform-terraform-tags
a62ab23050353bdac8d34a573b87b4f240796152
[ "MIT" ]
4
2020-08-29T21:28:42.000Z
2022-03-23T18:05:31.000Z
# terraform-terraform-tags [![](https://github.com/rhythmictech/terraform-terraform-tags/workflows/pre-commit-check/badge.svg)](https://github.com/rhythmictech/terraform-terraform-tags/actions) <a href="https://twitter.com/intent/follow?screen_name=RhythmicTech"><img src="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=RhythmicTech" alt="follow on Twitter"></a> A handy dandy module to ensure consistent tagging policies across your Terraform world. Example: ```hcl module "tags" { source = "rhythmictech/tags/terraform" version = "1.0.0" names = ["example", "prod", "frontend"] tags = { "Env" = "prod", "Namespace" = "frontend", "Owner" = "Frontend Engineering Team" } } ``` <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --> ## Requirements | Name | Version | |------|---------| | terraform | >= 0.12.19 | ## Providers No provider. ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | enforce\_case | Type casing to enforce. Options are: [ None (default) \| UPPER \| lower ] | `string` | `"None"` | no | | name\_seperator | Seperator to seperate names in name (default '-') | `string` | `"-"` | no | | names | Namespaces in descending level of specificity, eg ['marge', 'kubernetes', 'prod', 'eus1'] | `list(string)` | <pre>[<br> "default"<br>]</pre> | no | | tags | Additional tags. Overwrite module-generated tags | `map(string)` | `{}` | no | ## Outputs | Name | Description | |------|-------------| | name | Moniker to be applied to resources | | name32 | first 32 chars of string name | | name6 | first 6 chars of string name | | namenosymbols | name with symbols removed | | tags | Tags as a map (includes a `Name` tag) | | tags\_as\_list\_of\_maps | Tags as a list of maps, to make things like tagging ECS simple (includes a `Name` tag) | | tags\_no\_name | Tags as a map (excludes Name key) | <!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
35.446429
358
0.64131
eng_Latn
0.576844
26edd1c92d18f00f7656505cab2f5081fdfd2707
463
md
Markdown
src/DataProtection/examples/Remove-AzDataProtectionBackupInstance.md
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,336
2015-01-03T15:40:07.000Z
2022-03-31T09:53:06.000Z
src/DataProtection/examples/Remove-AzDataProtectionBackupInstance.md
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
13,768
2015-01-03T14:50:54.000Z
2022-03-31T22:17:19.000Z
src/DataProtection/examples/Remove-AzDataProtectionBackupInstance.md
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,968
2015-01-02T17:35:24.000Z
2022-03-30T13:51:31.000Z
### Example 1: Delete a protected backup instance ```powershell PS C:\> $instance = Get-AzDataProtectionBackupInstance -SubscriptionId "xxxx-xxx-xxx" -ResourceGroupName "MyResourceGroup" -VaultName "MyVault" PS C:\> Remove-AzDataProtectionBackupInstance -SubscriptionId "xxxx-xxx-xxx" -ResourceGroupName "MyResourceGroup" -VaultName "MyVault" -Name $instance[0].name ``` This command stops backup and deletes backup data of a given protected backup instance.
42.090909
158
0.788337
yue_Hant
0.852948
26edd2fa14f21dbef16cd26dbe46156b858b94b9
1,263
md
Markdown
_posts/OS/L/2015-01-20-OsLTP5.md
funRiceGenes/funRiceGenes.github.io
e27a14e23dd8c3d6127e38ee62240dc9e01008be
[ "MIT" ]
4
2017-08-09T02:48:10.000Z
2020-11-11T01:54:08.000Z
_posts/OS/L/2015-01-20-OsLTP5.md
funRiceGenes/funRiceGenes.github.io
e27a14e23dd8c3d6127e38ee62240dc9e01008be
[ "MIT" ]
1
2020-05-31T13:03:01.000Z
2020-06-01T01:47:14.000Z
_posts/OS/L/2015-01-20-OsLTP5.md
funRiceGenes/funRiceGenes.github.io
e27a14e23dd8c3d6127e38ee62240dc9e01008be
[ "MIT" ]
6
2018-10-03T20:47:32.000Z
2021-07-19T01:58:31.000Z
--- layout: post title: "OsLTP5" description: "" category: genes tags: [ ABA , stem, cutin, shoot, salicylic acid, flower] --- * **Information** + Symbol: OsLTP5 + MSU: [LOC_Os11g02389](http://rice.uga.edu/cgi-bin/ORF_infopage.cgi?orf=LOC_Os11g02389) + RAPdb: [Os11g0115400](http://rapdb.dna.affrc.go.jp/viewer/gbrowse_details/irgsp1?name=Os11g0115400) * **Publication** + [Cutin monomer induces expression of the rice OsLTP5 lipid transfer protein gene](http://www.ncbi.nlm.nih.gov/pubmed?term=Cutin monomer induces expression of the rice OsLTP5 lipid transfer protein gene%5BTitle%5D), 2008, J Plant Physiol. * **Genbank accession number** * **Key message** + Expression of OsLTP5 was induced in shoots in response to ABA and salicylic acid + The OsLTP5 transcript was expressed prominently in stems and flowers, but was barely detectable in leaves + Treatment with the cutin monomer 16-hydroxypalmitic acid (HPA), a major component of cutin, elicited the synthesis of hydrogen peroxide (H2O2) in rice leaves and induced the expression of the lipid transfer protein gene OsLTP5 + Cutin monomer induces expression of the rice OsLTP5 lipid transfer protein gene * **Connection** [//]: # * **Key figures**
42.1
243
0.7308
eng_Latn
0.870062
26ee53020968da9f8cfa5a47a402d2d02e88beac
6,635
md
Markdown
README.md
namanbirsingh/COVID-19-Tracker
6ec78f1a9daa95bf7ca11911692d0ac5623354cb
[ "MIT" ]
1
2021-02-06T09:28:01.000Z
2021-02-06T09:28:01.000Z
README.md
namanbirsingh/COVID-19-Tracker
6ec78f1a9daa95bf7ca11911692d0ac5623354cb
[ "MIT" ]
null
null
null
README.md
namanbirsingh/COVID-19-Tracker
6ec78f1a9daa95bf7ca11911692d0ac5623354cb
[ "MIT" ]
null
null
null
<p align="center"> <a> <img src="app/src/main/ic_launcher-playstore.png" width="200" height="200"/> </a> <h1 align="center">COVID-19 Tracker</h1> </p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [![API](https://img.shields.io/badge/API-21%2B-yellow?style=for-the-badge)](https://android-arsenal.com/api?level=21) [![WORKFLOWS](https://img.shields.io/badge/Android%20CI-passing-green?style=for-the-badge)](https://github.com/thinktocode/COVID-19-Tracker/actions) [![Stargazers](https://img.shields.io/github/stars/thinktocode/COVID-19-Tracker?style=for-the-badge)](https://github.com//thinktocode/COVID-19-Tracker/stargazers) [![Issues](https://img.shields.io/github/issues/thinktocode/COVID-19-Tracker?style=for-the-badge)](https://github.com/thinktocode/COVID-19-Tracker/issues) [![Contributors](https://img.shields.io/github/contributors/thinktocode/COVID-19-Tracker?style=for-the-badge)](https://img.shields.io/github/contributors/thinktocode/COVID-19-Tracker) [![Forks](https://img.shields.io/github/forks/thinktocode/COVID-19-Tracker?style=for-the-badge)](https://github.com//thinktocode/COVID-19-Tracker/network/members) ## ✨ Screenshots | Main Screen | Statistics | Preventions | |:-:|:-:|:-:| | ![Fist](media/screen_1.png?raw=true) | ![3](media/screen_2.png?raw=true) | ![3](media/screen_3.png?raw=true) | | Main Screen Dark | Statistics Dark | FAQ | | ![4](media/screen_dark_1.png?raw=true) | ![5](media/screen_dark_2.png?raw=true) | ![6](media/screen_dark_3.png?raw=true) | ## MAD Score ![summary](https://user-images.githubusercontent.com/24237865/102366914-84f6b000-3ffc-11eb-8d49-b20694239782.png) ## 🌟 About It simply loads data from API and stores it in persistence storage (i.e. SQLite Database). Data will be always loaded from local database. Remote data (from API) and Local data is always synchronized. - This makes it offline capable 😃. - Clean and Simple Material UI. - It supports dark theme too 🌗. ## 🚀 Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ### Prerequisites * Android Studio 3.2+ * Java JDK ### Installing Follow these steps if you want to get a local copy of the project on your machine. #### 1. Clone or fork the repository by running the command below ``` git https://github.com/thinktocode/COVID-19-Tracker ``` #### 2. Import the project in AndroidStudio, and add API Key 1. In Android Studio, go to File -> New -> Import project 2. Follew the dialog wizard to choose the folder where you cloned the project and click on open. 3. Android Studio imports the projects and builds it for you ## 💥 How to Contribute ? - If you wish to contribute kindly check the [CONTRIBUTING.md](https://github.com/thinktocode/COVID-19-Tracker/blob/main/CONTRIBUTING.md)🤝 ## 📃 Libraries used - [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development. - [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more.. - [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/) - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception. - [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) - Jetpack Dependency Injection Framework - [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps. - [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes. - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes. - [ViewBinding](https://developer.android.com/topic/libraries/view-binding) - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views. - [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library. - [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) - WorkManager is an API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts. - [Dagger 2](https://dagger.dev/) - Dependency Injection Framework - [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java. - [Coil-kt](https://coil-kt.github.io/coil/) - An image loading library for Android backed by Kotlin Coroutines. - [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android ## Our Contributors [CONTRIBUTORS.md](./CONTRIBUTORS.md) ## Code of Conduct You can find our Code of Conduct [here](/CODE_OF_CONDUCT.md). ## 📝 License This project is released under the MIT license. See [LICENSE](./LICENSE) for details. ``` MIT License Copyright (c) 2020 Namanbir Singh (thinktocode) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ## Open-source Programs Winter of Code is an open-source program envisioned by DevScript that helps understand the paradigm of Open Source contribution. It aims to bring students into the world of open source development and see the power of unified problem solving in real time. <img src="https://devscript.tech/woc/img/WOC-logo.png" width="35%">
51.434109
255
0.763677
eng_Latn
0.605472
26ee912f1e3d4c9e36ffce7ed53d90a8154ad4f0
9,444
md
Markdown
from-local-to-automated-chaostoolkit/README.md
yanntoque/community-playground
a2cea3550bccbb18f6eabf5f785ec3f0a460ba70
[ "Apache-2.0" ]
45
2019-05-02T13:07:10.000Z
2022-02-21T22:32:18.000Z
from-local-to-automated-chaostoolkit/README.md
yanntoque/community-playground
a2cea3550bccbb18f6eabf5f785ec3f0a460ba70
[ "Apache-2.0" ]
29
2019-04-29T11:05:16.000Z
2022-02-21T22:11:19.000Z
from-local-to-automated-chaostoolkit/README.md
yanntoque/community-playground
a2cea3550bccbb18f6eabf5f785ec3f0a460ba70
[ "Apache-2.0" ]
20
2019-07-26T23:37:56.000Z
2022-03-04T07:48:39.000Z
# From solo Chaos Engineer to organization Chaos Engineering capability This simple demo will walk you through how you can benefit from the Chaos Toolkit to start on your journey and get to a team Chaos Engineering capability. Chaos Engineering is practice as much as a discipline, it takes trials to get your own approach of the topic right. Chaos Toolkit aims at providing a protocol as well as a platform to put you on the right track. ## Overview This demo is purposefully simple from an application perspective so that we can focus on the Chaos Engineering side. ### Application Design The application is a simple HTTP endpoint that, when called, returns a JSON payload: ```json { "svc": "service1", "version": "1", "timestamp": 1558335507.2725668, "count": 2752 } ``` The `count` value is an integer that is incremented by the service everytime you call the endpoint. Initially, the service, called `service1`, generates the value on its own. But in a second version, we decide to have another service, called `service2`, that generates the value while `service1` then calls it internally over HTTP to fetch that value to pass it back to the user. ```json { "svc": "service1", "version": "2", "timestamp": 1558335867.205336, "count": 2802 } ``` ```json { "svc": "service2", "version": "1", "last": 2802 } ``` Both services expose as well: * a `/health` endpoint for probing the health of the service * a `/metrics` endpoint for collecting metrics (from Prometheus) ### Operational Design We use Kubernetes to manage our application's lifecycle. Both have their own deployment strategies. When a new version is rolled out, Kubernetes waits up a certain amount of time before accepting that the new version is allowed to take trafic in. This allows us to reduce the impact on our users shoudld a new version breaks on deployment. This demo is going to focus on scenarios around rollouts essentially. ## Setup your Environment This demo is not really difficult to deploy but hasn't been tested against all environments yet. So please report any issue you might encounter. ### Create a Kubernetes cluster You obviously need to start with running a Kubernetes cluster. It does not have to very powerful as we will run a minimal set of pods in there. Our applications have resource limits which are fairly low. The demo has been tested on Ubuntu 19.04 against a local Kubernetes cluster deployed with [microk8s][]. [microk8s]: https://microk8s.io/ As this only works on Linux, you might want to try [minikube][], [k3s][] or a cloud offering. [minikube]: https://kubernetes.io/docs/setup/minikube/ [k3s]: https://k3s.io/ Make sure `~/.kube/config` is properly configured so that you can query the cluster from your local machine. ### Install system dependencies This demo is concerned about showing you how Chaos Toolkit can integrates smoothly with your existing tooling (observability, CI/CD...). For the purpose of the demo, please install Jaeger and Prometheus in your cluster: ``` $ kubectl apply -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml ``` ``` git clone https://github.com/coreos/kube-prometheus.git cd kube-prometheus kubectl apply -f manifests/ ``` ### Configure your shell environment Once deployed and running, please make sure the following variables are populated anywhere you will be running Chaos Toolkit: ``` export JAEGER_HOST=$(kubectl get pods -o=jsonpath='{.items[0].status.podIP}' -l app=jaeger) export PROMETHEUS_URL="http://$(kubectl -n monitoring get svc prometheus-k8s -o=jsonpath='{.spec.clusterIP}'):9090" ``` In addition, the demo may send logs to a central logging service, such as [Humio][]. Please set these two variables: ``` export HUMIO_INGEST_TOKEN= export HUMIO_DATASPACE= ``` If you do not have an account with Humio, or do not wish to create one, simply leave these variables empty. Finally, we pretend to have a domain called `counter.dev` pointing at `service1`. If you run everything locally, please add the following entry to your `/etc/hosts` file. ``` 127.0.0.1 counter.dev ``` Then add export the following variable: ``` export COUNTER_URL=http://counter.dev/ ``` ### Deploy the application resources The last thing is to deploy some resources we'll need for the demo: ``` $ kubectl apply --record \ -f manifests/ingress/ \ -f manifests/prometheus/ ``` ### Install Chaos Toolkit dependencies You will need to install the Chaos Toolkit and then its dependencies for this demo: ``` $ pip3 install -U experiments/requirements.txt ``` ## Get Started ### A single service... First, we'll be deploying v1 of our `service1`. That version generates the counter value on its own. ``` $ kubectl apply --record \ -f manifests/deployment/service1.yaml \ -f manifests/service/service1.yaml ``` Once deployed, check you can call the service: ``` $ curl --silent $COUNTER_URL {"svc":"service1","version":"1","timestamp":1558339816.4258926,"count":1} ``` You should see traces for this service in Jaeger's UI. ![Jaeger Service1 v1](/from-local-to-automated-chaostoolkit/assets/screenshots/service1-v1-jaeger.png) ### A microservice architecture ! We are now moving to a microservice architecture whereby a second service is deployed to actually manage the counter. The first service simply calls that new service to fetch the value and pass it along to users. ``` $ kubectl apply --record \ -f manifests/deployment/service2.yaml \ -f manifests/service/service2.yaml ``` ``` export SVC2="http://$(kubectl get svc service2 -o=jsonpath='{.spec.clusterIP}'):8000" ``` ``` $ curl --silent $SVC2 {"svc":"service2","version":"1","count":1} ``` However, for now our first service is not aware of the new service. We update `service1`'s code and deploy v2. ``` $ kubectl set image deployment service1 service1=lawouach/service1:v2 ``` You should see traces for both services in Jaeger's UI. ![Jaeger Service1 v2](/from-local-to-automated-chaostoolkit/assets/screenshots/service1-v2-jaeger.png) At this stage, we are now ready to try various Chaos Engineering scenarios which will surface potential issues when rolling out new versions of `service2` and how this impacts `service1`, potentially thus our users. ## Run Chaos Engineering experiments with the Chaos Toolkit ### Can we roll the same version of a service without problem? The hypothesis here is the null hypothesis. Do we impact anyone when we rollout the same version of a service? The experiment is `experiments/rollout-v1-service2.json`, run it as follows: ``` $ cd experiments $ chaos run --journal-path=v1.json rollout-v1-service2.json ``` This experiment shows that we do not hurt our users, nor `service1` when we rollout the same version which is already running of `service2`. ### Can we roll a new version of a service without problem? Do we impact anyone when we rollout a newer version of a service? The experiment is `experiments/rollout-v2-service2.json`, run it as follows: ``` $ cd experiments $ chaos run --journal-path=v2.json rollout-v2-service2.json ``` This experiment shows that we do not hurt our users, nor `service1` when we rollout a new version of `service2`. ### Can we roll a new version of an unhealthy service without problem? Do we impact anyone when we rollout a newer version of a service that reports being unhealthy to Kubernetes? The experiment is `experiments/rollout-v3-service2.json`, run it as follows: ``` $ cd experiments $ chaos run --journal-path=v3.json rollout-v3-service2.json ``` This experiment shows that we do not hurt our users, nor `service1` when we rollout a new version of `service2` if that new version reports being unhealthy. Kubernetes won't let it be deployed. ### Can we roll a new version of a slow service without problem? Do we impact anyone when we rollout a newer version of a service that reports being healthy to Kubernetes, even if it is too slow and adds latency? The experiment is `experiments/rollout-v4-service2.json`, run it as follows: ``` $ cd experiments $ chaos run --journal-path=v4.json rollout-v4-service2.json ``` This experiment shows that *we do hurt our users* and `service1` when we rollout a new version of `service2` if that new version reports being healthy but is actually broken because it is now too slow and the latency is not tolerated by `service1` which expects a faster response. ![Jaeger Service1 v4](/from-local-to-automated-chaostoolkit/assets/screenshots/run-v4-jaeger.png) ![Humio v4](/from-local-to-automated-chaostoolkit/assets/screenshots/run-v4-humio.png) ## Generate a PDF report You can now generate a [report][] from all those runs: [report]: https://github.com/chaostoolkit/chaostoolkit-reporting ``` $ cd experiments $ docker run \ --user `id -u` \ -v `pwd`:/tmp/result \ -it \ chaostoolkit/reporting -- report --export-format=pdf v?.json report.pdf ``` ## Automate running the experiments with a Kubernetes Job Finally, you may decide to run the Chaos Toolkit automatically as a [Kubernetes Job](kubejob), or from your CI/CD for instance. [kubejob]: https://github.com/chaostoolkit-incubator/kubernetes-job ``` $ kubectl apply -f manifests/job/toolkit-as-kubejob.yaml $ kubectl apply -f manifests/job/chaostoolkit-rollout-v2-service2.yaml $ kubectl -n chaostoolkit logs -c chaostoolkit -l app=chaostoolkit ```
28.880734
133
0.750529
eng_Latn
0.990335
26eea9cadc348cff34d3d01c1d6d3823e801585a
298,255
md
Markdown
content/posts/azure-update-2021-08-15.md
kongou-ae/azdocChangefeed
900436e0dd6b7164136a4a5a8cddfc3dd912c5c9
[ "MIT" ]
null
null
null
content/posts/azure-update-2021-08-15.md
kongou-ae/azdocChangefeed
900436e0dd6b7164136a4a5a8cddfc3dd912c5c9
[ "MIT" ]
null
null
null
content/posts/azure-update-2021-08-15.md
kongou-ae/azdocChangefeed
900436e0dd6b7164136a4a5a8cddfc3dd912c5c9
[ "MIT" ]
null
null
null
--- title: Azure Update at 2021-08-15 date: 2021-08-15 draft: false tags: [ ] --- ### active-directory - [articles/active-directory/app-provisioning/on-premises-ecma-troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d1abad34524bb784ffe7a0e8778bf1d11463b5ae29c0ca830affa9f9ecdd9b28) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/on-premises-ecma-troubleshoot?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c9970bb5a8a7c09836b818955c4c8bc1579310ed1c2d1c10c673acabb748f971) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/develop/authorization-basics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-46b6769f5f6f7042d2ff95cc0ce8b82018e6cfc945512ff8567e34c181ae22c9) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/develop/authorization-basics?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/devices/concept-primary-refresh-token.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5cd50c3f7341c84331fdddae45e42d85a7e88e13fac87e70106e2037f06ace7c) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/devices/concept-primary-refresh-token?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/external-identities/azure-ad-account.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b96da653e54bbc3788d8f3a862c09c97514a2b1daedd1366aaadfcef1ca4326e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/external-identities/azure-ad-account?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/external-identities/microsoft-account.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-79a09c7babaf0db4eb7ec3c80fcf3611842f17a9e17d932d4e016da9289d181f) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/external-identities/microsoft-account?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/governance/create-access-review.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e34681a0039a72c34d36b003337f3fb2e6e18e98510d21981ee9924475c3dea1) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/governance/create-access-review?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/hybrid/migrate-from-federation-to-cloud-authentication.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d0be27dc863be304007a756dad3ca3095d0f92efcf5f5dd9f202b4972b4225fb) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/hybrid/migrate-from-federation-to-cloud-authentication?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/privileged-identity-management/pim-how-to-start-security-review.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c131e0d9d0fb57d2e8588e2575407de1501f4ce7f15b9656df4db674c172ae90) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-how-to-start-security-review?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/privileged-identity-management/pim-resource-roles-start-access-review.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a16d607370fd617d3b88cb59f068144bdc12a2a6a018a3cf712330ef6007edbe) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-resource-roles-start-access-review?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/8x8virtualoffice-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-66df4303eb873251352f50e3cbfc665e95d96095abb76f662f6eaa5921406781) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/8x8virtualoffice-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/adobe-identity-management-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2e8dd8fa064d48725f5065e6170f1070406ce6572b6951c357fa0c7514831501) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/adobe-identity-management-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/asana-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2b9ffe1948cbf26e7e60831326fe59ae3c1976bc09ed20b3f6d8340eab63d468) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/asana-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/atea-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8ea0e8291d6beea0497765ce68b1e10918756a98f930ca2461cb45d5431b2d02) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/atea-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/britive-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2cb49b6460a5bb1ed55d0de9fbe136dd4aceab289b4013dbe43f1152aa7a609e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/britive-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/cisco-webex-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0d3f1eb6197f98b32c6c2824e65e7ee38ff1ffc909672786e85ba98098d97785) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/cisco-webex-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/clarizen-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1cf2a70396da4ea711535e069d48a086e2f661f52050df7674ee628586b9b8cb) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/clarizen-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/code42-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e39c6599b152601b729e77f93cff110a2350daa8a76c10ae8e3301a7e0636dac) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/code42-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/cybsafe-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-95de3fd9dc007f76d7b0a31a264e09c553b946bd4e1539807e547238130a812e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/cybsafe-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/figma-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e5e4b50e5355252794ab62f61c2002a4f41e5d4e8fe405d7d12d8c5060d460d5) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/figma-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/fortes-change-cloud-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d63bb600bf9a1b89320bbb2daf7200e64fba74f684cafe66a93500dc11285753) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/fortes-change-cloud-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/grammarly-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d30032c1a3f31c838407d0ece1b9432c5adc0483621a4657df98d4e2ee0cb329) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/grammarly-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/grouptalk-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-229b855880d26e7ac03ae01edc359dd8c5a1ee5507cb1ee0fe3b9b834f7587c4) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/grouptalk-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/helloid-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5d00d090df8d1a6717cfc8c8c552cc9490fbadc0b68fd24943acf2038a4dda3e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/helloid-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/holmes-cloud-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d7b2ce5482cb66ecf606b22cbccda11d3b3665cbb4f16933ae8bcffe5ce8bbd2) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/holmes-cloud-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/hoxhunt-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-00a689c768d1d3225385cab25ca3ed1d71d84ca023a15464f3d5b097c5c980d1) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/hoxhunt-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/infor-cloud-suite-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c84300c5fb8057c29355abd2cba13b1179a5f5db7635fc264b446313a7f1c65b) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/infor-cloud-suite-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/insite-lms-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1154c2be0fa5819864d8e1c40fd900e384392032890728b010502dc80c21ebfb) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/insite-lms-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/iris-intranet-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-659b7fb2f4d6f81542f0529cf167a2e719e7b64f2cfb9f6e60549e43ede10262) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/iris-intranet-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/jostle-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-60c606b183885502591bc517c01e470105ee3340240cc78b9cc335a56748583e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/jostle-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/keeperpasswordmanager-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-08da24a3abf0d6707d34642c94a3986ee24446ba55c2976c20d0ab96763aaea0) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/keeperpasswordmanager-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/kpifire-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-15f348b8022d86d414e93d4def9a4da95e5f13d93f06d77e2b1f95fc423a4cb1) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/kpifire-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/limblecmms-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-81dc44213c79aed8b4617cbd22253d26f792df8ac52a3b420a59dcdcded41b99) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/limblecmms-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/linkedin-learning-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3b87f7290fb6fcce10eab0733fc214c429a0ef135b695e3e05c40992380041c5) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/linkedin-learning-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/lucidchart-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3279fd38d4832143c5389ad4993633d2e376982c71f91e912b05b91900532ca2) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/lucidchart-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/miro-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3eb7df88dcb84d27d2ed622b309b6be2479cf02538275647886c51169c653787) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/miro-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/mondaycom-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-828cbfc00c5ae7488d8a6b15497a122ba4abe0c561e2df6bcc1cc8bdc8118cff) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/mondaycom-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/new-relic-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23587d50426f54a3ed6524eae1df118027bc2ee1d3ea9810d3986b3429618bca) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/new-relic-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/officespace-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4cc4d0ab9cf19b4b4b1cdeb3b15f593ab781e9d5f8d6d242a071f1e422f7ec50) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/officespace-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/olfeo-saas-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1be80c70a8ecfc10f319cac32453b103518565b92582797bd875c4982f8b70be) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/olfeo-saas-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/oracle-cloud-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-02bfafaa06fb4f943190710a07f30a8b442263f951fe25b3fc68c13285882a62) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/oracle-cloud-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/oracle-fusion-erp-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d3c2e1efda075a8f64be94b093c1579f49f4f8e912cc7b084e7817af4c1368c6) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/oracle-fusion-erp-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/papercut-cloud-print-management-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1c6b9cec90ce06de21286fe1b87809eda7790bde57c12ce319c6e12321212b0e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/papercut-cloud-print-management-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/parsable-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9aea33ce73542ed8f9d4e6d33707ec60212ffbd263f59261b148d72395f220b4) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/parsable-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/peakon-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e0eaec964e49351e4c8884a8344dbe14b198f55d89ba184380632ac7dda22688) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/peakon-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/preciate-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a063e4b9b72a5400cbbfcde25141b984a695c73fd33106702a1a473db4ef270d) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/preciate-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/snowflake-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6c71b6eadfc0fc66357404d58218fd3f34898294405ff9e0aee0a45e32e8fedb) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/snowflake-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/sosafe-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-984ed4d7c77a8197f541b74e433c6bccfac14411a7a3ee895952600730ea3e3e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/sosafe-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/splashtop-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7e3f3464002271c06eec358384b8c884967c7967a476f240654ebf98b7716534) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/splashtop-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/tableauonline-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f39fbf78bcd178a9a2d5fa30d248ba5442d3cde4456dde8f29a5b9aac786056e) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/tableauonline-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/teamviewer-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a0658f97ee80de593096a62a5c5309e3db5ea7f120856639420a7206f2c4900a) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/teamviewer-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/timeclock-365-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e6a38e58299b918d727526501796dee1f51da11cca2d496800b7ea575ee3055a) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/timeclock-365-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/tribeloo-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d54b23bb32c37a8431e44b0983f0514f1a925e2dba4d38c9e31211a378ac85a9) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/tribeloo-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/unifi-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-90df10bcccfc1dfa9a1f8e8fc976369b8079456833fd0f9298e9b5b8495f78e2) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/unifi-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/vonage-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d23e948a289308d78d98d8c140748a42b308ea18801abbe558f7c8ea813ed1fd) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/vonage-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/wedo-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2f4dfc9a5a08281803c7cfd6f3b82e5e9641473df12175284a35e4c8d47243fe) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/wedo-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/wrike-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8a05cef0be7e1b7955c1cb671b0b2cb0b296dcc7ff9f3da1956b5e8a1536e741) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/wrike-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory/saas-apps/zip-provisioning-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-26a3699174702aaa5726eb0b9beab32669af5cb87adc0936bfc96450a13db405) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/zip-provisioning-tutorial?WT.mc_id=AZ-MVP-5003408)) ### active-directory-b2c - [articles/active-directory-b2c/azure-sentinel.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-709e2e19c2888c4a7d9df4ab1e4744b6260d64ccd44549bf41c52c4c5e6d0470) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/azure-sentinel?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/enable-authentication-spa-app-options.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d5c7a4593ca56c1923c28f23b5ed20647c21a1316802818791b5ae4b768bb024) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-spa-app-options?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/enable-authentication-web-application-options.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ee047ed97a8bd8c2396bc1284bec5dbb2453d661b6ffb58f1d2586797a6517c3) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-web-application-options?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/identity-provider-azure-ad-b2c.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c20bd4f778d6917f460c94e1d5aab61f905f8720e97f4c147eb8c29c7d212f47) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-b2c?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/identity-provider-azure-ad-single-tenant.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b11ab9e94be2a7c59ffdb597f806de8a8f4f722f8664b1537ef3fa6e96101832) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-single-tenant?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/identity-provider-microsoft-account.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6818e0672340e068b6229091d4042e8fdf2ddb065f60739490554361a4f160c0) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-microsoft-account?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/partner-bloksec.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-686adba214a59979e9514f174c0b226a9acf0804331ff4216b71d25a2eadbd76) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/partner-bloksec?WT.mc_id=AZ-MVP-5003408)) - [articles/active-directory-b2c/tutorial-create-tenant.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-833edce3452dfe2ba43b8530a91c72edba946e0dd02bb6bb24b3226ba4b74262) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant?WT.mc_id=AZ-MVP-5003408)) ### active-directory-domain-services - [articles/active-directory-domain-services/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a6d1b0d1830a1ae4c7ac836ddc0f5e5ab52cc770beb7d22ec6c9a531e0fe8cf3) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory-domain-services/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### aks - [articles/aks/certificate-rotation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7126a1a5f0117e1acb1492d3835d3fefe2ad134cf3ed40e05a8dc81c2754cebe) ([To docs](https://docs.microsoft.com/en-us/azure/aks/certificate-rotation?WT.mc_id=AZ-MVP-5003408)) - [articles/aks/configure-azure-cni.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-852f441fac270055f8ab7c29c7ca082af1e6baf5d997f7a087e5d88c4958d715) ([To docs](https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni?WT.mc_id=AZ-MVP-5003408)) - [articles/aks/operator-best-practices-identity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-86c031e21045985d140435cf9fcc93156d6ac1214bcb72e65ef5b82a59b83e34) ([To docs](https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-identity?WT.mc_id=AZ-MVP-5003408)) - [articles/aks/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-12ec0be75ff9be5cf210aff2fbfc685edc0d6c87491a7cefcd2f465647f35b84) ([To docs](https://docs.microsoft.com/en-us/azure/aks/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/aks/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b5a36e5012e919d125a8d6b2e0b95679ede112204d06aa4178d200143bb1dbbf) ([To docs](https://docs.microsoft.com/en-us/azure/aks/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/aks/use-azure-ad-pod-identity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-019779b7e8e0f41ba9bd60099206aeff8ea52458447a1f66f8013e43fde10d51) ([To docs](https://docs.microsoft.com/en-us/azure/aks/use-azure-ad-pod-identity?WT.mc_id=AZ-MVP-5003408)) ### api-management - [articles/api-management/api-management-howto-app-insights.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d6c38b18b80383c9dbe72abcdd0bb51131bcc73ccec05f18de5320d365f7f892) ([To docs](https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-app-insights?WT.mc_id=AZ-MVP-5003408)) - [articles/api-management/export-api-power-platform.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d162c5e5ed48f75fff6a0581aac62b363df057d4ae4fedffc72114ecee167eb4) ([To docs](https://docs.microsoft.com/en-us/azure/api-management/export-api-power-platform?WT.mc_id=AZ-MVP-5003408)) - [articles/api-management/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a644867b61dd0e31fd9c2b405f35be76542ae8de0f3b2bf7ab893433ffc5bd81) ([To docs](https://docs.microsoft.com/en-us/azure/api-management/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/api-management/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8a885d5b6dba37aca14847f586d5630ed419c075eb964b02907c3ebe5e212d70) ([To docs](https://docs.microsoft.com/en-us/azure/api-management/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### app-service - [articles/app-service/configure-language-nodejs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b44ea7273342d468e584d41998de96b7b372bb02a64dbed123f505971a52532a) ([To docs](https://docs.microsoft.com/en-us/azure/app-service/configure-language-nodejs?WT.mc_id=AZ-MVP-5003408)) - [articles/app-service/configure-ssl-certificate.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ee7b6bb87d59d72966a1d9675fc61c932131eabfb4156f74b277aca44ed22f7d) ([To docs](https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?WT.mc_id=AZ-MVP-5003408)) - [articles/app-service/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7cd77ce35674537315487a52b95cc30f21374478260b7057a3340d0a817fd5bf) ([To docs](https://docs.microsoft.com/en-us/azure/app-service/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/app-service/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-663c4bc91e46f2b6740f3398a4a4193bd9f1401fde789ed0d3871da8c18fe1f8) ([To docs](https://docs.microsoft.com/en-us/azure/app-service/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### attestation - [articles/attestation/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ecdcda3db514d8ad7cc508da9f4f6f1ba0a7f92d88f2a653e66a9925e91eb08d) ([To docs](https://docs.microsoft.com/en-us/azure/attestation/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### automation - [articles/automation/automation-runbook-execution.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c3772874cf7f25c30bfebb9fd99d458bbcec5ef7273816117f2008b9b7ffd9d5) ([To docs](https://docs.microsoft.com/en-us/azure/automation/automation-runbook-execution?WT.mc_id=AZ-MVP-5003408)) - [articles/automation/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b296c181b986461cd285943c7340fc3c436901b220829950a1e1c477d943385a) ([To docs](https://docs.microsoft.com/en-us/azure/automation/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/automation/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-87f8453f383e366f8463b8e9f56b909ad523eabcad780fc9c072a5bcbcee2639) ([To docs](https://docs.microsoft.com/en-us/azure/automation/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/automation/troubleshoot/update-agent-issues-linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-57e06c4ffdf26973c4c642a39acf223eb33e4a7e94a389bed899a68da9cc96fe) ([To docs](https://docs.microsoft.com/en-us/azure/automation/troubleshoot/update-agent-issues-linux?WT.mc_id=AZ-MVP-5003408)) - [articles/automation/update-management/query-logs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-03a1396d67552ff4223db8f55d44fae0c80629f316773cd2a7390728c9c0572f) ([To docs](https://docs.microsoft.com/en-us/azure/automation/update-management/query-logs?WT.mc_id=AZ-MVP-5003408)) ### azure-app-configuration - [articles/azure-app-configuration/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0079baf09efb69bf1e2eb7dd371fe9457404c2e290bb52b06c1263241af083bf) ([To docs](https://docs.microsoft.com/en-us/azure/azure-app-configuration/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-app-configuration/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-72276768776d2471acc4489b98ee10183873fd390ed4b2f0750e2ba48f6b9281) ([To docs](https://docs.microsoft.com/en-us/azure/azure-app-configuration/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### azure-arc - [articles/azure-arc/data/create-data-controller-using-kubernetes-native-tools.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8744f6fa517f7b58e884d6768936c75435a87ebc6530e76331dd794a59c258fa) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/data/create-data-controller-using-kubernetes-native-tools?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-arc/kubernetes/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b1993d6093b70bf85de55216779a63ae6f02a3328656149b266a7fd7b3bc2dd1) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-arc/kubernetes/tutorial-arc-enabled-open-service-mesh.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ba3d9417d45309153e3f17c190774a938d318fbc9bd86835fb4b90e588b279db) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/tutorial-arc-enabled-open-service-mesh?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-arc/servers/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3a6dfbcd8ae960146c95428777e5f902e96fde07ec1791d4831be4ccf7a869e9) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/servers/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-arc/servers/scenario-onboard-azure-sentinel.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e6e313309f6ccca43906b9f2b0dc0900ab8a168c141c1d89bf080646f3911942) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/servers/scenario-onboard-azure-sentinel?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-arc/servers/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-93c0bef263a76a5efbdc8817def5fb4b0babe19dbe83eaa0d9b15c6edcc5f276) ([To docs](https://docs.microsoft.com/en-us/azure/azure-arc/servers/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### azure-australia - [articles/azure-australia/gateway-log-audit-visibility.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-43a3b1a5d6b95e867df4990140856f53dffecce520dbeb80416c15bfbfb84956) ([To docs](https://docs.microsoft.com/en-us/azure/azure-australia/gateway-log-audit-visibility?WT.mc_id=AZ-MVP-5003408)) ### azure-cache-for-redis - [articles/azure-cache-for-redis/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6a9cbaff7ee71525b0e0e2a4a8645fdb8ca6ad7f714d95a1dd66fc02a8222be0) ([To docs](https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-cache-for-redis/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b7540d650ef771967a647085e3827d8ff774bddeca6ecdc4eb68910604720c95) ([To docs](https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### azure-functions - [articles/azure-functions/durable/durable-functions-code-constraints.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2a06bc2cbfb63fb597abb001f8921687af54cdfb3cf1f593fcda115f1933e15c) ([To docs](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-code-constraints?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-functions/durable/durable-functions-orchestrations.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-849107260a83121380f82b95970d166fa1fc221b16630b1427fb77597f3b7efb) ([To docs](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-orchestrations?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-functions/functions-bindings-storage-blob-trigger.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0a9dd01e345b6f3c595d1f09c09adab9f0025d5d4e277b2ed0e1d0a41af6af74) ([To docs](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger?WT.mc_id=AZ-MVP-5003408)) ### azure-government - [articles/azure-government/documentation-government-manage-oms.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-87bd930f08487bd4fa62a4fe94a8fd0e07f67ef12f3dae03cca5aeb6ad5d18e2) ([To docs](https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-manage-oms?WT.mc_id=AZ-MVP-5003408)) ### azure-monitor - [articles/azure-monitor/agents/agent-linux-troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23ca9ddc64d38e5f2839084db618978a816cbd6b49764fc500ec1a349c62b601) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/agents/agent-linux-troubleshoot?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/agents/data-sources-syslog.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-72678088f24e168b467eb7d36a6f2fcc1652f411da9882d10e82e1e4858d6ede) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-syslog?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/agents/log-analytics-agent.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-eab85bd4269e49e4a543f17f6d5d8a56dabc764cf8c959032f3e5aaf9376b522) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/agents/log-analytics-agent?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/app/automate-custom-reports.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-491164d430673c1d5c8033b38932c7dc69a28e53e0e0737e27a47d60b69f75cf) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/automate-custom-reports?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/app/custom-data-correlation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f8e9b3d6263844111c64b55905b3fbfa75df45cd98e106f7ba8873862a2f6219) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/custom-data-correlation?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/app/ilogger.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b8c9ab08fca62150132618d2c4043098a6c82c9309c68903069e12761078f7a2) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/ilogger?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/containers/containers.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c5417a7d64eaa86b3b131153cd87d27068296bd83936531e56ecd7a663c57993) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/containers/containers?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/essentials/metrics-custom-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8773c8aa6700bf42662d82c2b21ba84b4c81d4582ef80783aed1b4784f1d2d45) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-custom-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/essentials/metrics-supported.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-26cf7a477eccd8eefa26fffedc403839bcddf651bdd2480f53beabff06fd3220) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/essentials/resource-logs-categories.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e75e93960327632d98da16120f7dbab50d8959e6bb3183980e52b7299aa7b328) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/resource-logs-categories?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/alert-management-solution.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a5d288eded91cf29509453f46640590a0658880163544170c41630df6c8166dd) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/alert-management-solution?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/azure-sql.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-86eab157feabee1dd37f736bf5b80cbbe553f8f4d99cc39e8178e77628973c79) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/azure-sql?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/capacity-performance.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f2b819a96e7a9ff402c94c68e4ea0a915fa0213f6c0dd3c3b5f680cabeeccbdd) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/capacity-performance?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/dns-analytics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2141b332f063d7c18712cf7a210476b76366ded49fac28216c1300d72465ce1e) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/dns-analytics?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/solution-office-365.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-abf297b6062a93287c2d2e49de2aac4017449235283b332be275b0241ad140f8) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/solution-office-365?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/insights/vmware.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-06283a49fca8a247bd47e40c9fb385ac088efb46a692c950486baceceef938c9) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/vmware?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/logs/app-insights-connector.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8cf9446e52f0ebc28b06866acde8b30be6692d704908ba42b83a7d42e6f55c6a) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/app-insights-connector?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/logs/data-security.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4aa4198448809f9c973893ea37f7378c447fe496a031ceea5b83824cbe5e1e71) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-security?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/logs/manage-access.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-84619486b581a56e2d79bef7c90d5658f3c8858a8ab5f82efbe097cb53ad987d) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/manage-access?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-02ca3b1ad8db05c52d3d72feecd4ad2990eddb3cded3440766007580fb07b7ac) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9baaee48f44673b3733b742e40cc0a0e2c2454d932b448e05d145763e8ddc11a) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/visualize/tutorial-logs-dashboards.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8c189ce1f12445c4f303a6d18a8f764b1b322cd4923b78174bde9faf44e27812) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/visualize/tutorial-logs-dashboards?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/visualize/vmext-troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8902bbdc0ff042cc78f0d3c0dbc8bd03cadef595c08051b33e7f8f21165d37be) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/visualize/vmext-troubleshoot?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-monitor/vm/monitor-vm-azure.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f49b711a041c70bd8bac820006e57dca1a551a9e0e36b89dae2cc920c0a7ee69) ([To docs](https://docs.microsoft.com/en-us/azure/azure-monitor/vm/monitor-vm-azure?WT.mc_id=AZ-MVP-5003408)) ### azure-percept - [articles/azure-percept/audio-button-led-behavior.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ee10b28a87f0cdfa798eccfbe87d4d0b51cbc40e91da87ac4f187e5b9ff0e429) ([To docs](https://docs.microsoft.com/en-us/azure/azure-percept/audio-button-led-behavior?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-percept/connect-over-cellular.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ea2b8b8c8257e767bf89bceb638b300416011193083fb1d39b374cbafdbb2095) ([To docs](https://docs.microsoft.com/en-us/azure/azure-percept/connect-over-cellular?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-percept/how-to-select-update-package.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c188ca83bab49512b14bbf7a8023445ab8ca2014218f100ce440f9131a966c41) ([To docs](https://docs.microsoft.com/en-us/azure/azure-percept/how-to-select-update-package?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-percept/troubleshoot-audio-accessory-speech-module.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6bf6ac930fb4366b714ed37ad2ec41e7771855c49fa90b9dc603812864ed2fed) ([To docs](https://docs.microsoft.com/en-us/azure/azure-percept/troubleshoot-audio-accessory-speech-module?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-percept/troubleshoot-dev-kit.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd7790b176179619e116d6687b92a8a3fb7fc2a17a8878757c40495b630122e6) ([To docs](https://docs.microsoft.com/en-us/azure/azure-percept/troubleshoot-dev-kit?WT.mc_id=AZ-MVP-5003408)) ### azure-portal - [articles/azure-portal/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f3a184735d3c070777561e784d32ce89a7308c0563daffec905bf2db5d5189a2) ([To docs](https://docs.microsoft.com/en-us/azure/azure-portal/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### azure-resource-manager - [articles/azure-resource-manager/custom-providers/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7b7a19efe380436b689f1ec55b399efbfffd9c3bfe991d56e4f26975b58cb3e8) ([To docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/custom-providers/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-resource-manager/managed-applications/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-49d3011ca5b38088eff91c0d412f2fa961b6980b9e45268fda0972f8616a45a5) ([To docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-resource-manager/management/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ccc21a078fc785ab630662eb2dc68a5a3454a053b1ca9cb24cb15d0eef4afe17) ([To docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-resource-manager/management/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ef9a6b7619d2ba4cb1d5ab7438c3ea7c12df32baf9131e12b4abb25d03d4d931) ([To docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### azure-signalr - [articles/azure-signalr/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2a03c2383cf4c1cabb2358070420ce92f93595e30a3657515660607f7af2dc6) ([To docs](https://docs.microsoft.com/en-us/azure/azure-signalr/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-signalr/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ce395f3c57b9de827058a932a62e23fe8590315397a223d92d32615cec2626c4) ([To docs](https://docs.microsoft.com/en-us/azure/azure-signalr/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### azure-sql - [articles/azure-sql/database/file-space-manage.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6d0bc582237edebe586f507c79926d3c3033d7e29d59da0d256d1c93e262ae22) ([To docs](https://docs.microsoft.com/en-us/azure/azure-sql/database/file-space-manage?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-sql/database/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-745946b4343359d66af7e245b991a7cb263e4e2001988cfdcb8fc3a44728015c) ([To docs](https://docs.microsoft.com/en-us/azure/azure-sql/database/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-sql/database/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d8c82e463e6960af357ac0d51a952a8a2e032333ae56d433365dfb2a238079f2) ([To docs](https://docs.microsoft.com/en-us/azure/azure-sql/database/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-241318963ba0bf82f6884882c68f1deba410b864d7518dd373f3a2fe95c3f82c) ([To docs](https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist?WT.mc_id=AZ-MVP-5003408)) ### azure-video-analyzer - [articles/azure-video-analyzer/video-analyzer-docs/embed-player-in-power-bi.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-12139f8e3cb4927e47e5ee0391734545cfa5eb60cb7de86cfa072eebb46ff1ca) ([To docs](https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-docs/embed-player-in-power-bi?WT.mc_id=AZ-MVP-5003408)) ### azure-vmware - [articles/azure-vmware/concepts-hub-and-spoke.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7a2bb5a99047b602e15d15e39818e0c907876dc659d3e91fda652efc0ada4f0d) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/concepts-hub-and-spoke?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/concepts-identity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a83a7c4dc80162890f69c2610c244903467ee39154b0648234047db731ecab48) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/concepts-identity?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/concepts-networking.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd0477e5142052fac6a9a063b6d6696cb392bb3c9f3a8962bb45859693a038ec) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/concepts-networking?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/create-placement-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6304c0d66ae6bc2a8f5b3ac577146b14c3365646231fae24e4232b1fd03690d8) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/create-placement-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/includes/azure-vmware-solution-networking-description.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-86fa7b7f5785a3dab04d0875c55d6572d832820487ea2e34179a8fcc09ee745e) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/includes/azure-vmware-solution-networking-description?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/includes/create-private-cloud-azure-portal-steps.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-748ad03e3d87cd2dbc74076691fedbc6cd6463670d7f689c230eb7b882524260) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/includes/create-private-cloud-azure-portal-steps?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/includes/expressroute-global-reach.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8de3e5d32b88675795c91bfe49398af9ba80a0af4780c5d5021f0dd01c0fc33c) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/includes/expressroute-global-reach?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/tutorial-access-private-cloud.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ab104c8153cec294916b68cad68ef21bf439deedd9ea3a7bd748fc50cea15fda) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/tutorial-access-private-cloud?WT.mc_id=AZ-MVP-5003408)) - [articles/azure-vmware/tutorial-configure-networking.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-79c91db5788c333f67915d47711b00414ec650c487aa1589f209fe20cf613c89) ([To docs](https://docs.microsoft.com/en-us/azure/azure-vmware/tutorial-configure-networking?WT.mc_id=AZ-MVP-5003408)) ### backup - [articles/backup/backup-azure-monitoring-built-in-monitor.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-21338a0adeeed6433f33a2d65869934b0387ca449a3075b77d00c5ff82da8192) ([To docs](https://docs.microsoft.com/en-us/azure/backup/backup-azure-monitoring-built-in-monitor?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/backup-blobs-storage-account-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6a0b5279d58a62c9ed10862fd9029bd4636a52c16ed3e3e171c0c5f8705d8d25) ([To docs](https://docs.microsoft.com/en-us/azure/backup/backup-blobs-storage-account-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/backup-blobs-storage-account-ps.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0cb30bcad248c446463e70de834d6fa696b3781b159d40f52e72982a637bff79) ([To docs](https://docs.microsoft.com/en-us/azure/backup/backup-blobs-storage-account-ps?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/backup-center-support-matrix.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23eae77e717e1dfd86af896ebe9cbf8304c37e326e0a86a67acc20b63195b377) ([To docs](https://docs.microsoft.com/en-us/azure/backup/backup-center-support-matrix?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-540c11786e11439419258354241aea6a0184d98e9db1b6fad13d86e74849e7c6) ([To docs](https://docs.microsoft.com/en-us/azure/backup/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e2e99dd7c9d86d46f04d861482a8570d3dff46b5840a40f19be26b875197754d) ([To docs](https://docs.microsoft.com/en-us/azure/backup/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/backup/whats-new.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c6227e3928b9cb1e982971ce6322b59a2522ff62f91bec32c6c5c605173af0f2) ([To docs](https://docs.microsoft.com/en-us/azure/backup/whats-new?WT.mc_id=AZ-MVP-5003408)) ### bastion - [articles/bastion/troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-90c1905cd6a80e15893d3397d2ddb1ac2b69d3af9ee719c1cd08f64de3966b75) ([To docs](https://docs.microsoft.com/en-us/azure/bastion/troubleshoot?WT.mc_id=AZ-MVP-5003408)) ### batch - [articles/batch/batch-docker-container-workloads.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cd20a80320213f3728b04a473e9e51b8b4f1c3aa2a530aabfae6e97e3c89e99d) ([To docs](https://docs.microsoft.com/en-us/azure/batch/batch-docker-container-workloads?WT.mc_id=AZ-MVP-5003408)) - [articles/batch/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-06fa972a97a590fd6552f7b2a091dd2f823a1853fca035c2c546727a12370de2) ([To docs](https://docs.microsoft.com/en-us/azure/batch/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/batch/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-eb6e1728e4fef6cd9742807528e25ea72164be70a759ad9bdc048f6d9666e94a) ([To docs](https://docs.microsoft.com/en-us/azure/batch/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### cloud-services - [articles/cloud-services/cloud-services-guestos-msrc-releases.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dfea42c10b3a549943461ddb51682e763f8e65b133552981d4a8abff02c74b11) ([To docs](https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-guestos-msrc-releases?WT.mc_id=AZ-MVP-5003408)) - [articles/cloud-services/cloud-services-guestos-update-matrix.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5b63b67b2fa9cf551a95e57a471b538ee121962dec792bb472979c693f1c4ca8) ([To docs](https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-guestos-update-matrix?WT.mc_id=AZ-MVP-5003408)) ### cognitive-services - [articles/cognitive-services/Speech-Service/call-center-transcription.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c7291fc2cd7ec7e3fcc9818cf604cd4b52c36e2dca9dd1d0bdcf8e263ef9df09) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/call-center-transcription?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/conversation-transcription.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6a27ae347970889ea812669c7e8d7b01a2c3c52b25b7fcdc69766dc2604ab811) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/conversation-transcription?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/custom-keyword-basics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-76524b51d70c6be38fc814669a5db722dfb22d77dbe7bc92de2387c1e0389e97) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/custom-keyword-basics?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/custom-neural-voice.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d1518793f9a12de66e1f947e188ffee1c1140b94eaf6089b59f4e40a71327f7e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/custom-neural-voice?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/custom-speech-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-add45751bb64a48aa41314a4d3279c4af2e602b43c867b11914fc809eb4c50a6) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/custom-speech-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/direct-line-speech.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5a2f7fe8c861707a1b99f217872ebfc64ca4358ada521fca22df83192974366c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/direct-line-speech?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-speech-devices-sdk.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4c20e4d7cbd0889f63250dc9afc38e5ed510e9dc55c5c58f498a268dc27795a4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-speech-devices-sdk?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-started-intent-recognition.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4b1b2d77c73107ebd4cb933ca66972a12e2c30e10952dee1e5307681f0ca176e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-started-intent-recognition?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-started-speaker-recognition.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3e2ab56a687f09176c24726108b8382e477afb1b6bf2f04862ef858072b3f9d0) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-started-speaker-recognition?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-started-speech-to-text.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0d8051c178ac804239602bb863189eece96e93e907071f0d0682febb17b5aa49) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-started-speech-to-text?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-started-speech-translation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4699b8141a67b51f5ee14f8fa324183526af7333bffa145e5be757e3401f9863) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-started-speech-translation?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/get-started-text-to-speech.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c6cc6bd80104a5819de51aad970d1d96a055d92717b0d9e4666c8d5245cb5342) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/get-started-text-to-speech?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-audio-content-creation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4fd6decbf56cfead96fb569a21f2b55ce1ea7f7571be4bfe36cea5bd34158771) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-audio-content-creation?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-automatic-language-detection.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-203c8ee0a3671048dc2579d31dc64d75bbc6f867f85218f409ec23f6ba3daac3) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-automatic-language-detection?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-commands-update-command-from-client.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-058da100f4721b4381f60be8f4a2034440eebf82adc250ec5d4f0260c93e3200) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-commands-update-command-from-client?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-commands-update-command-from-web-endpoint.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9bd2c8352a144fcf5cff30f2e5ab92601359e662de655d9bf8c34d0a5af135aa) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-commands-update-command-from-web-endpoint?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-speech-evaluate-data.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d21a7296a9d9d39f39878ede7fc4eee26140a682360348e3f757baa836a2026a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-speech-evaluate-data?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-speech-human-labeled-transcriptions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3a0d25e54cec60a3cba481cbb3eee93508a154d701db44de4e1b39d8c08b6ce2) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-speech-human-labeled-transcriptions?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-speech-inspect-data.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5cbc841494f2806d70c8df3eaa1ecf8ba1408182742c1e4da5f6ab280f56efcb) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-speech-inspect-data?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-speech-test-and-train.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e4837fba98e4ada0c6fd45fc6b5c1fbbcb111c48e92fddc39965a07ba511462b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-speech-test-and-train?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-speech-train-model.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1d0aeabd9bd43fd7319d51f53c007ed80f1e9308614d03ed9ec8d84bc5be9652) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-speech-train-model?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-voice-create-voice.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ab01bd8d0de7fb3f9098ae4a00787df47b1174368f27e1daa7e4b527964378bd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-voice-create-voice?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-voice-prepare-data.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0392cd49a087902d74e249563be4b31944365f3d547ad10ebdb869e801b37eda) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-voice-prepare-data?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-custom-voice.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-66bc504ed7ec5ab3f8ff0488ef4a6c7e14ec1888936470161ba0e2888f04fab5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-custom-voice?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-develop-custom-commands-application.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4a43f2a6422cc7c38c372a70c470c79f3dae7d161ecd18be1b4174ee79a31adf) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-develop-custom-commands-application?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-migrate-from-bing-speech.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0366e13eba686bfefcbe5a2244a6c3d8aecf70b0795a624305ba7cf10a42bda1) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-migrate-from-bing-speech?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-recognize-intents-from-speech-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-21395d95372dadb5f06d9b9c0a4b39356eb93eb363a0805d085d3755cc91f45e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-recognize-intents-from-speech-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-track-speech-sdk-memory-usage.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-de19c4b5dc4dcafb89de8671bb37044d8b0e0d6559d0debde00a60e06526245f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-track-speech-sdk-memory-usage?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/how-to-use-conversation-transcription.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5a5982a175ae53240a8a3631b9889bae5d75037ace31ec2cd70676d6045ee803) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/how-to-use-conversation-transcription?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/audio-input-format-chart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7193f813fc8ad757520b7756a776fb051b937de21ef81b3223960b039cdff374) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/audio-input-format-chart?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/create-speech-resource.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bcc5a07e3e7003f8096c237f8e866baed1e22e47e85ced8db4aaf25a263d9881) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/create-speech-resource?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-android.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1153f7f829fd2b7c702e58f7f8b3d4ef7ded93a7fa1679009d99f69f2ec8175d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-android?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-browser.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0d701052c74786c3af4a098b2391f50fc55904518def72744935dcbb8cdfef09) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-browser?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-743c56a1135f70ba0e7bad0eae0355088e1ebb7520b9b467db607790db26710b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-233101265b3250bb31e9ee77ca70a24686b5718c95e181428ea5a99febd175ed) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-ios.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-178d5fed5ca9040ea121c061068a46517566a8b3499f2bc4f9c6a5fa2ad3392f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-ios?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5162bcf22f4cc2da6451ea66c4811dba531c2987b5ef2b031b5aa10889ae7d76) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5f069b081289486efc26f3df0c493d055f1934f41cdda20f13d03e4f982fc5af) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-linux?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-macos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fa6065f5415dc24c3d29f82cf1823cd84c1147b9655a3f69b9194efaa8532524) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-macos?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-nodejs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-65af8fd7adf086126b675a94c11195147e7d24911046afc0737924bc669630e3) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-nodejs?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-51aba14e3a7ce6b93336250e4b9e415f3190b6e5453111890e4ad2ef0b23dee9) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/get-speech-sdk-windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3fef3f7a8bddab9121f3e8b50df6af0edd9b0cee97b34abb5d5dfc1ec37771a3) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/get-speech-sdk-windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/cpp/examples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-de0dc053dba15df2eec2bd21eef923ad22e79312d1e6d72b40260a4e6f70a33f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/cpp/examples?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/cpp/prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-309adb73b803d8226dd106adb3dbef8a2a7187f454351d677e3f1c003db69e4f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/cpp/prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp/examples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d704969a4aee20290462a91dddc177431204bd9873e4db00b44a801cd000aa7d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp/examples?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp/prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7abb63c173ee79cd9447ba2b9e586a94eadd3a65d944e16880e6c8efe808bdda) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp/prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/examples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-376bf90fdd33da10a725d362ec727989280bbaee3cacde0549d038ce077c451c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/examples?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2ff73e79d44611f5102a397d40add0a1503e0b84781d4ab7467c7eeaa871984c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/objectivec/examples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-22d9f95731b4122839ab7aad490fdade16ea1aaff735491d8d43fe256c1f9195) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/objectivec/examples?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/objectivec/prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd04fe02567f3989636d2782e069edf5d32a35ffe077bf3d70215ac527a0a729) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/objectivec/prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-32019c34bc8279e6b89cd2f6e1dd547077c2dfa23dac4ed94f9cc78cb6db533c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bc466d62d2cbaadc1977754f42eaa777a988312b8b7b0b214f0e84a9d633cc51) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/conversation-transcription/real-time-javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ce7037d975dd3315fe372583cba12d924612e576b74359756ed361df83137dbd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-objc.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fd1648147ce9f9a6fd9cb4565b118abebe7454557c6a7200362f8e26bd4c415d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-objc?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cc6afac4e05d629c45c12325344da9ca8c08b2c62675566595be5d48530f363f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/keyword-recognition/keyword-basics-python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c995ca954a0fc418f001204551bfe98de2ddd288ba7bf91aad0629c38e42dfd4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-browser-js.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-12d67b5f399b455cd0d4f40a9edf1c186c8647c33b519eceb1cd805a597b2c94) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-browser-js?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-94b59239c4234277b2b3f1c0a9ca2788fbe3a40b52e3ab9bb1858c783259a753) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-50f9734049c25a3d56b8dedefc116c01c459f94be81bbe6c267f55a1b29c6950) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-64d6d2b0d3809ae886f8b9ae2885ad77c0d9b26b41e92753ea8f5c2cdc9a0e1e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-go.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1d033c8c4b6db9fda7cc493ac8ee6e82d11714ce41d8bfa7b3d53d8248da261d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-go?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a27ecbd29442b2ed8a61afa21bfc298255ecd4a55354ede9b0fc34455760ccc4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-766be26981f50d1a830c3c4f3e55341b9d218e746ee181ca5ceeac4c9fef2a28) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2cf0e9a16d41c398f840503f9a0e1191958a98a46eaef18f77887c987b449594) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-977a6b2f0fc0f1c2518577af67888c42440876a016d98cf4b0e768c7ff223f30) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f6cb483bed190a4cebace290248afb47a852c5fe1db60bacf669fb5991d5335c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c5e039ae6c51f7a774c51f0fa41d331d1bb35d3e55cf85ba8c7c02f8d6c8cbda) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f7985f510529b58ccb98c507dc71f446f8a1527be6a8955e82a562d74618110d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-197df0abbce524fcada7eaf30a89b66fd385ee745ccf5609d2039aafa24c6891) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-56fd7b21e4cf6b6ca934f9a6030760edf09f8a074d09c48eabd2f581e336593e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-db5a77f0a40ff94fc428c0de5161413793d3edf8788f7fd659ee008006ea3f7a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b67e7023b755269017580fa4ceecaac49d00cb88e5bc4cb59704a48bc115dcda) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-41f187b622a3b2c5ffe61d51523eca4446683c1bfbd50ae2f77c686b3fc08112) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7e8ab7b7f2f93952769c6ade0891dc74a420b102b839ab39357ccb47f3c75737) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e9ce21a6e95439ce5a56c171951818a69248ca63e9244df1667e52346aaf8d91) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-250116b4b22ff34270d5fd0149faed8a241c36ba37704155a433affca0b3630e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9feef23b0d556c37e0758cc4e607936e5724d01c844f707efca8939eaf89781f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a99c022e8811bb03fcfcb7cb3717459779934fd681482287b130a7e1b83e5f62) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/linux?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/macos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b69028120e8b277be85bd35bae7c7f6165c207b037243eb848421bd65df21caa) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/macos?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-380732f62d74e233fa1cff1694f4ab6f5a2295cc6287364f36a68ecc96f24192) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-33265eee78af2b451073e5a62614f1b9791445674cc5f20a7662d21ad7441ddb) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c19b4d9790e34e8bf958b2b734cd824862c45b6417ff34ebf38a9173fb8f0123) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e5c8d13ec7bff8c89f8ab5dea37dd0641a60e4a9b58ebf3045f38b62548fe30e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3cba27fcfd12723ff6ef6d1e4bce69451f1f01eee15532becfb645bd0b9215fb) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e1268b1988dee3c18cfb8540e15ef11c1fe52d14f5b9440c8767386a40396c5d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-80209300ce822456d47aa5fe303b2c168ba35b32092f2543cb58fecae5c11438) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2a762818b8f4a70c62826e36bd467883f572cd4a5aa5a7ab922d310675b125a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/browser.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2528d27991f0ebe205a07514e7b1606fae9481b9679b211da968a6fee0e75fe5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/browser?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e00cdff7e4ea9cc7f774a10655d0b9a803af161f2985d8e66cc5c143b0124a5c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5f45eae8baaf24e8018b9c1a7574df99c099c64829932ea5ec3a5fb15f7e8b00) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/nodejs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e4ffcc006128cf959dcd638a2850ca7419ca2de5d473e9a981eb2664a190cb08) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/javascript/nodejs?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-536b3604130292c906cfdca1ba3f749d31ff947f5e06d86ddfabc5f53907ecd5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-66902b5f62907e522ba56775db194b27135b0af9735247726eb80588ae42c877) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-53f911f01ac20c9ed57c28802e89c9f3766b5ec57d3b4b9217e4aa863b7e6713) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/python/python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2bab0c6ebc191a90cdd2c06a016ebca1d20530bb9f14d0fae35d3c42a537924b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-file/python/python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/code-explanation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-302d2900d763059666d9e8f2aef8e604e83bb2bc1546178f0ea6014f63600acd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/code-explanation?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-34b487c6d8c45bfb65c8185eb61ee9f2921ad0121fe4ed595d3f71aa116489f4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fdd7998e7a75bf1f210ef9793e2608ba2667364a0b405491e59f4545bd8a53e7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ce9302b99e6113ae79ba0c8a01799ef41802e1061eda44bf2a7ea61f6d325d5a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/linux?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/macos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9dba477b748d83e3f57d37dcfc82f51fbca031892c8f56a52dbe04109000856d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/macos?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6fe75a94b2f20f9721266394103a6886d60e75a34fac81d70183e942dfd9d3ad) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5d734c7c1c0b3e241a69d6564d796c43c837c0e44f26705450b2e4638fbf1331) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-47a032476acca3ce73d191c1c2250100c715fff33580685a19b1a08ffc8ea813) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-60b1c0c0d492745b5258f95a6d05ab10a9c18c7043b8b5e1b195fbc4e859cf38) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/unity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-876bd31198003a5b3a1e3fa6e37b55eb0575b3854347637d074704d3a0bd05a7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/unity?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/uwp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-62358f26b50fd0343aa2ce913e3b2cc6a8626bf120e1b7e766fb185a1ff70e59) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/uwp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/xamarin.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7437f65f517a93b13aa4d3a5623f145c75c56c0e5f8f5652c31f195c439b9950) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/csharp/xamarin?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-856a776615ee40b81b58cafcd21fc20b42b82f25983aba357b1a55ec2a5d3baa) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-961c0ec3e122f68adc6a48fac4129a2e4fc93f7a52bbdf468d4508135f4bc293) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b78e74d1bfe5e60b93329eb7eec80d0dbbc725f70d92fb61a15a3bd1a3a10214) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-773f815153d6bddfe0248aec1cefadb12cda2c2e7dafd8fc028457da61a0ab59) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1e58a0675ea29a777d32d7f2f035451109073d3dcb9fd135ffae9eadbabe99ce) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-46cc247aefc9c6a4ec56f9875e3f3b32fcd7289c3eabdeecf7fa083dfd5e3828) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/more/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5adad353a4956f62b667888c4b652d58a3e89b2ec4994be59ab9982513202497) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/more/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4b232bfac4f93588404c07b106d4574e8b22654080028b04d57ec95e42c33ecd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-804f38e8afe03632e2eb298e75c26b59c0234dd17b745ce19111929e1f6e00db) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/python/python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9d6ed06ef70eb9ac6da74baa54f74fe4bd351e644c379504ef18a7c8ce152428) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/python/python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/replace-key-and-region.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0301da6be686fe3fde07fa7a2341dfde2755ee6ed574fdb0e9e2b7c92729b03e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/replace-key-and-region?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-914998906c3b46d178146daa71865e5327b5347abf5da6348873269cd0f77a90) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d57673eb80e490739bbb095d71a4507915ca777794b58e354578655bc092068a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b356cfa580332171069ff6d824ad4e65b7148648d7bdd2b64abfe3c79b7dd9ae) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c4ba64c36743c170325c73bdf320d9658626c3619bd7f4987317ec7aaff04d73) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fbf04d44d509e8ac422e98f038aa988dbabd9b075e9d81c303f76785e5cc15af) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8608a79f7195461fe7fab4af723ad9be50f3b766abbe4b9d318846e9eff60833) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b194f2dabe19cfd8f067d500b69b0e0518705a4344855cbc345a48b56fbfb116) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-03113a6d61113ecaa81bd7f484a2d7b5d30fc3091a6bc793c70a1f8965af6871) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6bf8075c7076dca63a6cd944d02134b18b08c0d56ea83de16dbfbbfb00b53841) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3cd3dbd51fc98bfa54ef37733ce582e856337abbba448a6d9b3eb852bf3f5b3b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7afca9e79156695b34fbfe38da4de7bc072683fe4da85272fb9199366f02c906) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-126fa542f9bb4ca9abd7c99faefc7f2c2a303b176d8f125e4c941b62c7795a00) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7dcd84e2b4ef108440d01663e81f1ae60a5abaf1661dc656946af034e59ec45a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/browser.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7bf04c723ad66a9d01e32bacd0bd9d9a1395315f9afd5e41a9bc678f025af042) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/browser?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-eb41271bf68edcc4a47ab1a649b3438d33dbcb92ed9299e4225ff35541301467) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-747a71ee83b84c0972bc6c0ead4aa4124ccb8f5599442b8e3a328fce6d024914) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-10747fc5da71f9d452bf863db8b9a645e33a01ad43433f885b5be9774ab31b51) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/luis-sign-up.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b2b6f27a0e85bf65359b3725a539a8db83f04537c67158c1a83c25f68a011d52) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/luis-sign-up?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1a912b73a9de6e646018682ae73568fe15c1c227704e3368a5ca9b48c5385b83) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5ec66b09d8f8aff81f5b89fa28c1434569e1b3c7c90917a8fb2aad1e8dc4f5f5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6bf3e167829d63da352814006022a821e93842dff30df84d11532fced207f88a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cd0abb6f600117bf7eaecfb851fe15230be5dce89380ba31830f4fd486ebb5e9) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition/python/python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-963dbf16969e0219239f3f68714b59235a5d89661cf520dacbc589c60c0b608d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-linux?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-macos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-59a455f88c9b1cf2945e13694f6af83d94e9b21f83c7f9b69868bc1398d1a7ee) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-macos?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fdd313d504d2aab3bdb5bca62163a87614f8d1bfce5095aafe8a241891b627f1) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnet-windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9c4178ed9bd0b810bbf45c50d335cedaf0d0671c2ae2626fdb7ac6f66f7c8f46) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnet-windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnetcore-windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-313205949151b1d1484043f44c06babcbeb9c4405217f67dfe79a637218b5775) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-dotnetcore-windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-unity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-67256ab4f2e75a1690245955c7be74b789735984c933dee117d25af930961838) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-unity?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-uwp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3b0ee817063156e3a2c9590a9bf341135665e5e1f50dce9350f2a6fa433b39b7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-uwp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-xamarin.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0468aa98ad1c6fc8fc3e4c747325394d88e0c1534211c1139bf3aaec5fc3c0d9) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-xamarin?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e8c372c0d5e530682ae873a054e21b1d54e15166dead693353dc1a33c9e75801) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d6381f9fae4f12acdea1f02926ec90ec4502b5b84c7d663cb8092eef1023f0ed) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/java-jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript-browser.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-56fde986f67f9b7201ad2b2634e79e37eeac25b0e9b8dd9c891476c84d534398) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript-browser?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript-node.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-21ffbbd61a43622c15a3d58c9eaf3754faa311ff87ff57ea524cd991f95a1ee3) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/javascript-node?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/python.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e1fc3c3984feaf9d67edb1f74f646e364cdb6ea86d868bf608816a0ff2b31980) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/python?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/platform/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9bb312511eb75c96b430f0dd41864d39caca917e4504f5fb5ef22588b2ed77c4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/platform/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-next-steps.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-921434c210ce50e1e7d10ebffec00db4b0e001d3da2d9192c69796ac7e67c1bc) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-next-steps?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-next-steps.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-651d32166a51e7bbae317eb5e6eddb00c7bac524e3c1746119534edb21c4e975) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-next-steps?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8b0021be4d9718b5ff453c42a7d640f0a31a8cf9a0bc0b33b9219bc140449b3d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-358809b3a6b0873c7d1228045b6cdff632fc1702ecdfd0fd1f4cf49de057a4fa) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b3974632f1b6b70324e65248e6b933f90f842145f7814dac48a6bc7eb03ff264) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-18091280feb1c4c1051be798220237e1d13b1df994741c9d1b5d2156f8abdac7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-24fc039e33940e990f11d32a67e38c9fac677b7c53c97730808021bd1b3e6507) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-edd5fd849380c81a66997f2b595f592bb7060b0273332ffc2a2e0538b937fbab) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/dotnetcore.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-468bdb950e016e9ed066640baa4334ae407e1ededdd890d4eab68c8782d0a7a7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/dotnetcore?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-66c929c5aee24977cab4046b5a260d6530c16d9cbe741669236fe22466a3c4c5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8a682757824132ac3f68c59ee87af67d473177cc2b48af0b2c1c3b173d0a2342) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8c6c49a78dc07a99c6797e38b42517f242e0e71279ae4e050cd3af095d7634a1) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-33f020c10b98f43bb8d255aa783a7148ed153a1d41bf78e82d0666718bd5f166) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4f64a4fafb56d646c98e0457c5766bc25bc62b6ce205c556ad62b6aa552a2642) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-00c6c469a980275ff610797dcd1e4b9cfb8e87e3143e02aea25e4fae96fee77f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1fda280c07b5701ed18e99c01e920f198980a534f4b637da8ebf4f80a74e34a7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-297a79fc29c82fdfd5a9888c05adf40b2172c79e752788be19431187071f4034) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a05bd86de8b973bb1dc4f8bfb8223f8023ed505cb3291a3bf63072b10f1f58ea) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/more/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f9d80fe7dd15ec3a014f2622b374cc926143ce362090826894104b656b7a4b72) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/more/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a4b589add7f055218a305be8c4002166317b6828f9bc2a2d1fd13d9cf0c31e54) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/python/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d91700b354e5c0d79cacf15848844d1b9f38c4508bee622b16c1123376937834) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/python/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9a2141b9ba0f821bd83a000636f82e60da65b7d9c0ab5469f89c2057fc502a84) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-sts/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1355249fedf400262d4f39f31c70e0d36a6ad63c86318dbdcdc3f6675aee6a38) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-14bfc4a582848d2bf3ad6e5af189d3f5b30ea2ba4bf7c551ea0dfcaf4eab7d25) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5e3d482e74d30c928c48bf23b4d2e953ab5c7d71f82f84ae833c1adcad741bcc) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f35114a8177317a65d4230db0a301cf9b9239525298369f9b75c3027ba9074c5) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1153d794e04ea7099cf0df6cf536172a3a023672d6a4572ac5a1aed96c769973) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fc33074f235eedcd46ae0e83159d4007ebfba83856619f42a970f2359e0e3176) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/dotnetcore.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c5407afb9988d12abfb99475d8b39ab557f1d840d7e7f0512cc281c61105bd3a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/dotnetcore?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cda1a52fbd89c8c960dff00fbb391e3ea61ed0f9f5d5f4a80e231f8bfc3a71c4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-234f61f5d11b5b399d3389f83e0c619ccafb4d24780ace27508675d16d0cec9b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e8179c7e0e1322c7184762faec817a5016bdc1a43a19bf230bc22188039ba241) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-891faf90f9b7948f44811480b5459ac0ffae8798074d070dae9e575e1dede252) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9aed29cc0c00f5586222e48628c585434944fb511b1f3ec9f118faadc8920078) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-94134b00214f766a619cbd2dcb52f8bcea105ea9929790bfe477fd7d1886a103) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0c7d7960fb6745638d2cc61afed7e795a06f168d3c73238e2aad89c6120ae74a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a7c38a0c572e9ce41a5e9ad80d24dd989c73d37a443b5fc97b11560422206424) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5781cabbccb58cf1b9d3f751c33ccfd8c26c32cd23747c320420dc1b23e6d81b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-08b55b0ccdd4ed2c3f8be9b64d253f524bb921ae3c0acbd86a6d5fe4828df924) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-477770250338b37d6d5ebb1cb2961ebfa4d4137fa6d6cb5f88d8b773e79646b6) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e22d094ee283d6bfcdab936355499eaf335cc1815fe6430ba55ae2a4f5e46ef9) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-78d9c8835fe855f67064dcc21f64ee27cc7b1d0db9f576c497aa3f2f473543be) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/cpp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2209ede6f4750192eaf7e4942cd918d7f43acbb0033651b53dceaaa5501d2a68) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/cpp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6d16b27fe7d28e98246ad12c9411785355abded3712ae0dbe24e528774fd9364) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-82af3360689a392d0b80aff55cd9a5f0783137dcf3935776a6a1b6817660b00f) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-19f365d3175277d076da9bf969df61f73e63af793ad616b29f416023571fda69) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/cpp/windows?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/csharp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-59e50ce9283caa004f2b1ecd8b1f2756bf4c39e731d3736e0e56d6f7897d006e) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/csharp?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a555f74f9c0b5933af94c9124cc7a724d12295a3697fbfb3c2329d00df5d14ab) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/dotnetcore.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1f0abf45c0e5aa797d02502bf696a3465ecc5d68e626344fd0e0666cd7d13324) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/dotnetcore?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-37d6a5862ec4ff993305a809cf9879902b98dcee39bc8bc2c8cdb4c124b12075) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5dfee860bef7144ff4b6e1b1802bd4d1e797b6d52db4737395ad6b4482471095) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/csharp/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-91baa3166a98d9cafc86ca63ab95d06e66a784f4b6eb14d6357e97bca67ed564) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-763bd911ecdd09df05eb4ac46ba246921b660a0c773400deb354946bd36d8e73) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/java.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-69d5c7ca599cf30e14e1f7769bee55647062ca0d278006683ae6216fcb38713a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/java?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/jre.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4f3a169f82ec08c1499fec32c0f3c72b6c804a6fbeb11bc3af56eb99b9d49f58) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/java/jre?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bb963562f3618f1971b5e17d6c29600b6023b0de86549a87b36e8429108099f0) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9b1e6d41e3dd27f92a6baf4726198885c8fdd7289e79b5d244faa680fb8485b9) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9f8aa00154fa379af1e8aec057f4171737afeb170f5337e9a903ec31672bc871) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/more/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0aaee7445835600cc9bdee9678d60a11eb329aa135ce47fc4a9300de002938cc) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/more/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-00e6624177ebfa8b9e72f7ee8490e0e58be74c26c3ee3c12c68d07a685b8afa4) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/python/footer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-33c9481e11f9282a85f5273abf671b0e42f50182aeaed78f5849ca735048b210) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/python/footer?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/python/header.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-97d20fe756a141419e1bc5733e23efa076e8e3c1d5a2e9044170a729b2ba7006) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/python/header?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/more/more.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-60fad289c0506ce2b6c78d9b6576be4a1d8bff619f8094563aa5080e17c7bb82) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/quickstarts/voice-assistants/more/more?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/service-pricing-advisory.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e9d1d97ec6251ac829e2ad344e9d957e0394197974e3f8905c65b30fa41213fd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/service-pricing-advisory?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-devices-sdk-android-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-644c7dd9a89ef442a29a4e86dafede0b5a630881c211729392af700cf5668605) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-devices-sdk-android-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-devices-sdk-linux-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d1c2fa76aec25a143f6c3be0874a7cc59ba2571806820ac61a1c128ec46f9483) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-devices-sdk-linux-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-devices-sdk-windows-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1ecbec6c3b567832d9652326f9a8b6a8b0893d74c39b4be1384a76baedfcb7de) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-devices-sdk-windows-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-modes.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8142ce53d874d4238a5b0790cb1fba6ebc09c014d56a4e8c864d768585e73411) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-modes?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-reference-doc-links.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-df60a4625576237a0d622a84218230762baabd2caf69142204503b3b06e3f15a) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-reference-doc-links?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-to-text-chart-config.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3bd358da07879e4a1219b5f43751ddf83ec617b53c60d9e94543b4648be04ecd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-to-text-chart-config?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/speech-to-text-container-query-endpoint.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-88d670f04886341af522ae8f585559c5fc489b8bf8c8a6594e40fdc72835ea83) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/speech-to-text-container-query-endpoint?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/spx-setup.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5d46d157128cc671e6ee527d37390fd5a67086bcc2025057d968aee86470a919) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/spx-setup?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/includes/supported-audio-formats.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b8647c3a2ccf5269b5005f10795a127b46033580a0543223f009a2d6e41dfae7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/includes/supported-audio-formats?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/language-support.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c7a7ddff987db1e139b2da380966527feac9fc7c34eda650b7be402e47ea7ddd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/language-support?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/long-audio-api.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cd7c3c03b08cfc617b63ec55552690756c092aefc3ecd1a59b5a24dc457cab68) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/long-audio-api?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/multi-device-conversation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-08f5ad4e0b18e204f67de899d6b535836eb7dfb8c8c0c872a197c514214dcc35) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/multi-device-conversation?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b7f95e403a75626b3a48bd1c323ec84aa9b746fcfd10cf5074916fc080a076eb) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/overview?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/quickstarts/setup-platform.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b01dd981928897f6b2c639a2d34b8d0e6cdd84ac5195ea5c7b20c2618aa99559) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/quickstarts/setup-platform?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/record-custom-voice-samples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-19e4a90c07864f9ef810935df6a3a2476cb3178da074d6b1a7f711e74d08b440) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/record-custom-voice-samples?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/rest-speech-to-text.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c20dd0fc75f2e91165a84a36fda91455df2315790de8354f1d332ae677e54d35) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/rest-speech-to-text?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/rest-text-to-speech.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b86e4e5d0f92173051c9c5bb619f2eba7c57dc2c95e6344388d5dc3510a0396d) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/rest-text-to-speech?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speaker-recognition-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ed1814a883b8985aebb64d4c1b4cafc1fee246450bb7244d5c8662eb3225238b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speaker-recognition-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-devices-sdk-microphone.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-862c316be181cbb60aa713d4107792138acc898e6d57ef81566d0ff890c22271) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-devices-sdk-microphone?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-devices-sdk-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0b5159907e478c5141aec4d684cfba2abecaa3a86fbba26711361e36e0b250b6) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-devices-sdk-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-devices-sdk-roobo-v1.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-32a3d905a19dc7302967a93a4c099789b247b073d273dfd194f0b2466bcb3b87) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-devices-sdk-roobo-v1?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-devices-sdk.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6963bf567b3641ac19b268d407a1b7c2331dc26e8e55b42b98167efbfc7e35a7) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-devices-sdk?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-sdk.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d7b6aa05e2e8ab81de8ccbdcefcc845664855b006e48c7c934c769dc92a01e68) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-sdk?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-studio-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-47f133d21ffbecce51fa40ddd76ac544ce1b7d8d5848cd694fcef37fa1af8118) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-studio-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-synthesis-markup.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fbd9a0d340a86f28004ef9d21d511ef0721421a8efd36b8071b64fa5b4c8f1eb) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-synthesis-markup?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-to-text.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-99144235b799adb0d7ba22de56bf46844fa9cc3401c2252d5be05c8f0abc9bc2) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-to-text?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/speech-translation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0968f1ee42890f0f21ef8800d2bbd2fdb5e4471365e94186fe21d1527b21fa87) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/speech-translation?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/spx-basics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b41b53c11d1f79050ec175588234d310fc000c099b5888068f729c3d43daff4c) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/spx-basics?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/spx-batch-operations.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-969d88c1ebc1be9afddb95e9f48524ed9f9b6dff3aeea68c385248487dd82669) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/spx-batch-operations?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/spx-data-store-configuration.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4f29f57da833a00bc8fd84956d65813020970225e8c73b2327fd04a264e4de64) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/spx-data-store-configuration?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/spx-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d9fe052978ba9117bceabff9b66749e89b29f750cda8f14ed06589139416f8bd) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/spx-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/text-to-speech.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-952e96b10185053744edbb5f5565befa4f04231e63234fa05969e27534730446) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/text-to-speech?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/tutorial-tenant-model.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2da8dad2de4a2f06caa08ef67c5e85cebf0c138d6d8406cb1d686496954cd7e3) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/tutorial-tenant-model?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2cfb2f157be7339db5499c594c9e90213e700f226ce5930f93c9a05edd868861) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/cognitive-services-and-machine-learning.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b3e54dafce917a2838b8ae6de60ad542fc2935744d643710b36903562e9b1027) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-and-machine-learning?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/cognitive-services-support-options.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ca85f1989e786826647a05e4b82acad59df1ad429293e64b2bcefbaa6e03bc53) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-support-options?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/language-support.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-afbc61fe3a350571896e99383b2cbd2c47b29e3ace554e16bfbc4476f329d16b) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/language-support?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8d2e5b259d60231a1f7382eb5d29d1f6a8e3e215f0d402274956ee62b76dad74) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/cognitive-services/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-979ac4e233c1fa6f85f8880660bff0b32121c8f0d37bd69639d865eeb78ca504) ([To docs](https://docs.microsoft.com/en-us/azure/cognitive-services/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### communication-services - [articles/communication-services/quickstarts/chat/includes/chat-swift.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-819d998c0e63c875465148fb4b230072f4e5d16efe000df5f3778256ef9cfbcb) ([To docs](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/chat/includes/chat-swift?WT.mc_id=AZ-MVP-5003408)) - [articles/communication-services/quickstarts/chat/meeting-interop.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-053601828123d076168937e78a238f4fd5a4da904a89bb7a8b56889868d3758f) ([To docs](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/chat/meeting-interop?WT.mc_id=AZ-MVP-5003408)) ### container-instances - [articles/container-instances/container-instances-container-group-ssl.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0ed6dceae7962e039a1963b17eb6a85ee49e253bfd3f8d0d65fd54b4007b1443) ([To docs](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-container-group-ssl?WT.mc_id=AZ-MVP-5003408)) - [articles/container-instances/container-instances-environment-variables.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3bc9562e179028f406f7b8a621a64424b40de4d765e2c90a799ce7dbfc11c3ef) ([To docs](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-environment-variables?WT.mc_id=AZ-MVP-5003408)) - [articles/container-instances/container-instances-init-container.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c925118fb0fd14874fe4e87cbad2687fba0aef315b6acf7d4181a53624663fbe) ([To docs](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-init-container?WT.mc_id=AZ-MVP-5003408)) - [articles/container-instances/container-instances-liveness-probe.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fd66818dd0103f5b8ad191b8d2fc914e6a67f741527f69e4e51929d12265d6a0) ([To docs](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-liveness-probe?WT.mc_id=AZ-MVP-5003408)) - [articles/container-instances/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2744239e4bd00d1cad87842268e135123497be09f6e2d77078afde654c78acff) ([To docs](https://docs.microsoft.com/en-us/azure/container-instances/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### container-registry - [articles/container-registry/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7c8d6525be9f7eb9cc30c4628da8e28ad3474898d607861096f6ad3237e0d66d) ([To docs](https://docs.microsoft.com/en-us/azure/container-registry/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/container-registry/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2e8de4959e62dff1ce6915d0251b17fd3e962422c5960da697124d953a47fa5e) ([To docs](https://docs.microsoft.com/en-us/azure/container-registry/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### cosmos-db - [articles/cosmos-db/audit-control-plane-logs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0573e830bd2cf7c3f0a55fcd14117580d17b408d0e51d81bd88dabc40bb98aa9) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/audit-control-plane-logs?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/includes/cosmos-db-create-dbaccount-mongodb.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c9666e724a4a81fb1049c6c0c204ad6d33cc837abf4047f980258cf6d061ca14) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/includes/cosmos-db-create-dbaccount-mongodb?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/index-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9442ed96ffad7314ad5812b72a20cdc3ea47577550d51e72e36f65410143f946) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/index-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/local-emulator-release-notes.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9b99a68b46be3fa9d702aa20f6072a208d059fcc0cc6166e926243e8b36b6e57) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator-release-notes?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/mongodb/create-mongodb-dotnet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-52bcf780cb54945e52f9e476d126a161f273cd7c60eb3c7c2fb70945fb1dfe87) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb/create-mongodb-dotnet?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd46b175737a20d253129246c9720cb42bc67b90696e6175e492d38707d48d30) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-92867ba19850bf3c7d016c79ae8887647d9b6c675d7109bd1b1eeadaa82e8ca3) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-abs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-250f112e63ad6eec09915b3fdca0bdd8e7abb7d28dc1ac5ac265dce94918ac16) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-abs?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-acos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-980ecaa8165277fd43805b787d030ccfb02b23287f9cdf110fcac83a262dbd5e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-acos?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-avg.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23dc7b1e3281e058d630b8b76d415af57392b8de26151fc0b71a6030862fffa6) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-avg?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-count.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d3fc3581c996402b8a8ad1dc84e3a9ee6a4b9191aad8b9a4193955e00ee484d0) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-count?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5444847e507171ced22db406e00be7559c71ecdc4c6728e87ceb7112525c326e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-max.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8f341d823b7ee7174bc2e3ac143d060315f770f80a0c29681b6ba1fb2c2ad7fa) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-max?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-min.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4541e230c3d245333aade53d5e00cfa3acd584df1021f1e00c67a16b15dbe3e4) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-min?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-aggregate-sum.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0ad4278f010b06a662170ecbb184eb4d889cb66fb18cc638fccf339a688dea69) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-aggregate-sum?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-array-concat.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-043cded57373cc5003fb1d8fb9b65f22201cf89648bcaeeb18ee91e905aaff3b) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-array-concat?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-array-contains.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-beb6386745d8982fd1a8b9087004680bb338fc99633cb1f8ab970cbf0f86eb2a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-array-contains?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-array-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a582b026af0672f2955185befc706add420ffe6d0e5e0f1f4e8581c1c95b13fc) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-array-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-array-length.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-026effd815c01014c54e884a9001efbacfc650f9b4ae868b12372ec9e414bb4c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-array-length?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-array-slice.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-caca3c631382fe1ca0f1f3e0e1b2d2f08b043013c38782e687a7843677dc21ac) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-array-slice?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-asin.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8c50199f78fe70db2846265c286282d21d0bce0c80b30c71cd21317b67850a3f) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-asin?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-atan.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-13615d9964760804bc8350d98a037c58daae3d6a307f840b634a83d823f7d043) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-atan?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-atn2.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-629c3aeab772adb168d9cfb8ace48c36f68ee6fc2f432e0b83b638832b7ce2f4) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-atn2?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-ceiling.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-797b00d6fd367be231cc8dbb29042fff744092c283ada655eec3ddbe0b320ff0) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-ceiling?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-concat.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-30825720502fcae634b390c6562817efa19f52402f7824d46062cd80c5574178) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-concat?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-constants.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-067f046bdf6c9b8006b0a0edae1a48614422ef613a39b06a1058114128cccd8c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-constants?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-contains.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ab7b07703216e2bf6a324e002ee2cbe99efda0c8fd88da18a6ef64a7d76e159f) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-contains?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-cos.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4bb3391b01147d991f03417091dd49bded81e26a0e1269c5fb3c1546e1b9c697) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-cos?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-cot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cde3bb51a94b076f1e33375122e3ed8a8a3e8a5afde61a78949f9c012788671a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-cot?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-date-time-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c1097c8a97a5c42295054dc14e7b1f9159bec97623e70f61a4c7e50818fce5db) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-date-time-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimeadd.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c70a36289cff6c88954a62f6a70e58cabf90e54394a9a5e4a2895f3c93cbe16b) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimeadd?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimediff.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-73395cb9ec2612ddfa09a3efee46456f5fc623fe4bb23e6d0814ba91a89a90e0) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimediff?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimefromparts.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8ba6e43960e605eeacd78f6833b39901bafc8c33d026eb0e21b7e13afcdee4cb) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimefromparts?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimepart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b8ff15a078b61b4567d025446360f486061a00f15406669855ab8da84164b4fe) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimepart?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimetoticks.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-14d823dc30eb87d5c7d2e414af4a8a71a55e041c3b8ffe77f69237d35b3e38e7) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimetoticks?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-datetimetotimestamp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fcb743a552585a68c220894f7c23d49e24547ba739e851ace8ffe5ad5bb7ff28) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-datetimetotimestamp?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-degrees.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9ba833ca37686cdf3c43535b3b4a8b3f29b8b7bccfdcf71f868ba9ae9b4ed25e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-degrees?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-endswith.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4dfb883ea5e43ce01e5ea4b750e3527fd479d6b4fe11db53900105b0867b3c60) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-endswith?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-exp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-555ced9ba68d2ddc342d4a94109523cd7d3bbfda1ea6557970336ca8a4a66f32) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-exp?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-floor.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-301cac4d14a93dc957d8c3f498201ca74944004dc2803e03d7398585b27b30a8) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-floor?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-from.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2c59f3f0aa9529093a4f58705a8d3bf29f3233659b45a9a1ff2fc475eec8d35c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-from?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-geospatial-index.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ce723155c9eab1be070ad67518c4040d22fa5be4006f6671a9abe69b63fec5ca) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-geospatial-index?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-geospatial-intro.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-64f183ad3b800ceee497dcbfa028f3a06e7218bac59030726824a42024f28610) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-geospatial-intro?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-geospatial-query.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-edc78bf151efe46861ecfaa61697439b4eb7fb8ca2f37939a4b0e90e13eded97) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-geospatial-query?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-getcurrentdatetime.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0ad74d3403e0762e3f3ea45f48f87708d98ccdbd58e3f83ac9f1278fb8f8b61b) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-getcurrentdatetime?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-getcurrentticks.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-88f8409a13c26eb81f8fbb9dd190a70a3f0c54d15067dbd500dc8ed73d216ca8) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-getcurrentticks?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-getcurrenttimestamp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c42968b247b822645e102bfdcda3d18221c7356e962c7e3e955e9d36c92fa584) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-getcurrenttimestamp?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-getting-started.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-93937ab81e553aa5a09458220ab87f6811d92d3082709b0c6cb845f8fd742338) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-getting-started?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-group-by.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3d74aa45b590be05a4f90c58cae2b399e243891e7b9d465e06d0c0c9ef507fa9) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-group-by?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-index-of.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3a8cf605a75d3dce2f7af542719d1c9c7a72060f3ef1024bb024cd46ef240ee8) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-index-of?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-array.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f35a683495ba2eedbf79af18e34bb5d9274dca9c799ce73022a97d5d4bb5bda5) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-array?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-bool.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-02f56031d2303de928883cc05a8f01569b5a7ea4d268510324409b5ca6feefa1) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-bool?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-defined.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-af2af7740dd3882e194990465fa0c5d71c5955d9d1a2ffa1866003afa34928eb) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-defined?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-null.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c5863813b05e78023b0e9bae3dbf72188042f06fb296b4949f0d6ceb4fca6c20) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-null?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-number.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1cc46114ee7db8ad0dcdcde351621c124f601db64c0145499070347f92f23e87) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-number?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-object.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-660d0ff657ec30fd777393a680cc99859b6bcb917e5cc9a78791e8465831434b) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-object?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-primitive.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d4a1f47cd9b0d449c45e2fdc6286c3d22f5a6b7a97ff15209b3ee5a52cd08c6a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-primitive?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-is-string.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e0154a0ce7201f7025fa22fcced0e51fdc1412fbac60dde69c285a20647b8fa0) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-is-string?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-join.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-80cb56b7b4261de4a0f9bb3961213155a022dfcbaf2351fa63ab6d23c1c56f48) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-join?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-keywords.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f9479cc41904c093c5bfcae1e0a4cdb1af21ad7329b6f3d9e11d14b8874ecbb3) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-keywords?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-left.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8f27f993d13370825fdc83f5179331a10e2dafd2d32e87498105b14acbbd790e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-left?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-length.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-87282b12ae63a4ad0ce7cbcb559d87292107ecc8b2a0ded782d4918ae120450d) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-length?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-linq-to-sql.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6aed76b2c4533608629f6af13b6990666cd8be992a935c0aea963fd082d5e11a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-linq-to-sql?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-log.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-32f791881492bee1be05619179116383878eae5b9f39d432fd50802d5f20790c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-log?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-log10.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9451a9245b65b6338a8f3eafc3e4fa2f22d1622c58b7946b58e078e0cf9a432f) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-log10?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-lower.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-93887617588b627b5c6081b54abeea8056f515c6278514c1f5181824bb7f904f) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-lower?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-ltrim.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a1988383d994794eb6d29824b4f108fd51a3c0e9ac6dea1cc6b8e4ef44230d88) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-ltrim?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-mathematical-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-09f2b27cda588d568716c1b2d8c746e517b7deb4217ea7bb95ebcdd5b750b3e8) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-mathematical-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-object-array.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-de4f5cdccdb146ef62766c897d869dbb9c05b73b3c4bdb350a2bfa7daf9f40f1) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-object-array?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-offset-limit.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-889b86af0ecaa81b45f576dada9ec8c70766e0318e4d44cdf7046a0971206b97) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-offset-limit?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-operators.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-81b15cd248ffee0d6e444b896a239179773b7e3dd50fc728bda2db1e70a9dd49) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-operators?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-order-by.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-83646be6f01d14a53ee99cf508dbd4c46db33ad4257f2eb4a030bf9363ea1699) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-order-by?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-pagination.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0d3148642600bc84a5415b338ee61bfb98535f37b297b0ddbe2a31845bd6c3fc) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-pagination?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-parameterized-queries.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e09f568701715cc94d77ec40b267213565496ce62a558381dfb84f74c57b8304) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-parameterized-queries?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-pi.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d25ae0c3a0cc44a2c04c3bdfcd81899031fda51606e7efd222bd349a4e5e829c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-pi?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-power.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-155e522594053c5d9c67d4f050c73ffb57adb503f79952e03eeff1c8ced3b03e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-power?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-radians.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ab94a52a296a65cd932c3ed3f1bbc0e07295956aff870aabb89b6a4d787c48b3) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-radians?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-rand.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6a4881bc491161d4000531af274a87aaf3bb0bc1ef9ce6baeffb87f5b118ff58) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-rand?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-regexmatch.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2102a7b2312d262fe3ac6075c9ff402e2c8b1b39a3958b6351a806f3adab772d) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-regexmatch?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-replace.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c30a72a6664a1a7107d2f270e277f3e9e1a388f1f7f45517ca782ae38552f8dd) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-replace?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-replicate.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2d399e955f69cb9a781c1f99b8f91b01ebe4a26586fc29705434817cdd4358cb) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-replicate?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-reverse.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4dfc74e563c00344026cf85086246f6ee4a736e22fd9190aa1b551d6fa0fd931) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-reverse?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-right.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8d24a4e711930014bf9909cb95d437f120295e358defcaa5f1a70ce84a009458) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-right?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-round.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-700e3ad9c549bf14f7b376be9575644df90bd2a59cbd05b5d9093407a585f91a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-round?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-rtrim.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b599ed44349af8f1fdfe1f1cdac1373f60baff9e3bcf466e1ac7e51ec65a103c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-rtrim?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-scalar-expressions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4413ed50e7960409429f254121f4f9833aa619ef3e17207935ec9171f0b09781) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-scalar-expressions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-select.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-77dfdd8921fd61eadd2ecc000ca243ccb10efcd8310e13e93d9c2d197b06ddd2) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-select?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-sign.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-631eee0c9a32c7f11044f6e3ce0ba40bf2c3c7de1f3dd37f9abd6aefcf398feb) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-sign?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-sin.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b68a4255fc6b92fd6df51dee8035be910aaa4b7fe5a59d87b1dba21ad2249d98) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-sin?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-spatial-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7c6e18a90fa0616cc948189e96dd706f506c6d67a4e0e3bc1239d4e2d62f0e74) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-spatial-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-sqrt.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1e822989d244481d1d2cb84fd3fa51137bc948226f5d6e15f5ce3531a6987820) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-sqrt?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-square.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-37c4fc6c77a56a8f51c1e306d3e4a174986569638f93904056aee9a32eebbae7) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-square?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-st-distance.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b85a7fc2b62626a5e8145aa951b93d95e740621f0d0733eaed1b613ee2035a80) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-st-distance?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-st-intersects.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8d5a39af0c949669258736a25702eb904d551f2148bce03ab9f0cf96d6deb9a6) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-st-intersects?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-st-isvalid.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b5cb6477d4ff72e8b09daa1df55da98c1b64c2a924ff7c43ff856a0f26d43bd6) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-st-isvalid?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-st-isvaliddetailed.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-717a49bb0c38dfb29e00e544c2c0a773a07fccc426b13fdfb81eaabfc0b7d54d) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-st-isvaliddetailed?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-st-within.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a39d853411e193ea7533702d3eb4cd2b601ed265bcf4e19b172eaf58e37c1c9e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-st-within?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-startswith.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-28dd1515465fb0e2aeb7c2ade1f5c1d618700205ada28abf279cc094d3e62875) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-startswith?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-string-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bb588b45bdfcebfcb89cd96f482acc02e684737dc2fb3eac2751b189cd2aea9b) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-string-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringequals.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f8ab31632f52f38f51370821979b1a8a7c4c80d3268e05aeca0a34b61e8fc173) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringequals?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringtoarray.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-174d318fb1883ff7b6ebe23d05a44150b7438d495741a34bfe1d73a44250e51c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringtoarray?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringtoboolean.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e738629249e42fcac32c4de925ba125b9dd18ecf901fceb5b3639e18f9caa955) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringtoboolean?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringtonull.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-89afdeac0e604a09606342cc5a80872dadf68cf5b125e72f67f7d2c8bf1ab439) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringtonull?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringtonumber.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3589fde27a3211885f0d7fc9ba7941fc35e8aa65d9611d3384614f1c2cecaee6) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringtonumber?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-stringtoobject.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8e6a913edd47eb1db975bdc6ed7e54c626f9d76fe9d0e64fa5134939ad330703) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-stringtoobject?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-subquery.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d972a8caa2684130564307c8feaa443704d2cde9ab7ef47241e79b86eb0d374e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-subquery?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-substring.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bd80e99dcd25d7598bf3e470b397f83e825d27e175c46c6f243c5b49c7b4138a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-substring?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-system-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-45d21a8d802afd586177856a0f0a47c4489901845c11ce0612a0736c0d7a9d7a) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-system-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-tan.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-89a803c84dcf6da63f0c06e72ff7b4127df676ca1c21ff3e057caa9c8a2a4e16) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-tan?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-tickstodatetime.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b499c852235183f360a2e375acb35b3e13affa1d4383972e721d4df23835d143) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-tickstodatetime?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-timestamptodatetime.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd245cfbacbe249364491c1db27b2350b0f80db30e34c328389bfa3e7830de72) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-timestamptodatetime?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-tostring.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-32789159c7f9c84d2732cdf0883d1fbe3b7850806cfd7d2afb22a8c900442f6e) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-tostring?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-trim.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9fe864cce4d779948911eac24dca4195cd59ac525906f14a651441026332d16c) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-trim?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-trunc.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2cfec86752c38c488e0633cc67b72bf720f56bd06eb2983f947f0671a3b5e16) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-trunc?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-type-checking-functions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-56fd0d3ea23f178b2ff6aab05044fa62626c533bed48f7b13e27b6bc3aa2b475) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-type-checking-functions?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-udfs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4ca9deb067850cf9eb549f09633a6d4e9fcc95060afa05841558f43031058aa6) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-udfs?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-upper.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1d8e82b9ee627f51d36657055bc0fe412ffb4e8ee0ee0dca2fb67a2407c0c615) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-upper?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-where.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-16cbacddb28b09bdff2d825f790308fddb00885b62d7fd47905edd8a66efea04) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-where?WT.mc_id=AZ-MVP-5003408)) - [articles/cosmos-db/sql/sql-query-working-with-json.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1248d1ecb0026037c4ddfffe7f66909b54ca7fe800b3af92471c7c4a26459e4d) ([To docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-working-with-json?WT.mc_id=AZ-MVP-5003408)) ### databox - [articles/databox/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-756611c2a92382484edbc7f8b1cded86631cfc30f40d3156fa62ea28af7a8db0) ([To docs](https://docs.microsoft.com/en-us/azure/databox/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/databox/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3aea55c38ed5a14145819b213bd77ce7846f5920d5b3e6dd00a1a37423ba63c0) ([To docs](https://docs.microsoft.com/en-us/azure/databox/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### databox-online - [articles/databox-online/azure-stack-edge-gpu-manage-storage-accounts.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a5c3b2f5e102ec68f90fa76297367a567a6aaa64d7f2ef1a861bdbbfc2a55414) ([To docs](https://docs.microsoft.com/en-us/azure/databox-online/azure-stack-edge-gpu-manage-storage-accounts?WT.mc_id=AZ-MVP-5003408)) - [articles/databox-online/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-84f93d18cd5116472b6beb176a1c5668b1995e6db441f1cc284f1d8514ac37dc) ([To docs](https://docs.microsoft.com/en-us/azure/databox-online/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### data-factory - [articles/data-factory/concepts-pipelines-activities.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9c38c8f71a49e9455a1aa351821906314bb8b920b1d5746566f4a1704363e801) ([To docs](https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?WT.mc_id=AZ-MVP-5003408)) - [articles/data-factory/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c7f245921b326df72ff793100995968c67275d0cb8862042c2193f9c17aaba12) ([To docs](https://docs.microsoft.com/en-us/azure/data-factory/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### data-lake-analytics - [articles/data-lake-analytics/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-387f7bdc49678c10fb8ff2b02bc28ebc7b54de6e13e09fa2f35ef8b0e55d7284) ([To docs](https://docs.microsoft.com/en-us/azure/data-lake-analytics/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/data-lake-analytics/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-534ea35214d3e26281269385375cac4c3fcd138b28fae079c621dacaaf0a8dd9) ([To docs](https://docs.microsoft.com/en-us/azure/data-lake-analytics/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### data-lake-store - [articles/data-lake-store/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e1348f53c23dd628b1b22d5586f44a4712c88e4b073e2ad2d4f3a52afbf3cefa) ([To docs](https://docs.microsoft.com/en-us/azure/data-lake-store/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/data-lake-store/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f151ca7f5c94e330ae0eac5832f6cdeaa035b393d884b94abbbb659a54f2f07c) ([To docs](https://docs.microsoft.com/en-us/azure/data-lake-store/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### ddos-protection - [articles/ddos-protection/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0284a488bfa32151cbd7885d93e32a840ade5549ed2e35710d463b23ce85d8ed) ([To docs](https://docs.microsoft.com/en-us/azure/ddos-protection/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### defender-for-iot - [articles/defender-for-iot/device-builders/how-to-configure-with-sentinel.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2494ddfd5d11d8c02ef010c23e4911d7d0433cddd05186231462beddf97dad34) ([To docs](https://docs.microsoft.com/en-us/azure/defender-for-iot/device-builders/how-to-configure-with-sentinel?WT.mc_id=AZ-MVP-5003408)) - [articles/defender-for-iot/device-builders/quickstart-standalone-agent-binary-installation.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-77be8761e3b35479619f8183f35690ae314dbccada0c93854bbc3170cbe6c960) ([To docs](https://docs.microsoft.com/en-us/azure/defender-for-iot/device-builders/quickstart-standalone-agent-binary-installation?WT.mc_id=AZ-MVP-5003408)) - [articles/defender-for-iot/organizations/how-to-configure-with-sentinel.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2407ffa669f2ad177f2948539468ff60da2c1aa1d285cefdc205d17bbc889606) ([To docs](https://docs.microsoft.com/en-us/azure/defender-for-iot/organizations/how-to-configure-with-sentinel?WT.mc_id=AZ-MVP-5003408)) ### event-grid - [articles/event-grid/delivery-properties.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-91982f850cf4b28c3e11db70a2194f00552e21bc33161cd98e0d3037d1848d88) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/delivery-properties?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/kubernetes/delivery-retry.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5827efdda8f99dafd7614cec99c20eea0701045550896ddcf3a854534e7055e6) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/kubernetes/delivery-retry?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/kubernetes/install-k8s-extension.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e1d5ac7d3cc46534c1355c1c7e741b85f2ac28d1298e2b9e8ea1c790c724ed39) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/kubernetes/install-k8s-extension?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/partner-events-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-92882c25a58f8f769d9027fba722aeec0f5c6c703bdb6e9357438760c10ec147) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/partner-events-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e54a9f9b4e78cd9cd6bf804df9446d244f24720cb102d8ba1d8f144c564bde51) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-acddafdef4015f5b512b51d79cfb19f49caabeacc8830f8c2077a4fef61c5853) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/event-grid/whats-new.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9a90d76a1e373419775799d69496339ce5a16327d7678525c01ccd55b75c0a70) ([To docs](https://docs.microsoft.com/en-us/azure/event-grid/whats-new?WT.mc_id=AZ-MVP-5003408)) ### event-hubs - [articles/event-hubs/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5bd91d94548f605ca744d195a92ab901b454082640870c23f7c947eb7a5536ed) ([To docs](https://docs.microsoft.com/en-us/azure/event-hubs/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/event-hubs/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-29d3c4e6b45346f61827621b3f7b90ba4227544056df560adb69fe7f59c18480) ([To docs](https://docs.microsoft.com/en-us/azure/event-hubs/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### firewall - [articles/firewall/forced-tunneling.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bec0eccea45af955a10d859fa58d065c9d98aecd92301ff68c5156b2621ffa46) ([To docs](https://docs.microsoft.com/en-us/azure/firewall/forced-tunneling?WT.mc_id=AZ-MVP-5003408)) ### governance - [articles/active-directory/governance/create-access-review.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e34681a0039a72c34d36b003337f3fb2e6e18e98510d21981ee9924475c3dea1) ([To docs](https://docs.microsoft.com/en-us/azure/active-directory/governance/create-access-review?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/management-groups/resource-graph-samples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8b5cc7e06c1b3c9315badf9078d1e1360180132d9afd82f0e7896110f28e915c) ([To docs](https://docs.microsoft.com/en-us/azure/governance/management-groups/resource-graph-samples?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/australia-ism.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-30bf10c74ffeee44c6e42191587330f171f54de9e185844003d3b3854f4bad61) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/australia-ism?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/azure-security-benchmark.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-17a28a7a8159700a5878d8a82a1aaa4a5c423d2c76d4d201d6753afad58dd143) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/azure-security-benchmark?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/azure-security-benchmarkv1.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dd3d3466c1f27ffa7085fb0060b779c32d452e8c2a20dce1f01188d816932637) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/azure-security-benchmarkv1?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/built-in-initiatives.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f1e1bd5eaf7a45b1c62097a944f8b20f1113d7eaedbd25b18bcc1aa41d9341f4) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/built-in-initiatives?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/built-in-policies.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1b897fa2e226a4f1c88f85e2a3d591acbe0cb0d15e7eb2e752f7c814ebb2ea2f) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/built-in-policies?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/canada-federal-pbmm.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0589f2924702b50419428bacf4d345a8838bfd28caef9da9739bedbe12d3c44d) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/canada-federal-pbmm?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/cis-azure-1-1-0.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bf1e78c4bc7846595f38be964e889002b2bceb595967d3542f0b59b6c79bddfe) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/cis-azure-1-1-0?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/cis-azure-1-3-0.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-41515a364ea4d52614a0ae7362cd0000f84d0c9277da882fdde59aa4edec663a) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/cis-azure-1-3-0?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/cmmc-l3.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8203fee79bc191ef855051dba21f0f1ff7b79794de17815be8324eefd63c1262) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/cmmc-l3?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/fedramp-high.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-25d739446b4296d5e1420be2deec3bcb934af03354f66498a995e7425b0424d2) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/fedramp-high?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/fedramp-moderate.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-393e1bac4a689a6b6d48df6c07471ffdff334e610175dfa1cbf850aba900d518) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/fedramp-moderate?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-azure-security-benchmark.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2315e14be454e6d676bbe6bec76601ccc4798b4f077df2e544cfcaefa0963181) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-azure-security-benchmark?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-cis-azure-1-1-0.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c6eeb251da7b74b853e43be9d8cb959fc6f6fee2e5e1b77cfbe9ec1573553504) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-cis-azure-1-1-0?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-cis-azure-1-3-0.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a597045fa7d3c61d38422179e78b08d0105c253d1fa0029d5f24d0ad90c16353) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-cis-azure-1-3-0?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-cmmc-l3.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7a9734b44662e7c4f3e6fa63ae71563647c43f8a5346e215ddd674d91c4f5757) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-cmmc-l3?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-dod-impact-level-4.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b4f6ae4b0078ca0dfd8bdbf97f489a41d2d7fe89d0e03dd6e942baed7d190d1b) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-dod-impact-level-4?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-dod-impact-level-5.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-24a64b0bc1930a65a5e7d8c71d30f3c933fb3df2f7f650aa423465f9dd055625) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-dod-impact-level-5?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-fedramp-high.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bc53e670c81fce607e9cd5105e0075f3db6ec3ab42b639aabd3334680c3dfddb) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-fedramp-high?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-fedramp-moderate.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ee7c12bc465e9960bc1828aae24608ab9db3070b53c1bed111ed2c645b4b7e71) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-fedramp-moderate?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-irs-1075-sept2016.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-55eba1c3f7b9c86057488ac9c0f995be509490a022f8018c3c592bbcd840f148) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-irs-1075-sept2016?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-iso-27001.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-296f4af7fe03a6bacf3dea245ae56d3ea91fcefcc659be801d8c5fe64725899e) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-iso-27001?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-nist-sp-800-171-r2.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e27376396559e72a93e8ef0991a70b090abbb03708e679753c918032729f1d6d) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-nist-sp-800-171-r2?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-nist-sp-800-53-r4.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0ab53874f2bb994a051290b5cf824d14da38b5fce7b0e096ba499bd8c2d961c8) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-nist-sp-800-53-r4?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/gov-nist-sp-800-53-r5.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7c0c590aa6490175b7dc571f62a3edb39f1803149c06598c5d35168f5ef4278f) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/gov-nist-sp-800-53-r5?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/hipaa-hitrust-9-2.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fb90ae655e143db0533ce0a027bb9c2102753b7f4173371ed0ea2039e8ebc32b) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/hipaa-hitrust-9-2?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/index.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-42193d9cf8e74e62e621381e0d8ca98bbf2a56ea685e4d5746ef162c487d2985) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/index?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/irs-1075-sept2016.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d57ac5f5e2a85b06c82541ecbc2cb2407858b805de55c70aaa8bb6b8136d2557) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/irs-1075-sept2016?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/iso-27001.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7018f5bfe08eb9f336e281511c054a876cdae1b403165dfef1ab8b78d8c95bea) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/iso-27001?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/new-zealand-ism.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f8e270ae557ddcce9297a61831f5d554535de3819be4c7b302f79458997c7444) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/new-zealand-ism?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/nist-sp-800-171-r2.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9614385855ffd78fbb99594ead81a143b2174e3dc8870e2f4c7312c2fe03c2ca) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/nist-sp-800-171-r2?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/nist-sp-800-53-r4.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f412c11845cfb2d881b9c0c7eccaf485ad866a6583ee68b4b87812f3df63f323) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/nist-sp-800-53-r4?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/nist-sp-800-53-r5.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-022626ff5ea07541fb6af93062f9eb47779f7e6dfdb8f5ba26fcbd75c02f48e2) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/nist-sp-800-53-r5?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/policy/samples/ukofficial-uknhs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fb02a993397b3efa1fd6ac2d38ba00cd85674aaad38a76364fe53d983e07fb2b) ([To docs](https://docs.microsoft.com/en-us/azure/governance/policy/samples/ukofficial-uknhs?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/resource-graph/reference/supported-tables-resources.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b09a492907fce10a0aadc1b802169dfb43bfc9bf530fec0e2da4a8eed04c4aa5) ([To docs](https://docs.microsoft.com/en-us/azure/governance/resource-graph/reference/supported-tables-resources?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/resource-graph/samples/samples-by-category.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dabb6d8720a3d1985fd9ce1eb904017ab62e50d7ea35c1292537a861d2bd0601) ([To docs](https://docs.microsoft.com/en-us/azure/governance/resource-graph/samples/samples-by-category?WT.mc_id=AZ-MVP-5003408)) - [articles/governance/resource-graph/samples/samples-by-table.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d7f62b55e51358485f7109a73f3cd30371ba4b2e8102be93b2ba2da2eb08acdf) ([To docs](https://docs.microsoft.com/en-us/azure/governance/resource-graph/samples/samples-by-table?WT.mc_id=AZ-MVP-5003408)) ### hdinsight - [articles/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-da13edd6aad681c08486dcdb305062bbb532efdee2092d4c0f4e994b64fbf1f4) ([To docs](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial?WT.mc_id=AZ-MVP-5003408)) - [articles/hdinsight/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8f14ec80d6581b7293e913f6859752d17fd400c262d1ed1d8d1713bfd624a685) ([To docs](https://docs.microsoft.com/en-us/azure/hdinsight/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### healthcare-apis - [articles/healthcare-apis/azure-api-for-fhir/iot-fhir-portal-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-738e1f7e02fff3dcc608c49887a7ab77e482850eb570a1eed4a72143604404fa) ([To docs](https://docs.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/iot-fhir-portal-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/healthcare-apis/azure-api-for-fhir/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a8c0e0e3e863dcf2f58e91581b98b5456d1007451fdb57830bb3bf1f46f28535) ([To docs](https://docs.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/healthcare-apis/azure-api-for-fhir/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1ee48638cfcf84061db10e8c43a9f3494539a842208d6ef0fba20869242aecec) ([To docs](https://docs.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/healthcare-apis/fhir/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cd9d5ad8691dee1be67e5d6aa992ab487d0848a57ee33b476efcdc07c2747c4a) ([To docs](https://docs.microsoft.com/en-us/azure/healthcare-apis/fhir/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### iot-central - [articles/iot-central/core/concepts-app-templates.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5d9d936db7c110bcf8fe2a77e9c1e8f76b3e5e98c7a282a682b70824a5e7ae03) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-app-templates?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/core/concepts-get-connected.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ea93ccc51c94313a00bae875d58623dc7884bf9e59719505d96b77756b3debba) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/core/concepts-get-connected?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/core/howto-connect-powerbi.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-635d88ebfacc9f874f8fe3d11dc96ef842bdc146542e09a6f3b5f4fe1ef01a9e) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/core/howto-connect-powerbi?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/core/howto-set-up-template.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b13147544600b840f5024dba74da907177f08fafa649d452cdcfd3c31a12d006) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/core/howto-set-up-template?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/energy/tutorial-smart-meter-app.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6190be55c838109de697591cef50aea685fffb89a0676d355715bb299e7996dd) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/energy/tutorial-smart-meter-app?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/energy/tutorial-solar-panel-app.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3b4fe23299edf0e9c98f566fe7552fb7ef644b81bf431cbc5f78668742542947) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/energy/tutorial-solar-panel-app?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/government/tutorial-connected-waste-management.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-180b8be87be481bd748386a49cadb027156609c3f99de8fee62eb16ebfa50b99) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/government/tutorial-connected-waste-management?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/government/tutorial-water-consumption-monitoring.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-49f5376a232564cfa563be6da51077f3e82f4ec694f062814039cf512e062c04) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/government/tutorial-water-consumption-monitoring?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/government/tutorial-water-quality-monitoring.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cf1ab0d729c77c4ec839c34923a9615d3a3683579551aca88e2e0cf2ec3fddc9) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/government/tutorial-water-quality-monitoring?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/healthcare/tutorial-continuous-patient-monitoring.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2ef35659a58a467ddf8cb0a3fe546abc8a51e4c0a401b4ec8c1d4090d8bf0b1a) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/healthcare/tutorial-continuous-patient-monitoring?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/healthcare/tutorial-health-data-triage.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d4f63bf809ee6f28e8eeccd5e51a17e27cdb51d72c38409d727caa32a949ae3c) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/healthcare/tutorial-health-data-triage?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-in-store-analytics-create-app.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-15740a11ade0355fdf8ef8182b61f8af92cfa307f92b738da581c9682d045557) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-in-store-analytics-create-app?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-in-store-analytics-customize-dashboard.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5fcbcac4edeb639eddf97ff6a1a7fb6c5dfc5902b2c30cb3b7780d4c98249d5c) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-in-store-analytics-customize-dashboard?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-in-store-analytics-export-data-visualize-insights.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dfb7585ab436aad11a3236dd69458084eb5a09b388af8002a14853c76739b541) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-in-store-analytics-export-data-visualize-insights?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-iot-central-digital-distribution-center.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9b74cda2faaa37eec66acf7c02385ecbcefd010967aa22a2b1efc10b143be75e) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-iot-central-digital-distribution-center?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-iot-central-smart-inventory-management.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9e59ee1c089613b91e5e9f5c02196d63bbe6846354cac7b5b202e0cc9afc42ba) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-iot-central-smart-inventory-management?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-micro-fulfillment-center.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-246a6c853922f0ef420e8f3f87bb2d61a106a2b93bddd2bfdc4076447e433598) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-micro-fulfillment-center?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-central/retail/tutorial-video-analytics-deploy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-65a688fcc2fa0965ab5eb908ce3894a89f1564a7f994694ece0b0b7bcef078ff) ([To docs](https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-video-analytics-deploy?WT.mc_id=AZ-MVP-5003408)) ### iot-edge - [articles/iot-edge/quickstart-linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0b88f9e32e81d809bf1a7ff327f5ab252c860266da51eb75c540fa977366e64e) ([To docs](https://docs.microsoft.com/en-us/azure/iot-edge/quickstart-linux?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-edge/quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-797ccce86b08e4c3de7fe2d9587ec4a118246704bf99bc2561d54408368030e4) ([To docs](https://docs.microsoft.com/en-us/azure/iot-edge/quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-edge/tutorial-monitor-with-workbooks.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c0e33677512c8f1f664a570e59a2c9dec3f5ba8e27a390b15b48ec8c1ec89dfa) ([To docs](https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-monitor-with-workbooks?WT.mc_id=AZ-MVP-5003408)) ### iot-hub - [articles/iot-hub/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b9c0910ef701384d2fb89b1bf0077a3d714fc58c5d51d55dd584f30b6fd3bc60) ([To docs](https://docs.microsoft.com/en-us/azure/iot-hub/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/iot-hub/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e0d7ad14334f0b04bab6d44ba8f69c88a9a9c270b2120fa73b2dccbe66c2cafe) ([To docs](https://docs.microsoft.com/en-us/azure/iot-hub/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### key-vault - [articles/key-vault/managed-hsm/recovery.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7d75023b2e36edefb670f1392f3e7ad6197da692229a2a2cab7612b88f303f42) ([To docs](https://docs.microsoft.com/en-us/azure/key-vault/managed-hsm/recovery?WT.mc_id=AZ-MVP-5003408)) - [articles/key-vault/managed-hsm/soft-delete-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-875e29c61005fd3f9ae94648bb99b6c48cad8a8b34a1d45ec482c576675e0fb1) ([To docs](https://docs.microsoft.com/en-us/azure/key-vault/managed-hsm/soft-delete-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/key-vault/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9d5fc0778615ffd2b1366ef4f10f4da4d72d08038539a168d422ee4f3d44a451) ([To docs](https://docs.microsoft.com/en-us/azure/key-vault/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/key-vault/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-615a0d9753f7d54d33c00aaa684a304fbbed2422507ba3967f25bd57841c8581) ([To docs](https://docs.microsoft.com/en-us/azure/key-vault/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### lighthouse - [articles/lighthouse/how-to/onboard-management-group.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c4a220827e71569c1e31bc208a6e173ad419a8c5b629630a06a212cf8e6325c4) ([To docs](https://docs.microsoft.com/en-us/azure/lighthouse/how-to/onboard-management-group?WT.mc_id=AZ-MVP-5003408)) - [articles/lighthouse/samples/index.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a26eb58e94049960dc04a5f542a63baff45669a9bda9b9363bbb9c6f58cea986) ([To docs](https://docs.microsoft.com/en-us/azure/lighthouse/samples/index?WT.mc_id=AZ-MVP-5003408)) - [articles/lighthouse/samples/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-117721223ba4d7359969bd0054ccb83779dd69eaf819823ba5766b34b71a82f9) ([To docs](https://docs.microsoft.com/en-us/azure/lighthouse/samples/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### load-balancer - [articles/load-balancer/cross-region-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-58d192bdee638009c90215cd6f2363000367927e9993ea199b5b89641755f0f5) ([To docs](https://docs.microsoft.com/en-us/azure/load-balancer/cross-region-overview?WT.mc_id=AZ-MVP-5003408)) ### logic-apps - [articles/logic-apps/logic-apps-using-sap-connector.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-96117ef6739a04b38e243849e8d61704868874e444e4b11e8c5f577be5126a82) ([To docs](https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-using-sap-connector?WT.mc_id=AZ-MVP-5003408)) - [articles/logic-apps/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fbfa4cd7469a5fafe880a6e00c987736d51e6d3cb190d9617dca71eea071fb06) ([To docs](https://docs.microsoft.com/en-us/azure/logic-apps/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/logic-apps/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-87fdaf13f7e3710662435bd5e279dc81badc820a6d965e4c93398ace88ad50e5) ([To docs](https://docs.microsoft.com/en-us/azure/logic-apps/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### machine-learning - [articles/machine-learning/concept-designer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ea017177dc4757cab5595c8298daafb6242d65e647a3c1d78595f77143819c69) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/how-to-auto-train-forecast.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-56d0a6966f72447c54140fa9a5215222efe498eecd0c2350f2477d4faf61a24d) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-forecast?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/how-to-configure-auto-features.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f9644af895d0077f27230b56d06c88536b6134f1a126c833982925786e5360f5) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-features?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/how-to-configure-auto-train.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e82be38e4c9db177ec1576caebb928ffef6867370efa02abe8122a579551962b) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-train?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/how-to-configure-cross-validation-data-splits.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a3e44c093fa920ae4a64e91f6b30f7e15f7e4802f5d44ba516300afa4df23022) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/how-to-manage-workspace-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cb3a3fb61c003d0b44a41606e766b5bf441a38a60c6e2791a1d68b019b256c68) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-manage-workspace-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7725837c2c6083a52e21919722819827435bf70f33e2c2e43ab2ad73974bcf56) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/machine-learning/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fb944b658465a37f8181ba20f85a3473857a1deb54916b8c78f6184cde5da7ee) ([To docs](https://docs.microsoft.com/en-us/azure/machine-learning/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### managed-instance-apache-cassandra - [articles/managed-instance-apache-cassandra/network-rules.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b718dfff7a6c5c8f2344d3744642914defc779566dc22d2ef5c9610edf1074df) ([To docs](https://docs.microsoft.com/en-us/azure/managed-instance-apache-cassandra/network-rules?WT.mc_id=AZ-MVP-5003408)) ### mariadb - [articles/mariadb/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e93203fb4fc6c38c480083bee75de9b1db74e4d1e90f3212630c801db600dd23) ([To docs](https://docs.microsoft.com/en-us/azure/mariadb/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/mariadb/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2f5519ed8d29078bf12426c33920e2e7aae9e753bc36be0082b43453050ac55c) ([To docs](https://docs.microsoft.com/en-us/azure/mariadb/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### marketplace - [articles/marketplace/marketplace-dynamics-365.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-da5d23b20679711a2a8030b6fe19cd7491013a098c3ad1237e975705b405a317) ([To docs](https://docs.microsoft.com/en-us/azure/marketplace/marketplace-dynamics-365?WT.mc_id=AZ-MVP-5003408)) - [articles/marketplace/test-drive-azure-subscription-setup.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-16956a39786fcdeb8e74dd8da9cd4dbfa4d6b3a7eebb10a616be94e8a0274cf8) ([To docs](https://docs.microsoft.com/en-us/azure/marketplace/test-drive-azure-subscription-setup?WT.mc_id=AZ-MVP-5003408)) - [articles/marketplace/test-drive-hosted-detailed-config.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-842237a465f68d9c561fe9673f2288f461826cf4373d9b5eb7dd13110429fd84) ([To docs](https://docs.microsoft.com/en-us/azure/marketplace/test-drive-hosted-detailed-config?WT.mc_id=AZ-MVP-5003408)) ### media-services - [articles/media-services/latest/encode-content-aware-concept.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f60da4f8c6292f2835283a92ae5d44b64124cc9775e77d043a4992b0fbbb643d) ([To docs](https://docs.microsoft.com/en-us/azure/media-services/latest/encode-content-aware-concept?WT.mc_id=AZ-MVP-5003408)) ### migrate - [articles/migrate/how-to-use-azure-migrate-with-private-endpoints.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0deef4ccab3ee84fd90fdcc095453d4d05af4f73c2be69d5052c0422c93df107) ([To docs](https://docs.microsoft.com/en-us/azure/migrate/how-to-use-azure-migrate-with-private-endpoints?WT.mc_id=AZ-MVP-5003408)) - [articles/migrate/migrate-support-matrix-vmware.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0a33ad92c5b00aa7bef1b0363aebe6b45ddf095e3d55353ab7624747d5861bd3) ([To docs](https://docs.microsoft.com/en-us/azure/migrate/migrate-support-matrix-vmware?WT.mc_id=AZ-MVP-5003408)) - [articles/migrate/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f2ed668c64f90cef60accf282ea389b1938729105a74805df138a459201d504d) ([To docs](https://docs.microsoft.com/en-us/azure/migrate/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/migrate/troubleshoot-appliance-diagnostic.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-73cbe4813535200dc510a9f163250e4aa0509cfc8b5753118a2e8f319f30a344) ([To docs](https://docs.microsoft.com/en-us/azure/migrate/troubleshoot-appliance-diagnostic?WT.mc_id=AZ-MVP-5003408)) - [articles/migrate/troubleshoot-appliance.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a778f46529c9d8b8aecae205e91b26aa66cf4ea420fa008b9a1bc559e589fde0) ([To docs](https://docs.microsoft.com/en-us/azure/migrate/troubleshoot-appliance?WT.mc_id=AZ-MVP-5003408)) ### mysql - [articles/mysql/flexible-server/concepts-high-availability.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2a62b2ca9a618832640647601f0b0e022f7be05b2ee8c89d578fae502c684b8a) ([To docs](https://docs.microsoft.com/en-us/azure/mysql/flexible-server/concepts-high-availability?WT.mc_id=AZ-MVP-5003408)) - [articles/mysql/flexible-server/whats-new.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e60ab61b2f064380fe1773720c18b74dc5206a34249c7fb24f3faeabc5b97613) ([To docs](https://docs.microsoft.com/en-us/azure/mysql/flexible-server/whats-new?WT.mc_id=AZ-MVP-5003408)) - [articles/mysql/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-87a3a828ff78106a99b4524a249933c8c32228f7134329d5624f7dbd9b9d7e7c) ([To docs](https://docs.microsoft.com/en-us/azure/mysql/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/mysql/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-57bd2ba66f6c52e3c5ff79877e44d53167d891d3c50c732fe46d8db156e1c2a8) ([To docs](https://docs.microsoft.com/en-us/azure/mysql/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### networking - [articles/networking/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-135d641d9c0ea6fe6180f5fe503b18093df3e9638d3b6221620e5b981d6f7e43) ([To docs](https://docs.microsoft.com/en-us/azure/networking/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/networking/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-64dc8a6266d9296bf89bf7ba6c9191252e22a16f44cdd1b607d8459a08a6bd2f) ([To docs](https://docs.microsoft.com/en-us/azure/networking/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### postgresql - [articles/postgresql/flexible-server/concepts-security.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-12792ddfb0eab4a790d9ccbc005af26a7987b6f958949b858a15818639e55063) ([To docs](https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-security?WT.mc_id=AZ-MVP-5003408)) - [articles/postgresql/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b67f47180bfe00218f3a557110bad38d03c30c90e07cdbf304297d3390d5d9eb) ([To docs](https://docs.microsoft.com/en-us/azure/postgresql/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/postgresql/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0471839543d10622689770fd59d094170debd731ce1432ad2df2f1f47de07024) ([To docs](https://docs.microsoft.com/en-us/azure/postgresql/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### private-link - [articles/private-link/rbac-permissions.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-158970981bf9976149538b5d64fabae4aa262f1c33d88a93a9358d988714e8bd) ([To docs](https://docs.microsoft.com/en-us/azure/private-link/rbac-permissions?WT.mc_id=AZ-MVP-5003408)) ### purview - [articles/purview/register-scan-adls-gen2.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-04bcd36f4e5d9a0253c117c89c0dec80d0038fc98e82ee44ac4885d975452cec) ([To docs](https://docs.microsoft.com/en-us/azure/purview/register-scan-adls-gen2?WT.mc_id=AZ-MVP-5003408)) - [articles/purview/register-scan-azure-blob-storage-source.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d1caabc29b378d91abe84282366edee10308986d0fe8a97d36076625fddc622b) ([To docs](https://docs.microsoft.com/en-us/azure/purview/register-scan-azure-blob-storage-source?WT.mc_id=AZ-MVP-5003408)) - [articles/purview/register-scan-azure-postgresql.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d5d310e2ecd0089489fb04afe936aad7e9b0ebd54b664fcfee4900bad82b7b13) ([To docs](https://docs.microsoft.com/en-us/azure/purview/register-scan-azure-postgresql?WT.mc_id=AZ-MVP-5003408)) - [articles/purview/register-scan-azure-sql-database.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6e23a58d1d7c9904ee5d99ade2dc2f8d2ee8ce1f49906ef2ff1fcad0c9b4a88e) ([To docs](https://docs.microsoft.com/en-us/azure/purview/register-scan-azure-sql-database?WT.mc_id=AZ-MVP-5003408)) - [articles/purview/register-scan-power-bi-tenant.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d260aca29c4b3d483c4d4fd2cf435f279058a82246fa39dabb43c638c3d1aa0f) ([To docs](https://docs.microsoft.com/en-us/azure/purview/register-scan-power-bi-tenant?WT.mc_id=AZ-MVP-5003408)) ### role-based-access-control - [articles/role-based-access-control/built-in-roles.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5de5226dee711976ef6ebd9ea943cb851f9f555d770f83d7a4d2c22a36fb0369) ([To docs](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles?WT.mc_id=AZ-MVP-5003408)) - [articles/role-based-access-control/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-30ecfaa8c316413667891cc86d54de5d2845355aedb086012d3942ab6f702d91) ([To docs](https://docs.microsoft.com/en-us/azure/role-based-access-control/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/role-based-access-control/resource-provider-operations.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d67b783fccb135bbaeb1f7d36049104f6d21964cec64584b13ec422b8488cc6c) ([To docs](https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations?WT.mc_id=AZ-MVP-5003408)) - [articles/role-based-access-control/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e8ac3581771f1f73b8d657a6a2599c93d8856a8e171ac7f5a3f493c3e9390742) ([To docs](https://docs.microsoft.com/en-us/azure/role-based-access-control/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### search - [articles/search/cognitive-search-attach-cognitive-services.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d4af44f14c16d5e44a25cdb66b5ecd0b9bd76ac9c4dbfc7ccc14053c76731899) ([To docs](https://docs.microsoft.com/en-us/azure/search/cognitive-search-attach-cognitive-services?WT.mc_id=AZ-MVP-5003408)) - [articles/search/cognitive-search-concept-annotations-syntax.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6897c585eafdd671fd3998f830cdc9a1c1ea23d82a70cd0182e7de8a09f7c5c9) ([To docs](https://docs.microsoft.com/en-us/azure/search/cognitive-search-concept-annotations-syntax?WT.mc_id=AZ-MVP-5003408)) - [articles/search/cognitive-search-defining-skillset.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-85daf45b26e5727ed58f74faee4c285ad0f54dfe5c2f00dbe385df29df7f5261) ([To docs](https://docs.microsoft.com/en-us/azure/search/cognitive-search-defining-skillset?WT.mc_id=AZ-MVP-5003408)) - [articles/search/cognitive-search-output-field-mapping.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-34fb817820c4706e07951c121c5ecd38c4e872ed548e433c2959505b4f3fa90f) ([To docs](https://docs.microsoft.com/en-us/azure/search/cognitive-search-output-field-mapping?WT.mc_id=AZ-MVP-5003408)) - [articles/search/cognitive-search-working-with-skillsets.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-66eea01d8e942c0fd5a32ebffe969f40196b6588297b9fb77ad166f2ab9237f4) ([To docs](https://docs.microsoft.com/en-us/azure/search/cognitive-search-working-with-skillsets?WT.mc_id=AZ-MVP-5003408)) - [articles/search/performance-benchmarks.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a1025209e1e8271ee472c12717114bfb9dc408779690856bfe7a8611f3bc6835) ([To docs](https://docs.microsoft.com/en-us/azure/search/performance-benchmarks?WT.mc_id=AZ-MVP-5003408)) - [articles/search/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d376c358a185354c4203b3cc21b84c33db148c349d1515b668a19ef41da78f4f) ([To docs](https://docs.microsoft.com/en-us/azure/search/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-get-started-javascript.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-90b1b1e546650d82ebf7882351ffc0aa0d44efde48a0d88c58763148eec2ebc8) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-get-started-javascript?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-get-started-vs-code.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f041700feb2de2c2d11d35b481bbe28338ea6f28980eb3f922d91130d9e1d11c) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-get-started-vs-code?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-howto-index-mysql.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-014bd3123eeda99899145b0cdd31f41f7a0b6bc1f3c9965b9661bdf77b80a14d) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-howto-index-mysql?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-howto-managed-identities-cosmos-db.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-74ec6793f7aead2d175379c511e52e5b41c6f0c99b47d9ac54e1f9583db70282) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-howto-managed-identities-cosmos-db?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-howto-managed-identities-data-sources.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f6aeb24bedf6f7ebcd51a44854bc7f189683f917178f5f1c64221e5b00b94d05) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-howto-managed-identities-data-sources?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-howto-managed-identities-sql.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2edd30255647f53a2bd07e757b7d4cdfea000c6f7caacffd4ee8837f580786b0) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-howto-managed-identities-sql?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-howto-managed-identities-storage.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-841cff361111e5ed8ddc933a14735b4bea4fa6fcaa520f8e31a334d812d4c1b7) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-howto-managed-identities-storage?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-indexer-howto-access-private.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a80809930967a7018485fcd764511af0c206f0a314b2bc7c58377b1d09ed7865) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-indexer-howto-access-private?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-manage-azure-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c2fef77d5af027378d89934b81bf1ec146536e3461cb3565a81e01b46df78992) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-manage-azure-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-pagination-page-layout.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b87ad428bca9ea0eee8e5f0e9c3a0a208db206013705c19f64577031a23b49a3) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-pagination-page-layout?WT.mc_id=AZ-MVP-5003408)) - [articles/search/search-security-rbac.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5bf5e4ffbb1b89d19884bbfc20f541aab9bc90adc1051bf62f2511ab58049025) ([To docs](https://docs.microsoft.com/en-us/azure/search/search-security-rbac?WT.mc_id=AZ-MVP-5003408)) - [articles/search/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6b2ff42e971a9054b064b17ca81ea2ff2eb3a5495a3129afaddbcfd922eb5d16) ([To docs](https://docs.microsoft.com/en-us/azure/search/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/search/semantic-answers.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0b777dcc576b4e3c405a2c122bb792c0fa1b089c5a1b6699c2a0dc32a03cb2ae) ([To docs](https://docs.microsoft.com/en-us/azure/search/semantic-answers?WT.mc_id=AZ-MVP-5003408)) - [articles/search/semantic-how-to-query-request.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-73e2df43e51da4fbc5c26f6eca65494000ced39a7e30abac13169ebfeca82fa1) ([To docs](https://docs.microsoft.com/en-us/azure/search/semantic-how-to-query-request?WT.mc_id=AZ-MVP-5003408)) - [articles/search/troubleshoot-shared-private-link-resources.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-50cf903d75499b168d9c97043fb7ee1f98f7f157949cdd4521815b479980fe59) ([To docs](https://docs.microsoft.com/en-us/azure/search/troubleshoot-shared-private-link-resources?WT.mc_id=AZ-MVP-5003408)) - [articles/search/tutorial-create-custom-analyzer.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-12f90baee4436e58e59bfe99f1bbae47235c975629c2b76fcb53d02775b30045) ([To docs](https://docs.microsoft.com/en-us/azure/search/tutorial-create-custom-analyzer?WT.mc_id=AZ-MVP-5003408)) - [articles/search/tutorial-optimize-indexing-push-api.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9794c2b0c9a07c8c3537698c58af9e43c2b9e18f7c56f2ecbdc3e3b4b07f39bc) ([To docs](https://docs.microsoft.com/en-us/azure/search/tutorial-optimize-indexing-push-api?WT.mc_id=AZ-MVP-5003408)) ### security - [articles/security/fundamentals/feature-availability.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5463cbc26e8f704dfda0a33b61a21cff283b1c07c662fe1ad6a97ebcdbf4fc6b) ([To docs](https://docs.microsoft.com/en-us/azure/security/fundamentals/feature-availability?WT.mc_id=AZ-MVP-5003408)) - [articles/security/fundamentals/identity-management-best-practices.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-321de36820a7550ea1379feb34ffe3f7fd3ebe6292ae73bed925a6b6c3db9272) ([To docs](https://docs.microsoft.com/en-us/azure/security/fundamentals/identity-management-best-practices?WT.mc_id=AZ-MVP-5003408)) - [articles/security/fundamentals/log-audit.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ae6befa879a02478131953963a3ac7d055fb0aaa8540d5b8cb2337f1d9502684) ([To docs](https://docs.microsoft.com/en-us/azure/security/fundamentals/log-audit?WT.mc_id=AZ-MVP-5003408)) - [articles/security/fundamentals/recover-from-identity-compromise.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5deaa1e2281b265b59dcd286321240e9b98d439396c1ea839c8b3873717fee37) ([To docs](https://docs.microsoft.com/en-us/azure/security/fundamentals/recover-from-identity-compromise?WT.mc_id=AZ-MVP-5003408)) ### security-center - [articles/security-center/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-780d3a734ca8b81cfc74062eb52fd0f066ff279aed8db60cd7a54cdb60fca8a3) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/release-notes.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f61614c4c77cfec0c5ff949133105692977c420f415398c5aeca8c7930335f0f) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/release-notes?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/resource-graph-samples.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c63dc9ae9ea9e6c0080025965269b9a0882a579ca215a9c3367c7ea1576698ea) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/resource-graph-samples?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/security-center-enable-data-collection.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-79de8a74e0d68d198cb212bd1af5b4affc373dcf14cef5c63d3b5fd11ab638e6) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/security-center-enable-data-collection?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/security-center-planning-and-operations-guide.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2bf8eafff74765271a6a6d3b85131053dcfa12cf1303b956d94a9bfdaa366e8) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/security-center-planning-and-operations-guide?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/security-center-services.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-bc6a240be58c77ee3f9440f572ffb59b85ef352aed3779e187d2a68d01f03cb5) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/security-center-services?WT.mc_id=AZ-MVP-5003408)) - [articles/security-center/security-center-troubleshooting-guide.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-086c4f75560425e2cfd5650a68acf9754de7c1c055dbfe0f15428a891517a5c7) ([To docs](https://docs.microsoft.com/en-us/azure/security-center/security-center-troubleshooting-guide?WT.mc_id=AZ-MVP-5003408)) ### sentinel - [articles/sentinel/audit-sentinel-data.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5ddffeb039926ff6ea39f58a9b1b0b4a79bbfb35c3ef8fc06c90aba0344cad7a) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/audit-sentinel-data?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/best-practices-data.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e9107ad3711184643040f79f645112ed09934c20361238d64755d4ac038ae7fc) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/best-practices-data?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/best-practices-workspace-architecture.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3356fe7121ceaae979b89ac20b910ba77c0793f3aec652dc71a9e38c808d4634) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/best-practices-workspace-architecture?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/best-practices.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2025ccefc985d63f4ec890402468d1b5e34442cbb3773c94a3161011b40f968) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/best-practices?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-agari-phishing-defense.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ae901b419bd8f1557bf3de888de95acdfcd6f136eb98dabe882a89297cd5f130) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-agari-phishing-defense?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-ai-vectra-detect.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-090db61de31ba0293c65212c9044b03520f7e30af69adc509833fe429fdf6175) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-ai-vectra-detect?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-akamai-security-events.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b517c2bb35aebe73b93e1c250fd7f571b66604f66976f42860c3a3c00a414891) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-akamai-security-events?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-alcide-kaudit.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7bbed669c33058802f7d8fe21a31599563bea40d5a8d7a01618ef364f14820bd) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-alcide-kaudit?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-alsid-active-directory.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1b872fc0b0b57e48f945788f8e751ee3bd1ac81c3561798c7e5f7b8c6ce7fe4e) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-alsid-active-directory?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-apache-http-server.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ce9381f2b564ec36492a2773979566c2209ef160934757f284a5b4de754c5072) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-apache-http-server?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-aruba-clearpass.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8a70858a9029ed9afc716f023b6efa78953cf7e18f1537a0967f0715912947f8) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-aruba-clearpass?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-asc-iot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4b8aad171293061f3829b9137fe097a4cf70dd46d4e6ce8316e7f98246fc651f) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-asc-iot?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-aws.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23aa311692e3cdfe6217e8659f1f996bff4ade8b3506e801edfd5f94a2811e0f) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-aws?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-azure-security-center.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-02dbc48e7b475f365bdf15ecd21308d00f67a252b88e846a9c2a9d182f423a71) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-azure-security-center?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-barracuda-cloudgen-firewall.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-af2a236c8aebb56f1957a28f062e8ed40254eb620b0750b315f41777d27be525) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-barracuda-cloudgen-firewall?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-barracuda.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-498c19ad962e03de28ea9bf10581efc4e7137c84bc7e3e15bea5bc69c271a3a1) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-barracuda?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-besecure.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cedcd053efcc404d86ba7348ed608465c57f17ac18eb145bb430eb0be79d20a5) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-besecure?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-better-mtd.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1612969b48029229dc4c8e88bed5a2ba6500022a0ebecc73dfaad3a304f1d336) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-better-mtd?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-broadcom-symantec-dlp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d61b2cbbf6b03529c25251af10c996be04e9080d91967e59e771a06d1a26edce) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-broadcom-symantec-dlp?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cef-verify.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0520207ce547dce7024d3a7d3d79fba46b59abb2ed03c0209ca1cfcbb8fdf132) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cef-verify?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-checkpoint.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c7a39ff95d5ea98cb7407df4f455036abfe79f350e9d2b34ee2ea2528bb57260) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-checkpoint?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cisco-meraki.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-00ee077594607a93fce5eb9522855104fbd461e1c44b559c1caaf04780ba3930) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cisco-meraki?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cisco-ucs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cc66ee2d13fa9fb63e2d79848bee3f0ec15f0117c1090ae0e2128ec42006c943) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cisco-ucs?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cisco-umbrella.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ea07d6bee2b0c8f3131fbb0c89f8f59bd90bd767e1bd1a64221bd37f35411a69) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cisco-umbrella?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cisco.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c2cbf68e8c728043db05c1dcd85860aca335a245f8e23652b5191bd533e2fbea) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cisco?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-citrix-analytics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-591198e34de40b8ae527e0e727cf93e42286d1615ca7e7c26da43f9aa62b30ec) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-citrix-analytics?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-citrix-waf.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-506eafd6d1d74995af5e26f40c93498511c665705d5866148c6f43654ce7a0df) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-citrix-waf?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-cyberark.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-84cb7873c085029cf10caa9a3c0ac3fcdd858b0b6c7a5b2aaffddb02e2f9e305) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-cyberark?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-dns.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-92fa31e1658147cd95a8e60215943e20c023dcfbc682117905067e70e2a41656) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-dns?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-extrahop.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a245ebde162c50c6c801b93836286f8fa06534bccffbdc6fbeeadbe840de20a1) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-extrahop?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-f5-big-ip.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4ce769b3f7bfa428ec702abbc3cd09098c5c8fb4b3180bf33076696e18d2eb5f) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-f5-big-ip?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-f5.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-0cf90072b5fe8db2bfbfee5492bfee399c980b60ec6ad7a93ab134c066f02a01) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-f5?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-forcepoint-casb-ngfw.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-e3803fed525cd7556e0c46d750c385a75d1250a25b6315220809d982f1e70514) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-forcepoint-casb-ngfw?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-forcepoint-dlp.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b75813f932285136997014e61a273a0b09762de25dd6a009d73fca869ab0fc34) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-forcepoint-dlp?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-fortinet.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a57753b94a868517138946706f9be496846cd96e0b68d03b6012c76265c42dae) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-fortinet?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-google-workspace.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1208269dd0453f6809c932c8b4a706e5a0b074872c60c3e784ab87aec162855b) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-google-workspace?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-illusive-attack-management-system.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2db04cfb9d82b157a73310ddc40d8809a2f11a82f81dc60a10bfe02102385705) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-illusive-attack-management-system?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-imperva-waf-gateway.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d04692ceabf4a9b0e0cf6a83d1ea62e674b72408f921b30dc48a6a753d3620e1) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-imperva-waf-gateway?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-infoblox.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8014c96080934ee8614455fd273a8147f1f2984a30e391050bf75d4601d8e0f2) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-infoblox?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-juniper-srx.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-304485e866fcce48a01111d0254be0590978b77566f659c37f13da2eda329a13) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-juniper-srx?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-nxlog-dns.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-24e2baa47e69537e35b5c61027136b1189c67a049010d291129fca56c6a76d99) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-nxlog-dns?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-nxlog-linuxaudit.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4ff98d4cda781c818741fbf3f34f7e4ce855d7195947ecdd75f9f7449dcf7755) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-nxlog-linuxaudit?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-okta-single-sign-on.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fb304fe33e9fe000f4c8e39536afe9a2fe5de03da1a7c63ec093b6809021a966) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-okta-single-sign-on?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-one-identity.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-72de878381945fab3d7d05affdb12d32cc4c101de9e0c33ea06637a54de015f8) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-one-identity?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-orca-security-alerts.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7bd71cb7899ab3c111f9e2197c97e86562802ff88eb7749e0cfaa8381e2dd547) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-orca-security-alerts?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-paloalto.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-00b5caa560e35d2395049fce9ce30ed4d535aee9d50b0005de0803dfce2dd6e1) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-paloalto?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-perimeter-81-logs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6d32d657458e05e3a900cf830ea8a97b60d1085420dcf67559ea753601c0bb14) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-perimeter-81-logs?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-proofpoint-pod.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-343e999a61991eff0aff4e9ac6da571efa5fde72bf09ab2e41224762a2b45b0b) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-proofpoint-pod?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-proofpoint-tap.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d4f384486a6be78f4c520042ffd6a6800e61ee9d562121b3312125ab556a7377) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-proofpoint-tap?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-pulse-connect-secure.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-25910324fb6e04109badcffa16b5122840a654a453411c9f7ebdb2b8afed68d1) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-pulse-connect-secure?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-qualys-vm.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9ef9088515d8a507295868bc983122c196a6e2b4d51012d9a5a43d9fda7ff9e9) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-qualys-vm?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-salesforce-service-cloud.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-74ff3baa2aeea459b44c050702382f4ddfa738d111b6797e7668f4473361417c) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-salesforce-service-cloud?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-sophos-cloud-optix.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1b9e4d4a8e97282c9fe25fea804a46f33af187754030dd1ba6a630bef1fbb12a) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-sophos-cloud-optix?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-sophos-xg-firewall.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3474ed15d35b71358341264e6359afcb23ee0cdc7aea5220ff8bacdf3fdc2e45) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-sophos-xg-firewall?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-squadra-secrmm.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7cde2134db6ef665423cc349e36a781b4bb73adaf98e23f0f00a1f932cbf9602) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-squadra-secrmm?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-squid-proxy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6943134c54648a6bc7d559190ba884c3109ff6ccdb93b669b474dd2c5cbe035c) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-squid-proxy?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-symantec-proxy-sg.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-188dfb49f683f9ffa51977c8ce9265f2bee29f393e827cd3357caec169376307) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-symantec-proxy-sg?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-symantec-vip.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-835d90aebc743445ef92926bf3db3a14bc1bd906d1a3895c91398e91462d86ad) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-symantec-vip?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-symantec.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-476bf2e1781818d037c1cba47ca5fa19099aedbbe7b468ac6976bad9380810c8) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-symantec?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-syslog.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-100534c54f1676d3c0a5c2759f2e768dd8aac583c66ce71b12816023625e02de) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-syslog?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-trend-micro-tippingpoint.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-37afc40fd16fafb646f5302428aaffce6b92d92a4b399ebb21a1e3652e7dc1fd) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-trend-micro-tippingpoint?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-trend-micro.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-cb469b03c134b545942e0fe1fda776a668b76f640f2f0c2e6d8cde27bdf1e65e) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-trend-micro?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-vmware-carbon-black.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7b4482869c9da073f374ca5e98f35569439a54dfbf7667a34b62d64d3cb00792) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-vmware-carbon-black?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-vmware-esxi.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8cd22c3e4652c38c59aa1f03338f209c7178e3847851cca7de765a41d720250b) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-vmware-esxi?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-wirex-systems.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d91f052513dcdf0f86e58f96a66d212d3a38e9de2bfa46ca2796516888c8d0c7) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-wirex-systems?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-zimperium-mtd.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-08fea429ebda7c20a2690c7820c18c3c29e4a6cb33c4f3391b97fb53a1563b01) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-zimperium-mtd?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/connect-zscaler.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fbcac87e5b27f1f16d724954c6ab7e9ef5b659752efd64da43b5fd3877a89765) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/connect-zscaler?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/create-custom-connector.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-95df6379b2dc2a802cab42dc675f91e6255f16e1586f41e689a38b4e5ec63875) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/create-custom-connector?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/customer-managed-keys.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-36e47fec90196cd76ecde5b78e6b57f9461a0306cc69c5bd37ffe4c687b0b220) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/customer-managed-keys?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/design-your-workspace-architecture.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7b4d741cbc6ec2d99938930f3a1f674fdead39e18d805568eb1ac0af6b879a0f) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/design-your-workspace-architecture?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/file-event-normalization-schema.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-4b7e3225e1e6363277a5a4c4fbc5691ae06bcc2ff32c8422d062665fbff4b322) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/file-event-normalization-schema?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/fusion.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c56c66ab03ca4e0aca52ea5ec918cfbcd99c818f04c8ce246779491bc18cd98d) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/fusion?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/identify-threats-with-entity-behavior-analytics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-aace46b853f88802a3f5e3132ed277772748e68294c732cccff1b499854832dd) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/identify-threats-with-entity-behavior-analytics?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/migration.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-894aeebef42a1f773ce878cf220c115d9c8f6938659a3f573ab8db3032153ca0) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/migration?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/mssp-protect-intellectual-property.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-461931eb234fe4d4b04daca0a7805af644c8563c3d21f3c1ff848ee8a05639d2) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/mssp-protect-intellectual-property?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/normalization.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-289554f513e94d43af97e96b2659a79cb7b96d48c8ce4179488d533dc454eaf3) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/normalization?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-13e6536bf8cc17ed6c9cd0bf35f36a60c7cbe34608eff234d9a0d3e7175b4f74) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/sample-workspace-designs.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-edd1ea37ffc3445e17db6906b73357d0f7cb771f405eeadfcdf589627c1c3e67) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/sample-workspace-designs?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/sap-solution-security-content.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6f35eeb02b29476f1db570fd01c77534a764d346939d973788fca9c03647d696) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/sap-solution-security-content?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/top-workbooks.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6a82111c8a647de268f731b18e0234d9e02b3966c9fd88831890800c0911a6a0) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/top-workbooks?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/watchlists.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-27ab66b9f5af0f0dfbf3ee6017feac5b558b74a0af61e4b07062fbf7a417c2dd) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/watchlists?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/whats-new-archive.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8499b09b39f0e9d5e7d0e09f3fcf3a981b6d05b3078cf2a449cd317f8af9f520) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/whats-new-archive?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/whats-new.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-27f2ba20ea683dce8853cc25ced35e6901dce89ec516878197215a503ea4c6da) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/whats-new?WT.mc_id=AZ-MVP-5003408)) - [articles/sentinel/work-with-threat-indicators.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5ef7413f3728a8776ca472ad9c39b0af818f45d2ecde645ed95c26f6b6e16761) ([To docs](https://docs.microsoft.com/en-us/azure/sentinel/work-with-threat-indicators?WT.mc_id=AZ-MVP-5003408)) ### service-bus-messaging - [articles/service-bus-messaging/includes/service-bus-event-grid-prerequisites.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b3379a5e95f8cc208aa6f351791bb7191f1f34152e803ca974eeb2bb13548692) ([To docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/includes/service-bus-event-grid-prerequisites?WT.mc_id=AZ-MVP-5003408)) - [articles/service-bus-messaging/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-de42ec631a7aa3c2de9b186467f6913e51020c36f6660244b2c0bba358754970) ([To docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/service-bus-messaging/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-62feaac972da3c5fbdfe1a0fd414f129760d31b6a74e5ea9fdf0976dbb2ceaca) ([To docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/service-bus-messaging/service-bus-management-libraries.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d89598b4313d6f9da92a279658e7adff42b158bb46c30b2ce45f8d233e5ab755) ([To docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-management-libraries?WT.mc_id=AZ-MVP-5003408)) - [articles/service-bus-messaging/service-bus-to-event-grid-integration-example.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-fedd2a7ca40a8b959b311683a8a0903d374f189055418afda34250c651006982) ([To docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-to-event-grid-integration-example?WT.mc_id=AZ-MVP-5003408)) ### service-fabric - [articles/service-fabric/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-85d6536b460aee3d0c40a1cca09bbddc62f437437e4b8237876eb37882315678) ([To docs](https://docs.microsoft.com/en-us/azure/service-fabric/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/service-fabric/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ddc4a7a50b8d3bebe30a3e326ff4084e1cd97cebfcdbba362db15cbca1bb9ac7) ([To docs](https://docs.microsoft.com/en-us/azure/service-fabric/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) ### spring-cloud - [articles/spring-cloud/how-to-cicd.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-85ed0cfabc5b0f97bd2b57bd04c06f0e7fc6d4ead206286de0fd542c6281225e) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/how-to-cicd?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/how-to-deploy-in-azure-virtual-network.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-50067ccba2f5ba353cda3c08d232f0f690baefff768e833c6e327076d0656c01) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/how-to-deploy-in-azure-virtual-network?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/how-to-new-relic-monitor.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c4358f3e88eb9e9243114e4125b8e14d9f3cf5c852eb8936416f882f6b5080a2) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/how-to-new-relic-monitor?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ba8b132d512de8a212baf61e5bb9186adf47c0ade6bf4aa236c4666fe0257bca) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/overview?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2f90eed2cc0a4e340048a0c73234c5a93646cfcf33819c1106f6c65ff93ac5df) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-59dd1e94a20d60437f295a04ebcdc37ffe779189f89fc45b67a0cfa262e9858d) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/spring-cloud/tutorial-managed-identities-key-vault.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6d7a0fb244b234bea088a9bb7755d675da7e7a12d51eded88daff781f362f954) ([To docs](https://docs.microsoft.com/en-us/azure/spring-cloud/tutorial-managed-identities-key-vault?WT.mc_id=AZ-MVP-5003408)) ### storage - [articles/storage/blobs/archive-rehydrate-handle-event.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8f5cc7ca09a40ea2e763fb06b07d4159b2757fbb611798de09a7eb343987e422) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/archive-rehydrate-handle-event?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/archive-rehydrate-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8d847da8ed9242fa3e9ad7aa8fff8fb1204abecae83607a7623f664bb2442eb7) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/archive-rehydrate-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/archive-rehydrate-to-online-tier.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9c53f9283c55888bfc1393574c5d4a906bdce6adb9a333482f4d77ec717cc60b) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/archive-rehydrate-to-online-tier?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/blob-storage-monitoring-scenarios.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d7f0d8ea1c43b859dc29b87ea4ba3c2f3a52a94cc5317498e781afdeeec71950) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/blob-storage-monitoring-scenarios?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/manage-access-tier.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6ab21be8b7194c3d97b945c67af560ecfd20fdd72814476256d797e4526d6adc) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/manage-access-tier?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/point-in-time-restore-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-92c08c31d31a1183d60df2a8960545328ccf30d4d5afac08a939d1d5a517d0e2) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/point-in-time-restore-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/storage-blob-event-quickstart.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-10f96c0e6ed516353f8b434fc5c8ed528227c0c80c108490e901d2f286617542) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-quickstart?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/storage-blob-performance-tiers.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ff4de74367bf43a1e763a0bd9b99cd409ec63f821073a5a5f587ba714bd9a3a0) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-performance-tiers?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/storage-blob-static-website.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3fcf3b94f2c0e5ba92dd6fd5ea2cebf9478ceadef897b12a3a8ad8cc8e640c7d) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/blobs/storage-blob-storage-tiers.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-3c0c4ca697e17e092aee4c1354b9d7c54eab2a0d2646985b0a23f35d1c43507e) ([To docs](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/manage-storage-analytics-metrics.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-038c86974d32187b377f1324a15cce5526a9bddd583e6478eff883f2bbd16839) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/manage-storage-analytics-metrics?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b13350e179ccf34e7995ca2ced362ec9394f3b6f6396db557e6d941d53845f3d) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-ac1ff67bb8fa20a7fc12047c7996b6ce6ecbaccd263d34ff4f7c2c336bedfa73) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/shared-key-authorization-prevent.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2c7f335b232473c4a89a6052e931766708c0388c5d90ee87288efd76bc772461) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/storage-migration-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-468d009219deecc77c5acd5c71f977d98be70ef17046d20ebe1dc5b97d14b5c8) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/storage-migration-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/storage-monitoring-diagnosing-troubleshooting.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-d2f11386470c34f476069488c40da4db02e69b699175202b6c15b1ba863c02f4) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/storage-monitoring-diagnosing-troubleshooting?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/common/storage-redundancy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-1716d96be6fe47b00f5fba30b7513f3440d446c0b2c81d26a5e93b25002b8744) ([To docs](https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/file-sync/file-sync-how-to-manage-tiered-files.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-53a08395004ee03b6739c56e33c63cb83b3b28797e408ba936f08273e1f07455) ([To docs](https://docs.microsoft.com/en-us/azure/storage/file-sync/file-sync-how-to-manage-tiered-files?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/file-sync/file-sync-release-notes.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-01e7e7bf333b7e61d3e2d56a44d736ed93782e72ac4438422a09964b0a98f271) ([To docs](https://docs.microsoft.com/en-us/azure/storage/file-sync/file-sync-release-notes?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/file-sync/file-sync-troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-703be40fa98eb710ececd737e8809337f83b09ed1a9194c9440b7df84c5f7c6f) ([To docs](https://docs.microsoft.com/en-us/azure/storage/file-sync/file-sync-troubleshoot?WT.mc_id=AZ-MVP-5003408)) - [articles/storage/solution-integration/validated-partners/data-management/migration-tools-comparison.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-2cab0bde8852e37f1e45f2110f912f0d4ccb53c91a6ff839b772e1abde87b67e) ([To docs](https://docs.microsoft.com/en-us/azure/storage/solution-integration/validated-partners/data-management/migration-tools-comparison?WT.mc_id=AZ-MVP-5003408)) ### stream-analytics - [articles/stream-analytics/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f003c0a130e94b3b0052f3a1101bbdb1a8b53a45c3bce55e0198e0afb8ba2f8a) ([To docs](https://docs.microsoft.com/en-us/azure/stream-analytics/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/stream-analytics/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-145975e1ea120af85209688a8b9101ce6478cf87fd318e49750ac571fa65be29) ([To docs](https://docs.microsoft.com/en-us/azure/stream-analytics/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/stream-analytics/stream-analytics-custom-path-patterns-blob-storage-output.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-883d29fdc28e80dd685def67601450f0c020b57cee3265f946b111b64c8bca01) ([To docs](https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-custom-path-patterns-blob-storage-output?WT.mc_id=AZ-MVP-5003408)) ### synapse-analytics - [articles/synapse-analytics/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-25bd67ceb800a1895a1c37127f07ee086e00e1585aec9d1bd5ba67ea73e15c1f) ([To docs](https://docs.microsoft.com/en-us/azure/synapse-analytics/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/synapse-analytics/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-339c1a3ea0843e94c0c7f9a0a57d9ae3f6c5cb673eae58a38e62f2603613eaf1) ([To docs](https://docs.microsoft.com/en-us/azure/synapse-analytics/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/synapse-analytics/sql/develop-storage-files-storage-access-control.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-73b716c5e458f8be45cc4e2395ac5251f11c186a34fef364f0101a8294c18320) ([To docs](https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-storage-files-storage-access-control?WT.mc_id=AZ-MVP-5003408)) - [articles/synapse-analytics/sql/query-cosmos-db-analytical-store.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-c500aa74afbb81db983702e6eaf54a68f1bc1bff74fa2cd7d55437f2ed1c96b2) ([To docs](https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/query-cosmos-db-analytical-store?WT.mc_id=AZ-MVP-5003408)) - [articles/synapse-analytics/sql/tutorial-logical-data-warehouse.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-969c29c032be1bd130a5e9cd45cf16ab1a70428d68343067f0bf15a361ec127f) ([To docs](https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/tutorial-logical-data-warehouse?WT.mc_id=AZ-MVP-5003408)) ### virtual-desktop - [articles/virtual-desktop/authentication.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-a17eeb367b4efa200bcd4ae355558d5b6b756d61230f54cee42c6fcefaafb545) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-desktop/authentication?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-desktop/remote-app-streaming/security.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f5184a7a528350b52056fdaff2e442fcae133345511e8790c1de813d0e31eab5) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-desktop/remote-app-streaming/security?WT.mc_id=AZ-MVP-5003408)) ### virtual-machines - [articles/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-241318963ba0bf82f6884882c68f1deba410b864d7518dd373f3a2fe95c3f82c) ([To docs](https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/av1-series-retirement.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-93623ec07dca9f51a92201cf12cbfb3fd3c040e0afcaf45b48531f916a9d5cdb) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/av1-series-retirement?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/dcv2-series.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-840a67d18c309ef494afb524c38187984e72cc522502fc66989d6f0750454ff8) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/dcv2-series?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/extensions/features-windows.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-89e7e806fd89fb953ff4d77c294e4f3aa043701fa4568e24dab5bd788c701c2f) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/features-windows?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/extensions/oms-linux.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-07d1c8830e66b4f3bd63006dd45980ec1ffbee68e44d0c13a60e6d69b5f7d24c) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/oms-linux?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/linux/attach-disk-portal.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-5e327992bcbe9eabf31122759cc8dcc30de1083cb1a60e6ef6e928f39cb52d96) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/attach-disk-portal?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/linux/disks-export-import-private-links-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-dc48a0ed6514e9d6bebf023568cd2396c7d4e66eba59ab2db6dafe2a2f778d98) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/disks-export-import-private-links-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/linux/image-builder-troubleshoot.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-19935ffee33c36869d084e0835c574440d436b5be6d01ac72e9c489b8ca05444) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-troubleshoot?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/linux/use-remote-desktop.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-23596c4beaa3249be33ee15cf32157a5c4a40f540314b8bce7d015022df27616) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b22c3b6592fae61aad289137a61b8ef51e7db93f55a20a789e24b674ce735ca5) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/security-controls-policy-image-builder.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7ce99772bf5d5ac1cc74408081ffa080de24f45c002d80a3f0697b53708a5b6b) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/security-controls-policy-image-builder?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-36f54ae5d82839bb4cccddd91783e60f8f8b2026b8576d4384e03877de444c39) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/windows/disk-encryption-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-147914b930e770998b401b27c345f1f156b786a0337f22dd6f3192f7476b0cfe) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-overview?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/windows/n-series-amd-driver-setup.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-9569bf60940831030e87654d95f5cdd4eb72caa79e76f069f0add0ff766a20e3) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/n-series-amd-driver-setup?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/windows/quick-create-cli.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-7157e93a75a531a6b693f5f392594bd6285e1da2e436a526fbfae418345792b5) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-cli?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/workloads/sap/azure-monitor-alerts-portal.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-8db1b8f3ce80d07c91503dff4b72526b820131467bbff2d54e4615fa51a4ba83) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/azure-monitor-alerts-portal?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-machines/workloads/sap/cal-s4h.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-b6bfb72356baf8dcb1ab792aba13813bb0d1a907569c4c0c1c969984d0e0df19) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/cal-s4h?WT.mc_id=AZ-MVP-5003408)) ### virtual-machine-scale-sets - [articles/virtual-machine-scale-sets/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-68219c5d4276fe6d0cff7f788f867dcb9540f6d468d7b3c320139216c8192bd4) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/policy-reference?WT.mc_id=AZ-MVP-5003408)) ### virtual-network - [articles/virtual-network/policy-reference.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-f0a64c1e8da8df12c7b364a3e32ba4d1c59fa7b46da9092e8b0e24bf27153032) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-network/policy-reference?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-network/public-ip-addresses.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-64b128c4916dd3102529a0db5b7b9ec2bc5054455662641ec9956668c4cd191b) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-network/public-ip-addresses?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-network/security-controls-policy.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-061be3692f5e293a6dc316a755773a666d5e71de330b4a2cc6b5eef97754857f) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-network/security-controls-policy?WT.mc_id=AZ-MVP-5003408)) - [articles/virtual-network/virtual-network-service-endpoints-overview.md](https://github.com/MicrosoftDocs/azure-docs/compare/33b3ea0..5e8b164#diff-6dd966b90ac013f97c4d683b5fff145aa2727939ae992a6dbc8125a4dd7f2aa4) ([To docs](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview?WT.mc_id=AZ-MVP-5003408))
286.783654
452
0.828566
yue_Hant
0.549663
26eed524869e07ada04ff292703e604a0cab2906
3,128
md
Markdown
node_modules/vue-body-class/README.md
beevester/kicheseClient
7629a2a4ba154857d405785e638bcc60cde53414
[ "MIT" ]
null
null
null
node_modules/vue-body-class/README.md
beevester/kicheseClient
7629a2a4ba154857d405785e638bcc60cde53414
[ "MIT" ]
null
null
null
node_modules/vue-body-class/README.md
beevester/kicheseClient
7629a2a4ba154857d405785e638bcc60cde53414
[ "MIT" ]
null
null
null
# vue-body-class Control your page body classes with vue-router easily: + add classes to parent and children routes + add classes for homepage + overwrite classes defined in parent routes + dynamic routes support + written on top of ES6, yet is ES5 safe ## Dependencies + vue.js 2.x + vue-router 3.x ## Installation `npm install vue-body-class --save` ## Get started with Vue.js 1. Import Vue Body Class ```js import VueBodyClass from 'vue-body-class'; ``` 2. Set up routes and Vue Router as described in Vue Router [Installation](https://router.vuejs.org/installation.html) & [Getting Strated](https://router.vuejs.org/guide/) sections. 3. Add Vue Body Class Guard to the Router instance (Important: pass `routes` to the `VueBodyClass` construstor) : ```js const vueBodyClass = new VueBodyClass(routes); router.beforeEach((to, from, next) => { vueBodyClass.guard(to, next) }); ``` You will end up with something like this: ```js import Vue from 'vue' import VueRouter from 'vue-router' import VueBodyClass from 'vue-body-class'; Vue.use(VueRouter) const routes = [ //...your routes here ]; const router = new VueRouter({ routes }); const vueBodyClass = new VueBodyClass(routes); router.beforeEach((to, from, next) => { vueBodyClass.guard(to, next) }); new Vue({ router, render: h => h(App), }).$mount('#app'); ``` ### Set Up classes Just add `bodyClass` to meta property of a route object in your `vue-router` routes. ```js name: 'dashboard', path: '/dashboard', meta: { bodyClass: 'dashboard' }, ... ``` For child routes, all parent classes will be applied too. ```js name: 'dashboard', path: '/dashboard', meta: { bodyClass: 'dashboard' }, component: dashboard, children: [ { name: 'dashboard.profile', path: 'profile', meta: { bodyClass: 'profile' }, component: profile }, ... ] ``` will result in ``` class = 'dashboard profile' ``` You can overwrite parent classes by adding `!` at the beginning of the class: ```js name: 'dashboard', path: '/dashboard', meta: { bodyClass: 'dashboard' }, component: dashboard, children: [ { name: 'dashboard.profile', path: 'profile', meta: { bodyClass: '!profile' }, component: profile, children: [ { name: 'dashboard.profile.personal', path: 'personal', meta: { bodyClass: 'personal' }, component: personal }, ... ] }, ... ] ``` will result in ``` class = 'profile personal' ``` as `!profile` overwrites `dashboard` class. The plugin will save your original body classes and new classes will be appended. ## Get started with Nuxt.js Nuxt.js is not supported in current package version, but there are plans to implement the integration in further versions. Meanwhile, please use Nuxt.js built in solution, described [here](https://github.com/nuxt/nuxt.js/issues/188). This does not provider same flexibility and accumulating parent route classes functionality, but is useful in most of cases.
21.572414
180
0.650895
eng_Latn
0.908539