Skip to content

Commit 1418032

Browse files
authored
Update backup templates (#3905)
* update backup templates * remove setting
1 parent af38bb9 commit 1418032

Some content is hidden

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

45 files changed

+3115
-304
lines changed

resources/backupTemplates/Microsoft.Azure.Functions.ExtensionBundle/bindings/bindings.json

Lines changed: 172 additions & 15 deletions
Large diffs are not rendered by default.

resources/backupTemplates/Microsoft.Azure.Functions.ExtensionBundle/resources/Resources.cs-CZ.json

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
},
537537
"en": {
538538
"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",
539540
"eventHubOut_connection_label": "Event Hub connection",
540541
"eventHubOut_displayName": "Azure Event Hubs",
541542
"eventHubOut_name_help": "The name used to identify this binding in your code",
@@ -1004,13 +1005,16 @@
10041005
"CosmosDBTriggerCSharp_description": "A C# function that will be run whenever documents change in a document collection.",
10051006
"CosmosDBTriggerJavascript_description": "A JavaScript function that will be run whenever documents change in a document collection.",
10061007
"cosmosDBIn_collectionName_help": "Name of the collection to be monitored.",
1008+
"cosmosDBIn_containerName_help": "Name of the container to be monitored.",
10071009
"cosmosDBIn_collectionName_label": "Collection name",
1010+
"cosmosDBIn_containerName_label": "Container name",
10081011
"cosmosDBIn_connection_help": "The name of the App Setting containing the connection string to the service that contains the collection to be monitored.",
10091012
"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.",
10111014
"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.",
10131016
"cosmosDBIn_leaseCollectionName_label": "Collection name for leases",
1017+
"cosmosDBIn_leaseContainerName_label": "Container name for leases",
10141018
"cosmosDBIn_leaseDatabaseName_help": "Name of the database that includes the collection to store the leases.",
10151019
"cosmosDBIn_leaseDatabaseName_label": "Database name for leases",
10161020
"cosmosDBIn_name_help": "The name used to identify this binding in your code",
@@ -1019,7 +1023,9 @@
10191023
"IoTHubServiceBusTopicTriggerCSharp_description": "A C# function that will be run whenever a message is added to the specified Service Bus topic",
10201024
"temp_category_IoTHub": "IoT Hub",
10211025
"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.",
10221027
"cosmosDBIn_createIfNotExists_label": "Create lease collection if it does not exist",
1028+
"cosmosDBIn_createContainerIfNotExists_label": "Create lease container if it does not exist",
10231029
"EventGridTriggerJavascript_description": "A JavaScript function that will be run whenever an event grid receives a new event",
10241030
"Identity_help": "The identity that will be used to perform the action.",
10251031
"Identity_label": "Identity",
@@ -1063,6 +1069,8 @@
10631069
"DurableFunctionsHttpStart_description": "A function that will trigger whenever it receives an HTTP request to execute an orchestrator function.",
10641070
"temp_category_durableFunctions": "Durable Functions",
10651071
"BlobTrigger_name": "Blob trigger",
1072+
"blobTrigger_connection_label": "Storage account connection",
1073+
"blobTrigger_connection_help": "The name of the app setting containing your storage account connection string",
10661074
"EventHubTrigger_name": "Event Hub trigger",
10671075
"HttpTrigger_name": "HTTP trigger",
10681076
"OutlookMessageWebhookCreator_name": "Outlook message webhook subscription creator",
@@ -1131,6 +1139,45 @@
11311139
"kafka_consumergroup_help": "Consumer Group",
11321140
"kafka_consumergroup_label": "Consumer Group",
11331141
"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.",
1144+
"authenticationEvents_trigger_displayName": "Authentication Events Trigger",
1145+
"authenticationEvent_trigger_name_label": "Name",
1146+
"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",
1147+
"authenticationEvent_trigger_IssuanceStartVer_label": "OnTokenIssuanceStart Version",
1148+
"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`.",
1158+
"sql_connection_label": "SQL Connection string setting",
1159+
"sql_connection_help": "The name of the app setting containing your Azure SQL binding connection string.",
1160+
"sqlOut_displayName": "Azure SQL Output Binding",
1161+
"sqlOut_name_label": "Name",
1162+
"sqlOut_name_help": "The name of the variable that represents the entity in function code.",
1163+
"sqlOut_commandText_label": "Table Name",
1164+
"sqlOut_commandText_help": "The name of the table being upserted to by the binding.",
1165+
"sqlTrigger_displayName": "Azure SQL Trigger Binding",
1166+
"sqlTrigger_name_label": "Name",
1167+
"sqlTrigger_name_help": "The name of the parameter that the trigger binds to.",
1168+
"sqlTrigger_tableName_label": "Table Name",
1169+
"sqlTrigger_tableName_help": "The name of the table being monitored by the trigger.",
1170+
"app_filename_label": "Provide a filename for your function",
1171+
"app_filename_help": "This is the file where you want to save your function code",
1172+
"trigger_functionName_help": "Name of the function you want to create",
1173+
"trigger_functionName_label": "Provide a function name",
1174+
"app_selected_filename_label": "File Name",
1175+
"app_selected_filename_help": "This is the file to which you want to add your function",
1176+
"blueprint_filename_label": "Blueprint function file Name",
1177+
"blueprint_filename_help": "This is the name of the file where you want to save your blueprint code",
1178+
"blueprint_selected_filename_help": "This is the name of the file where you want to add a function to the existing blueprint",
1179+
"blueprint_selected_filename_label": "Select a file to save for your blueprint function",
1180+
"blueprint_fileName_errorText": "Invalid fileName",
1181+
"app_filename_errorText": "Invalid fileName"
11351182
}
11361183
}

0 commit comments

Comments
 (0)