This message was deleted.
# azure
s
This message was deleted.
r
N/m — user failure. The issue was the called function
ToSlotUrlWithEnvironment
had the signature
public static string ToSlotUrlWithEnvironment(this string url, string environment, Input<string>? location = null)
instead of
public static string ToSlotUrlWithEnvironment(this string url, string environment, string? location = null)