ambitious-crayon-56788
01/29/2020, 9:16 AM...valid values include:I tried the obvious -,Developer
,Basic
andStandard
.Premium
const apiManagementService = new azure.apimanagement.Service("apiManagementService", {
name: "my-apim-service",
resourceGroupName: resourceGroup.name,
publisherEmail: "<mailto:publisher@email.com|publisher@email.com>",
publisherName: "Publisher Corp.",
skuName: "Consumption_1"
});
...but this resulted in an error -
error: azure:apimanagement/service:Service resource 'apiManagementService' has a problem: expected sku_name to be one of [Developer Basic Standard Premium], got ConsumptionThe consumption tier has been GA for around a year now, so if it's truly not supported, is it on the road map for the near future? • Documentation: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/azure/apimanagement/#Service-skuName
ambitious-crayon-56788
01/31/2020, 12:24 PMArchiveFunctionApp
to a standard FunctionApp
(I'm going to use Azure DevOps to push code to the Function App.
However, the FunctionApp
resource does not have the endpoint
property, so I can't access the Function App URL.
I've found that the getEndpoint()
function is used when setting the endpoint
property, but it doesn't seem to be publically accessible from index.js.
Is there any way I can get the URL of my FunctionApp
resource?
• getEndpoint()
function: https://github.com/pulumi/pulumi-azure/blob/609a1f52aff8a65573ebd3626de9b128753ee179/sdk/nodejs/appservice/zMixins.ts#L632delightful-truck-1268
01/31/2020, 4:54 PMdelightful-truck-1268
01/31/2020, 4:55 PMmelodic-byte-32771
02/01/2020, 3:47 PMtall-librarian-49374
02/01/2020, 9:41 PMrhythmic-vegetable-87369
02/04/2020, 6:09 AMrhythmic-vegetable-87369
02/04/2020, 6:10 AMrhythmic-vegetable-87369
02/04/2020, 6:10 AMrhythmic-vegetable-87369
02/04/2020, 6:10 AMrhythmic-vegetable-87369
02/04/2020, 6:10 AMrhythmic-vegetable-87369
02/04/2020, 6:11 AMrhythmic-vegetable-87369
02/04/2020, 6:12 AMrhythmic-vegetable-87369
02/04/2020, 6:12 AMrhythmic-vegetable-87369
02/04/2020, 6:15 AMimportant-kite-57211
02/04/2020, 6:33 AMadventurous-garage-59192
02/05/2020, 1:48 AMaverage-portugal-80684
02/07/2020, 3:18 PMwet-noon-14291
02/08/2020, 10:50 PMwet-noon-14291
02/08/2020, 10:53 PMerror: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-02-08T22:35:51","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"b8e3bf38-925b-4898-9d14-fc101c14e5c4"}}]
delightful-truck-1268
02/12/2020, 5:00 PMdelightful-truck-1268
02/13/2020, 6:53 PMdelightful-truck-1268
02/14/2020, 6:18 PMazure.iot.EndpointServicebusTopic
. I'm having trouble understanding how to construct the connectionString
value. I tried using defaultPrimaryConnectionString but I got an error The Topic connection string is missing 'EntityPath'
which makes sense. Not sure what to do from heremillions-beach-85282
02/17/2020, 4:37 PMsticky-lighter-73941
02/18/2020, 2:42 PMmillions-beach-85282
02/18/2020, 3:47 PMelegant-balloon-59607
02/18/2020, 4:03 PMdev
stack I create a CosmosDB, get the connection string, and then create a new AppService using the connection string.
Then in my tests
stack I would like to create a new AppService (in a different resource group but same subscription) and also reference the CosmosDB connection string from dev
.
Here's a beautiful drawing showing it. :Dbetter-rainbow-14549
02/19/2020, 1:12 PMbetter-rainbow-14549
02/19/2020, 1:13 PMabundant-librarian-94137
02/19/2020, 5:22 PMabundant-librarian-94137
02/19/2020, 5:22 PM