You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/backupTemplates/Microsoft.Azure.Functions.ExtensionBundle/resources/Resources.cs-CZ.json
+50-3Lines changed: 50 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,7 @@
536
536
},
537
537
"en": {
538
538
"eventHubOut_connection_help": "The name of the app setting containing your Event Hub connection string. The connection string must have Send permissions.",
539
+
"cosmosDBIn_leaseCollectionName_help": "The name of the collection in which the lease is stored",
"cosmosDBIn_connection_help": "The name of the App Setting containing the connection string to the service that contains the collection to be monitored.",
1009
1012
"cosmosDBIn_connection_label": "Cosmos DB account connection",
1010
-
"cosmosDBIn_databaseName_help": "Name of the Cosmos DB database that includes the collection to be monitored.",
1013
+
"cosmosDBIn_databaseName_help": "Name of the Cosmos DB database that includes the container to be monitored.",
1011
1014
"cosmosDBIn_databaseName_label": "Database name",
1012
-
"cosmosDBIn_leaseCollectionName_help": "Name of the collection to store the leases.",
1015
+
"cosmosDBIn_leaseContainerName_help": "Name of the container to store the leases.",
1013
1016
"cosmosDBIn_leaseCollectionName_label": "Collection name for leases",
1017
+
"cosmosDBIn_leaseContainerName_label": "Container name for leases",
1014
1018
"cosmosDBIn_leaseDatabaseName_help": "Name of the database that includes the collection to store the leases.",
1015
1019
"cosmosDBIn_leaseDatabaseName_label": "Database name for leases",
1016
1020
"cosmosDBIn_name_help": "The name used to identify this binding in your code",
@@ -1019,7 +1023,9 @@
1019
1023
"IoTHubServiceBusTopicTriggerCSharp_description": "A C# function that will be run whenever a message is added to the specified Service Bus topic",
1020
1024
"temp_category_IoTHub": "IoT Hub",
1021
1025
"cosmosDBIn_createIfNotExists_help": "Checks for existence and automatically creates the leases collection.",
1026
+
"cosmosDBIn_createContainerIfNotExists_help": "Checks for existence and automatically creates the leases container.",
1022
1027
"cosmosDBIn_createIfNotExists_label": "Create lease collection if it does not exist",
1028
+
"cosmosDBIn_createContainerIfNotExists_label": "Create lease container if it does not exist",
1023
1029
"EventGridTriggerJavascript_description": "A JavaScript function that will be run whenever an event grid receives a new event",
1024
1030
"Identity_help": "The identity that will be used to perform the action.",
1025
1031
"Identity_label": "Identity",
@@ -1063,6 +1069,8 @@
1063
1069
"DurableFunctionsHttpStart_description": "A function that will trigger whenever it receives an HTTP request to execute an orchestrator function.",
"SqlInputBinding_description": "A function that will be run on an HTTP trigger and returns the results of a provided SQL query.",
1134
-
"SqlOuputBinding_description": "A function that will be run on an HTTP trigger and takes a list of rows and upserts them into the user table (i.e. If a row doesn't already exist, it is added. If it does, it is updated)."
1142
+
"SqlOuputBinding_description": "A function that will be run on an HTTP trigger and takes a list of rows and upserts them into the user table (i.e. If a row doesn't already exist, it is added. If it does, it is updated).",
1143
+
"authenticationEvents_description": "Triggers for Azure AD Authentication event custom extensions. Lets you focus on your business logic.",
"authenticationEvent_trigger_name_help": "Triggers for Azure AD Authentication event custom extensions. Lets you focus on your business logic. For more information please see https://github.com/Azure/microsoft-azure-webJobs-extensions-authentication-events",
"authenticationEvent_trigger_IssuanceStartVer_help": "API Schema Version for OnTokenIssuanceStart Event",
1149
+
"sqlIn_displayName": "Azure SQL Input Binding",
1150
+
"sqlIn_name_label": "Name",
1151
+
"sqlIn_name_help": "The name used to identify this binding in your code.",
1152
+
"sqlIn_commandText_label": "SQL Command Text",
1153
+
"sqlIn_commandText_help": "The Transact-SQL query command or name of the stored procedure executed by the binding.",
1154
+
"sqlIn_commandType_label": "Text or StoredProcedure",
1155
+
"sqlIn_commandType_help": "The command type used to identify what type of value commandText is, either Text for a T-SQL query or StoredProcedure for a stored procedure.",
1156
+
"sqlIn_parameters_label": "Parameters",
1157
+
"sqlIn_parameters_help": "Parameter values passed to the command during execution as a single string. Must follow the format `@param1=param1,@param2=param2`.",
0 commit comments