white-match-80969
06/26/2021, 7:26 PMincalculable-printer-98305
06/28/2021, 3:53 AMmysterious-australia-14256
06/29/2021, 10:36 AMenough-butcher-66045
06/30/2021, 9:20 AMenough-butcher-66045
06/30/2021, 9:21 AMenough-butcher-66045
06/30/2021, 9:24 AMenough-butcher-66045
06/30/2021, 9:51 AMazure-native:web:WebAppFunction (post-to-slack):
error: Code="BadRequest" Message="Encountered an error (InternalServerError) from host runtime." Details=[{"Message":"Encountered an error (InternalServerError) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"
BadRequest","Message":"Encountered an error (InternalServerError) from host runtime."}}]
I'm trying this out (the ScriptRootPathHref is optional, gives me the same error without it)
var waf = new WebAppFunction("post-to-slack", new WebAppFunctionArgs
{
ResourceGroupName = rg.Name,
Name = app.Name,
FunctionName = "post-to-slack",
Language = "node",
FunctionAppId = "post-to-slack",
ScriptRootPathHref = codeBlobUrl
});
Not sure how to proceed, any help would be appreciatedenough-butcher-66045
06/30/2021, 10:43 AMpulumi import
result vs what I was sending and this is the right syntax for the Config:
Config = new Dictionary<string, Dictionary<string, string>[]>
{
{
"bindings", new[]
{
new Dictionary<string, string>
{
{"authLevel", "function"},
{"direction", "in"},
{"name", "req"},
{"type", "httpTrigger"},
},
new Dictionary<string, string>
{
{"direction", "out"},
{"name", "res"},
{"type", "http"}
}
}
},
},
enough-butcher-66045
06/30/2021, 11:46 AMFiles
property.victorious-exabyte-70545
06/30/2021, 10:21 PMvictorious-exabyte-70545
06/30/2021, 10:21 PMerror: Code="Failed" Message="The async operation failed."
victorious-exabyte-70545
06/30/2021, 10:23 PM# WebAppSiteExtension(
# f"my-site-extension",
# name=""mysitename",
# resource_group_name=resource_group.name,
# site_extension_id="Datadog.AzureAppServices.DotNet",
# opts=ResourceOptions(
# depends_on=[app_service],
# parent=app_service
# )
# )
victorious-exabyte-70545
06/30/2021, 10:23 PMfuture-kite-91191
07/01/2021, 4:13 AMcold-rocket-79504
07/01/2021, 1:54 PMglamorous-lifeguard-90201
07/02/2021, 12:09 AMglamorous-lifeguard-90201
07/02/2021, 12:09 AMcool-egg-852
07/02/2021, 6:41 PMkubeconfig
per the examples given from a ManagedCluster
as an input to a provider when using aad
integration? When trying this, we end up with a URL for devicelogin we need to go to and enter a code in, but this doesn’t work for automation.lemon-chef-20322
07/04/2021, 2:22 AMmysterious-australia-14256
07/05/2021, 11:57 AMpublic Dictionary<string, CustomApiConnectionParameterModel> ConnectionParameters { get; set; } = new Dictionary<string, CustomApiConnectionParameterModel>();
At the moment CustomApiConnectionParameterModel just looks like this
public class CustomApiConnectionParameterModel
{
public CustomApiConnectionType Type { get; set; }
}
I want to be able to store a bunch of dictionary items as yaml so that I can pull them in.mysterious-australia-14256
07/05/2021, 1:11 PM"resources": [
{
"type": "Microsoft.Web/customApis",
"apiVersion": "2016-06-01",
"name": "[parameters('customApis_tesconnector_name')]",
"location": "uksouth",
"properties": {
"connectionParameters": {
"gateway": {
"type": "gatewaySetting",
"gatewaySettings": {
"dataSourceType": "CustomConnector",
"connectionDetails": []
},
"uiDefinition": {
"constraints": {
"tabIndex": 4,
"required": "true",
"capability": [
"gateway"
]
}
}
}
},
"brandColor": "#023169",
"description": "Test Connector",
"displayName": "[parameters('customApis_tesconnector_name')]",
"iconUri": ""
}
}
]
Is it possible to achieve this with Pulumi. I have been looking at https://www.pulumi.com/docs/reference/pkg/azure-native/web/customapi/ but can't see how to do it. Note I am not trying to create a Gateway (which I believe is what https://www.pulumi.com/docs/reference/pkg/azure-native/web/connectiongateway/ is for) as we already have one, I just need to tell the connector to use one.mysterious-australia-14256
07/05/2021, 9:34 PM"parameterValues": {
"authType": "[parameters('authType')]",
"gateway": {
"id": "[parameters('gateway_id')]"
}
}
I am currently trying to create a connection that depends on an on-prem data gateway. If I create this connection using the Logic App Designer in Visual Studio I can see the associated parameterValues as
"parameterValues": {
"authType": "[parameters('authType')]",
"gateway": {
"id": "[parameters('gateway_id')]"
}
}
Does this mean that the parameterValues dictionary presented by Pulumi should be Dictionary<string,object> rather than Dictionary<string,string>? If not, how can I specify the gateway reference with the associated ID as depicted above?
Thanks
Alanmysterious-australia-14256
07/06/2021, 9:42 AMenough-butcher-66045
07/07/2021, 3:31 AMmysterious-australia-14256
07/07/2021, 8:14 AMhundreds-optician-54090
07/07/2021, 12:15 PMConfidential Client is not supported in Cross Cloud request.
I've tried setting an AZURE_AUTHORITY_HOST="<https://login.microsoftonline.us>"
environment variable to no effect. 🙁icy-jordan-58549
07/07/2021, 4:36 PMResource type azure:keyvault/accessPolicy:AccessPolicy
any ideas what could cause this issue?flaky-school-82490
07/07/2021, 7:50 PMhandsome-state-59775
07/09/2021, 5:10 AMlimited-carpenter-34991
07/12/2021, 12:23 PMlimited-carpenter-34991
07/12/2021, 12:23 PMtall-librarian-49374
07/12/2021, 12:41 PMlimited-carpenter-34991
07/12/2021, 1:31 PMtall-librarian-49374
07/12/2021, 2:07 PMlimited-carpenter-34991
07/12/2021, 3:13 PM